Page MenuHomeFreeBSD

Update graphics/prison to 1.1.1 and take maintainership
ClosedPublic

Authored by tcberner on Jan 1 2017, 1:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 24, 2:53 AM
Unknown Object (File)
Mon, Mar 23, 6:12 PM
Unknown Object (File)
Fri, Mar 20, 11:10 AM
Unknown Object (File)
Thu, Mar 19, 7:25 PM
Unknown Object (File)
Fri, Mar 13, 8:54 AM
Unknown Object (File)
Thu, Mar 12, 8:33 PM
Unknown Object (File)
Wed, Mar 4, 1:52 PM
Unknown Object (File)
Tue, Feb 24, 10:55 PM
Subscribers
None

Details

Summary
  • prison-1.1.1 was released on march 16, 2014 (1.0 is from 2011...).
  • bump revision in x11/kde4-workspace and deskutils/kdepimlibs4
  • take maintainership for kde@.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6521
Build 6748: arc lint + arc unit

Event Timeline

tcberner updated this revision to Diff 23509.
tcberner retitled this revision from to Update graphics/prison to 1.1.1 and take maintainership.
tcberner updated this object.
tcberner edited the test plan for this revision. (Show Details)
tcberner added reviewers: kde, rakuco, adridg, mat.

... while here, also define DIST_SUBDIR.

Why does PORTREVISION need to be bumped in the dependent ports? libprison.so is still at .0

graphics/prison/Makefile
19

USES=cmake:outsource?

tcberner edited edge metadata.
  • switch to cmake:outsource
  • remove bumps (I thought the increase from 0.0.0 to 0.1.0 required it).
rakuco edited edge metadata.

lgtm

The ELF binaries on FreeBSD only depend on lib<xxx>.so.N, which is normally bumped when there are ABI changes in the libraries.

This revision is now accepted and ready to land.Jan 1 2017, 3:51 PM
This revision was automatically updated to reflect the committed changes.