diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-12 05:03:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-12 05:03:18 +0000 |
commit | 52b4c43ef3cc2b955496d92c73c3eddf40c04cc5 (patch) | |
tree | 8288b8fce99f9fb53f461ac3fce94046d2124d59 /ports-mgmt | |
parent | 49882c26cb8377a16c4f8794c2ace3317479db40 (diff) |
Add note about ports/86776 requirement.
Notes
Notes:
svn path=/head/; revision=145068
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/newportsversioncheck/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/newportsversioncheck/files/pkg-message.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ports-mgmt/newportsversioncheck/Makefile b/ports-mgmt/newportsversioncheck/Makefile index 763034c42fbb..5d8a9c9c1dea 100644 --- a/ports-mgmt/newportsversioncheck/Makefile +++ b/ports-mgmt/newportsversioncheck/Makefile @@ -7,6 +7,7 @@ PORTNAME= newportsversioncheck PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.mavetju.org/download/ diff --git a/ports-mgmt/newportsversioncheck/files/pkg-message.in b/ports-mgmt/newportsversioncheck/files/pkg-message.in index b4481c17c3b4..b541a8e85419 100644 --- a/ports-mgmt/newportsversioncheck/files/pkg-message.in +++ b/ports-mgmt/newportsversioncheck/files/pkg-message.in @@ -9,3 +9,7 @@ And then edit bin/mail_maintainers.pl and set the variable $ME to your name and email address. Don't forget the \ in front of the @. Then read the file bin/README with regarding to the "Running" section. + +Note: for this tool to work you need to have the patch in ports/86776 +(http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776) applied +to bsd.port.mk. |