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, Apr 6, 2:29 AM
Unknown Object (File)
Fri, Apr 4, 7:40 PM
Unknown Object (File)
Thu, Mar 20, 3:32 AM
Unknown Object (File)
Mar 8 2025, 12:15 AM
Unknown Object (File)
Mar 6 2025, 1:24 PM
Unknown Object (File)
Feb 25 2025, 5:00 PM
Unknown Object (File)
Feb 22 2025, 11:26 AM
Unknown Object (File)
Feb 18 2025, 10:37 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 602
Build 602: 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
6

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
23

You can define NO_BUILD instead.

devel/myrepos/files/patch-mr
6

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.