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, Nov 19, 2:59 AM
Unknown Object (File)
Oct 5 2024, 10:32 AM
Unknown Object (File)
Sep 24 2024, 2:34 PM
Unknown Object (File)
Sep 8 2024, 4:57 AM
Unknown Object (File)
Sep 8 2024, 3:28 AM
Unknown Object (File)
Sep 8 2024, 3:27 AM
Unknown Object (File)
Sep 8 2024, 12:39 AM
Unknown Object (File)
Sep 7 2024, 2:42 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 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.