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)
Tue, Feb 4, 7:37 PM
Unknown Object (File)
Mon, Feb 3, 10:02 AM
Unknown Object (File)
Jan 10 2025, 6:08 AM
Unknown Object (File)
Jan 9 2025, 2:38 PM
Unknown Object (File)
Dec 8 2024, 5:17 PM
Unknown Object (File)
Nov 19 2024, 2:24 AM
Unknown Object (File)
Nov 9 2024, 1:38 PM
Unknown Object (File)
Oct 17 2024, 7:44 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #9743)

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 ↗(On Diff #9743)

You can define NO_BUILD instead.

devel/myrepos/files/patch-mr
5 ↗(On Diff #9743)

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.