Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2005 09:31:05 +0200
From:      "Filippo Natali" <filippo.natali@gmail.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/86975: [MAINTAINER UPDATE] net/whois to 4.7.8
Message-ID:  <1128583865.0@ulby.hq.netwing.it>
Resent-Message-ID: <200510060740.j967eEiZ024435@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86975
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] net/whois to 4.7.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 06 07:40:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Filippo Natali
>Release:        FreeBSD 6.0-BETA5 amd64
>Organization:
Netwing 
>Environment:


System: FreeBSD 6.0-BETA5 #1: Mon Sep 26 10:41:26 CEST 2005
    filippo@ulby.hq.netwing.it:/usr/obj/usr/src/sys/GENERIC



>Description:


Update net/whois to 4.7.8


>How-To-Repeat:





>Fix:


--- whois-20050927.diff begins here ---
diff -Nru /usr/ports/net/whois/Makefile whois/Makefile
--- /usr/ports/net/whois/Makefile	Mon May 30 11:21:08 2005
+++ whois/Makefile	Tue Sep 27 08:44:42 2005
@@ -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_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 -Nru /usr/ports/net/whois/distinfo whois/distinfo
--- /usr/ports/net/whois/distinfo	Mon May 30 11:21:08 2005
+++ whois/distinfo	Tue Sep 27 08:44:13 2005
@@ -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 -Nru /usr/ports/net/whois/files/patch-aa whois/files/patch-aa
--- /usr/ports/net/whois/files/patch-aa	Fri May 21 08:11:40 2004
+++ whois/files/patch-aa	Tue Sep 27 09:00:16 2005
@@ -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
--- whois-20050927.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1128583865.0>