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
F159821088: D9017.diff
Thu, Jun 18, 1:43 PM
F159763274: D9017.id23513.diff
Wed, Jun 17, 11:25 PM
F159763236: D9017.id23513.diff
Wed, Jun 17, 11:24 PM
Unknown Object (File)
Tue, Jun 16, 10:59 AM
Unknown Object (File)
Tue, Jun 16, 10:38 AM
Unknown Object (File)
Sat, Jun 13, 10:22 AM
Unknown Object (File)
Sat, Jun 13, 5:23 AM
Unknown Object (File)
Fri, Jun 12, 11:39 AM
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 6520
Build 6747: 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
18

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.