diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-07 11:09:06 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-07 11:09:06 +0000 |
commit | 48e169fee6f35e4d1c604ce0e349a7fec68f7d1f (patch) | |
tree | abbb4d7d94667941f70b5a6a0fb192275c7de6b5 /net/whois | |
parent | 04fab895dd0d574353ea65d4e8c37b3eda363c06 (diff) | |
download | ports-48e169fee6f35e4d1c604ce0e349a7fec68f7d1f.tar.gz ports-48e169fee6f35e4d1c604ce0e349a7fec68f7d1f.zip |
Notes
Diffstat (limited to 'net/whois')
-rw-r--r-- | net/whois/Makefile | 4 | ||||
-rw-r--r-- | net/whois/distinfo | 4 | ||||
-rw-r--r-- | net/whois/files/patch-aa | 26 | ||||
-rw-r--r-- | net/whois/files/patch-ab | 12 |
4 files changed, 22 insertions, 24 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 773db868fbe6..0758c88bd8e3 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.7.5 +PORTVERSION= 4.7.8 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -20,7 +20,7 @@ USE_ICONV= yes USE_PERL5_BUILD= yes USE_REINPLACE= yes USE_GETOPT_LONG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-4.7.7 MAKE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ARGS= OPTS="" diff --git a/net/whois/distinfo b/net/whois/distinfo index 8a11eefc5a29..8810b7fcb8f4 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -1,2 +1,2 @@ -MD5 (whois_4.7.5.tar.gz) = c6657a888a20bd5d5915de6ba18599c8 -SIZE (whois_4.7.5.tar.gz) = 55149 +MD5 (whois_4.7.8.tar.gz) = 41cc0635976d6d0b33ba3067ad246b97 +SIZE (whois_4.7.8.tar.gz) = 55784 diff --git a/net/whois/files/patch-aa b/net/whois/files/patch-aa index cabb6fa31c98..32cd4459c210 100644 --- a/net/whois/files/patch-aa +++ b/net/whois/files/patch-aa @@ -1,7 +1,7 @@ ---- Makefile.orig Tue Feb 10 17:24:29 2004 -+++ Makefile Fri May 21 08:09:06 2004 -@@ -9,16 +9,16 @@ - #LDFLAGS=-lintl +--- Makefile.orig Sun Sep 11 15:33:28 2005 ++++ Makefile Tue Sep 27 08:51:22 2005 +@@ -6,23 +6,23 @@ + #whois_LDADD += -lnsl -lsocket # FreeBSD -#LDFLAGS=-L/usr/local/lib -lgnugetopt -lintl @@ -14,14 +14,24 @@ -ifdef HAVE_LIBIDN +.ifdef HAVE_LIBIDN - LIBIDN += -lidn - CFLAGS += -DHAVE_LIBIDN + whois_LDADD += -lidn + whois_CFLAGS += -DHAVE_LIBIDN -endif +.endif - PERL=perl +-ifdef HAVE_XCRYPT ++.ifdef HAVE_XCRYPT + mkpasswd_LDADD += -lxcrypt + mkpasswd_CFLAGS += -DHAVE_XCRYPT +-else ++.else + mkpasswd_LDADD += -lcrypt +-endif ++.endif + + PERL := perl -@@ -40,10 +40,9 @@ +@@ -49,10 +49,9 @@ $(PERL) -w make_tld_serv.pl < tld_serv_list > tld_serv.h install: whois diff --git a/net/whois/files/patch-ab b/net/whois/files/patch-ab deleted file mode 100644 index d03b183e610b..000000000000 --- a/net/whois/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -*** po/Makefile.orig Sun Jun 15 18:46:16 2003 ---- po/Makefile Thu Oct 2 11:13:18 2003 -*************** -*** 41,46 **** ---- 41,47 ---- - rm -f whois.pot - - install: $(CATALOGS) -+ $(INSTALL) -d $(INSTALLNLSDIR) - for n in $(CATALOGS); do \ - l=`basename $$n .mo`; \ - $(INSTALL) -m 755 -d $(INSTALLNLSDIR)/$$l; \ |