diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-04-13 15:57:01 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-04-13 15:57:01 +0000 |
commit | f376b0656283c3c5e0e97cac33868b414861034b (patch) | |
tree | 5d3330fcaf1b46776c051d0e3b9dca60440e740f /net | |
parent | Use /usr/sbin/nologin instead of /sbin/nologin if it exists and is (diff) |
+ Update to 4.6.13:
- new IPv4 RIPE allocations
- fix issues with DENIC
+ correctly handle CFLAGS
PR: 65272
Submitted by: Toni Viemero (approved by maintainer)
Approved by: linimon (mentor)
Notes
Notes:
svn path=/head/; revision=106918
Diffstat (limited to 'net')
-rw-r--r-- | net/whois/Makefile | 3 | ||||
-rw-r--r-- | net/whois/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index a468b9740493..e76088c173a6 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.6.11 +PORTVERSION= 4.6.13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,6 +25,7 @@ USE_GETOPT_LONG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_ARGS= OPTS="" post-patch: @${REINPLACE_CMD} -e "s|prefix\=/usr/local|prefix\=${PREFIX}|g ; \ diff --git a/net/whois/distinfo b/net/whois/distinfo index b2e2b7a81913..0d350782283c 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -1,2 +1,2 @@ -MD5 (whois_4.6.11.tar.gz) = beb48ed9877caa313d46d08104c642bf -SIZE (whois_4.6.11.tar.gz) = 56580 +MD5 (whois_4.6.13.tar.gz) = 66068605f636ce79a017f1bc770251a3 +SIZE (whois_4.6.13.tar.gz) = 50400 |