aboutsummaryrefslogtreecommitdiffstats
path: root/net/whois
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-05-21 14:11:40 +0800
committerkrion <krion@FreeBSD.org>2004-05-21 14:11:40 +0800
commitcc874ee51a221deab02c7dc425b894dfb2a904c1 (patch)
treec80918ad6af05d47f058b4882956724fe09bcc36 /net/whois
parentd416cf0e8f14be603d858113ba78867f4ad55b36 (diff)
downloadfreebsd-ports-gnome-cc874ee51a221deab02c7dc425b894dfb2a904c1.tar.gz
freebsd-ports-gnome-cc874ee51a221deab02c7dc425b894dfb2a904c1.tar.zst
freebsd-ports-gnome-cc874ee51a221deab02c7dc425b894dfb2a904c1.zip
- Update to version 4.6.15
PR: ports/66928 Submitted by: maintainer
Diffstat (limited to 'net/whois')
-rw-r--r--net/whois/Makefile2
-rw-r--r--net/whois/distinfo4
-rw-r--r--net/whois/files/patch-aa92
3 files changed, 40 insertions, 58 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile
index dbacff7a0296..960550a466e9 100644
--- a/net/whois/Makefile
+++ b/net/whois/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= whois
-PORTVERSION= 4.6.14
+PORTVERSION= 4.6.15
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/net/whois/distinfo b/net/whois/distinfo
index 2103e88020ad..2038a7cef3e6 100644
--- a/net/whois/distinfo
+++ b/net/whois/distinfo
@@ -1,2 +1,2 @@
-MD5 (whois_4.6.14.tar.gz) = fab689586c30fad567d7d1f924e9c937
-SIZE (whois_4.6.14.tar.gz) = 50570
+MD5 (whois_4.6.15.tar.gz) = eee43077b5c1bb2dff1d76c52b76f26a
+SIZE (whois_4.6.15.tar.gz) = 50705
diff --git a/net/whois/files/patch-aa b/net/whois/files/patch-aa
index 311f780c0898..cabb6fa31c98 100644
--- a/net/whois/files/patch-aa
+++ b/net/whois/files/patch-aa
@@ -1,55 +1,37 @@
-*** work/whois-4.6.13/Makefile Tue Feb 10 17:24:29 2004
---- Makefile Thu Apr 15 16:11:14 2004
-***************
-*** 9,24 ****
- #LDFLAGS=-lintl
-
- # FreeBSD
-! #LDFLAGS=-L/usr/local/lib -lgnugetopt -lintl
-! #CFLAGS=-I/usr/local/include
-
- # OS/2 EMX
- #LDFLAGS=-lsocket -Zexe -Dstrncasecmp=strnicmp
-
-! ifdef HAVE_LIBIDN
- LIBIDN += -lidn
- CFLAGS += -DHAVE_LIBIDN
-! endif
-
- PERL=perl
-
---- 9,24 ----
- #LDFLAGS=-lintl
-
- # FreeBSD
-! LDFLAGS+=-L/usr/local/lib
-! CFLAGS+=-I/usr/local/include
-
- # OS/2 EMX
- #LDFLAGS=-lsocket -Zexe -Dstrncasecmp=strnicmp
-
-! .ifdef HAVE_LIBIDN
- LIBIDN += -lidn
- CFLAGS += -DHAVE_LIBIDN
-! .endif
-
- PERL=perl
-
-***************
-*** 42,49 ****
- install: whois
- install -m 0755 whois $(BASEDIR)$(prefix)/bin/
- strip $(BASEDIR)$(prefix)/bin/whois
-! install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
-! cd po && $(MAKE) $@
-
-
- distclean: clean
---- 42,48 ----
- install: whois
- install -m 0755 whois $(BASEDIR)$(prefix)/bin/
- strip $(BASEDIR)$(prefix)/bin/whois
-! install -m 0644 whois.1 $(BASEDIR)$(prefix)/man/man1/
-
-
- distclean: clean
+--- Makefile.orig Tue Feb 10 17:24:29 2004
++++ Makefile Fri May 21 08:09:06 2004
+@@ -9,16 +9,16 @@
+ #LDFLAGS=-lintl
+
+ # FreeBSD
+-#LDFLAGS=-L/usr/local/lib -lgnugetopt -lintl
+-#CFLAGS=-I/usr/local/include
++LDFLAGS+=-L/usr/local/lib
++CFLAGS+=-I/usr/local/include
+
+ # OS/2 EMX
+ #LDFLAGS=-lsocket -Zexe -Dstrncasecmp=strnicmp
+
+-ifdef HAVE_LIBIDN
++.ifdef HAVE_LIBIDN
+ LIBIDN += -lidn
+ CFLAGS += -DHAVE_LIBIDN
+-endif
++.endif
+
+ PERL=perl
+
+@@ -40,10 +40,9 @@
+ $(PERL) -w make_tld_serv.pl < tld_serv_list > tld_serv.h
+
+ install: whois
+- install -m 0755 whois $(BASEDIR)$(prefix)/bin/
+- strip $(BASEDIR)$(prefix)/bin/whois
+- install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
+- cd po && $(MAKE) $@
++ install -m 0755 whois ${PREFIX}/bin/
++ strip ${PREFIX}/bin/whois
++ install -m 0644 whois.1 ${PREFIX}/man/man1/
+
+
+ distclean: clean
3402d2ea07'>Update to 1.8.1pat2002-03-192-6/+2 * Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-184-12/+0 * Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-184-0/+4 * Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-184-4/+4 * Stage 1 of gettext update.ade2002-03-169-9/+9 * Update to in 1.18.255dinoex2002-03-142-2/+2 * Upgrade to 0.8.4.vanilla2002-03-136-28/+30 * Update to 1.5.8.1 (previous version no longer available)ade2002-03-132-3/+2 * Whoops, left this out of the last commit. Add a WWW reference.greid2002-03-122-0/+4 * Update to version 1.0.3greid2002-03-126-8/+10 * Update to version 1.8.8.jim2002-03-098-8/+8 * Update to 0.3.3pat2002-02-274-30/+15 * - Update zircon to 1.18.254dinoex2002-02-222-2/+2 * Allow this to build on releng4 again.obrien2002-02-191-0/+12 * remove LIB_DEPENDS to gettext,vanilla2002-02-182-20/+4 * Upgrade to 0.8.1.vanilla2002-02-186-12/+10 * Bump PORTREVISION due to changes in the distfile.markp2002-02-171-0/+1 * Updated checksum. The distfile was rerolled after minor bug fixes andmarkp2002-02-171-1/+1 * Ops.. I forfot to add this patch on last commit.vanilla2002-02-172-0/+44 * Upgrade to 0.8.0 snapshot-20020217.vanilla2002-02-1712-192/+102 * Update to 1.4.6.yoichi2002-02-1214-48/+75 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-292-2/+2 * Update to 1.5.8pat2002-01-222-2/+2 * Keep up with the musical MASTER_SITES. It should be done moving aroundjim2002-01-194-4/+8 * Fix MASTER_SITES.jim2002-01-134-8/+4 * Update to version 1.8.7.jim2002-01-1112-8/+12 * Fix dependency for xemacs21-mule.yoichi2002-01-083-4/+4 * Update to 1.0.2greid2002-01-074-6/+8 * - update to 20011210petef2001-12-283-3/+6 * Add gruftistats 0.2.4, produces a web page of statistics and quotespetef2001-12-257-0/+91 * Upgrade to 1.8.0. Resolve conflict on -CURRENT by changing one of toast.c'swill2001-12-195-76/+12 * Update to irchat-pj-2.5.6pl2 and pure-0.6pl2.yoichi2001-12-166-10/+13 * upgrade to 0.3.2ijliao2001-12-133-8/+9 * Update to 1.5.7.petef2001-12-082-2/+2 * Change dependency from flim-1.13 to flim-1.14.yoichi2001-12-053-12/+30 * Move master port to irc/liece and add support for emacs21.yoichi2001-12-0518-640/+254 * Update MAINTAINER's email address: anders@codefactory.se -> anders@hack.orgpetef2001-11-304-4/+4 * Update to version 1.8.6. While I'm here, add a WITH_TRANSPARENCY knobjim2001-11-2816-268/+32 * Update port to 0.71jedgar2001-11-273-16/+14 * Argh. Bump PORTREVISION. I forgot to apply this in the last commit.jim2001-11-254-0/+4 * Add two patches -- one fixes dccs autoresume, and the other fixes xchatjim2001-11-258-0/+252 * Fix transparent proxy with ipfdwcjr2001-11-252-0/+60 * Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-212-2/+2 * Style police: remove trailing space in WWW taglioux2001-11-212-2/+2 * Add another patch for BIG5 cursor movement, and bump version.vanilla2001-11-172-2/+2 * Oops, this was supposed to be removed.petef2001-11-091-0/+0 * Update to 1.5.5petef2001-11-094-38/+5 * - update to 0.23apetef2001-11-064-32/+5 * update to 0.99.12.sf2001-11-064-4/+4 * Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.shige2001-11-065-25/+30 * Update to version 1.8.5. Re-enable building with perl since xchat hasjim2001-11-038-32/+16 * Update to 1.8mpetef2001-11-022-3/+2 * Upgrade to 0.7.98.4vanilla2001-10-314-6/+6 * Add a least instruction to use this application.knu2001-10-291-0/+3 * Add emacs21 support for pure and irchat-pj.kuriyama2001-10-296-8/+34 * Add missing pkg-message file from PR ports/31116petef2001-10-231-0/+12 * Upgrade to 6.2. Hybrid-5 is unsupported, forget it.clive2001-10-2012-235/+333 * Update to version 1.5.4kevlo2001-10-202-2/+2 * upgrade irchat -> 2.5.6, pure -> 0.6ijliao2001-10-1710-59/+76 * Update to version 0.12.0kevlo2001-10-153-5/+11 * Add --enable-zvt if compiled with GNOME support so things will workjim2001-10-104-8/+16 * Update to version 1.8.4. Perl support is currently disabled for systemsjim2001-10-038-8/+24 * Update to 0.9.knu2001-09-293-4/+8 * Sort entries.knu2001-09-211-1/+1 * Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-181-1/+1 * Bump PORTREVISION to announce the last update.knu2001-09-131-0/+1 * Remove an unneeded empty directory.knu2001-09-131-0/+3 * Install binaries as well.knu2001-09-13