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)
Sat, May 4, 3:53 AM
Unknown Object (File)
Thu, May 2, 9:41 AM
Unknown Object (File)
Sun, Apr 28, 3:28 AM
Unknown Object (File)
Sat, Apr 27, 1:06 AM
Unknown Object (File)
Fri, Apr 26, 6:37 AM
Unknown Object (File)
Fri, Apr 26, 6:37 AM
Unknown Object (File)
Thu, Apr 25, 11:40 PM
Unknown Object (File)
Thu, Apr 25, 11:37 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 6523
Build 6749: 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.