Page MenuHomeFreeBSD

Add new port: devel/myrepos.
ClosedPublic

Authored by jonathan on Sep 24 2015, 5:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 19, 10:53 PM
Unknown Object (File)
Sun, Oct 19, 7:36 PM
Unknown Object (File)
Fri, Oct 17, 10:00 AM
Unknown Object (File)
Sun, Oct 12, 2:09 PM
Unknown Object (File)
Thu, Oct 9, 5:29 AM
Unknown Object (File)
Wed, Oct 8, 7:02 AM
Unknown Object (File)
Wed, Oct 8, 2:00 AM
Unknown Object (File)
Sun, Oct 5, 11:26 PM
Subscribers

Details

Summary

This is a handy Perl script for managing directory hierarchies that contain
lots of heterogeneous revision control checkouts. It's packaged for Debian
and Mac OS X (via Homebrew)... how about FreeBSD?

Diff Detail

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

Event Timeline

jonathan retitled this revision from to Add new port: devel/myrepos..
jonathan updated this object.
jonathan edited the test plan for this revision. (Show Details)
  • Add new port: devel/myrepos.
  • Minor changes suggested by portlint -A.
garga requested changes to this revision.Oct 27 2015, 7:15 PM
garga added a reviewer: garga.
garga added a subscriber: garga.

shebangfix is the best option to take care of shebang lines

devel/myrepos/files/patch-mr
5

You can use USES=shebangfix to take care of it

This revision now requires changes to proceed.Oct 27 2015, 7:15 PM
brooks added inline comments.
devel/myrepos/Makefile
22

You can define NO_BUILD instead.

devel/myrepos/files/patch-mr
5

Instead, add to the Makefile:

USES=shebangfix
SHEBANG_FILES=mr

jonathan edited edge metadata.
jonathan marked 3 inline comments as done.
  • Apply changes suggested by reviewers.
brooks added a reviewer: brooks.

Looks good to me.

This revision was automatically updated to reflect the committed changes.