diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-12 13:03:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-12 13:03:18 +0800 |
commit | cc864841cf38a8f12d2163ed127b7e29079258f6 (patch) | |
tree | 302d70854ccfc39c845388a654326fb9a92e989f /sysutils/newportsversioncheck | |
parent | aa4e518b80cab33642c9dc90d143f982cadebc19 (diff) | |
download | freebsd-ports-gnome-cc864841cf38a8f12d2163ed127b7e29079258f6.tar.gz freebsd-ports-gnome-cc864841cf38a8f12d2163ed127b7e29079258f6.tar.zst freebsd-ports-gnome-cc864841cf38a8f12d2163ed127b7e29079258f6.zip |
Add note about ports/86776 requirement.
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776
Diffstat (limited to 'sysutils/newportsversioncheck')
-rw-r--r-- | sysutils/newportsversioncheck/Makefile | 1 | ||||
-rw-r--r-- | sysutils/newportsversioncheck/files/pkg-message.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/newportsversioncheck/Makefile b/sysutils/newportsversioncheck/Makefile index 763034c42fbb..5d8a9c9c1dea 100644 --- a/sysutils/newportsversioncheck/Makefile +++ b/sysutils/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/sysutils/newportsversioncheck/files/pkg-message.in b/sysutils/newportsversioncheck/files/pkg-message.in index b4481c17c3b4..b541a8e85419 100644 --- a/sysutils/newportsversioncheck/files/pkg-message.in +++ b/sysutils/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. |