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)
Feb 1 2024, 4:41 AM
Unknown Object (File)
Jan 10 2024, 5:04 PM
Unknown Object (File)
Jan 4 2024, 9:51 PM
Unknown Object (File)
Jan 2 2024, 6:05 AM
Unknown Object (File)
Dec 30 2023, 2:31 PM
Unknown Object (File)
Dec 30 2023, 2:30 PM
Unknown Object (File)
Dec 20 2023, 1:08 AM
Unknown Object (File)
Nov 10 2023, 4:05 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.