From lapo@lapo.it  Mon Jun 21 14:14:02 2010
Return-Path: <lapo@lapo.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 466A21065674
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jun 2010 14:14:02 +0000 (UTC)
	(envelope-from lapo@lapo.it)
Received: from andxor.it (relay.andxor.it [195.223.2.3])
	by mx1.freebsd.org (Postfix) with SMTP id 93A0E8FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jun 2010 14:14:01 +0000 (UTC)
Received: (qmail 98790 invoked from network); 21 Jun 2010 14:14:00 -0000
Received: from unknown (HELO lapo.andxor.it) (192.168.2.22)
  by andxor.it with SMTP; 21 Jun 2010 14:14:00 -0000
Received: from lapo.andxor.it (localhost.andxor.it [127.0.0.1])
	by lapo.andxor.it (8.14.3/8.14.3) with ESMTP id o5LEE0EU078906;
	Mon, 21 Jun 2010 16:14:00 +0200 (CEST)
	(envelope-from lapo@lapo.andxor.it)
Received: (from lapo@localhost)
	by lapo.andxor.it (8.14.3/8.14.3/Submit) id o5LEE0Gn078905;
	Mon, 21 Jun 2010 16:14:00 +0200 (CEST)
	(envelope-from lapo)
Message-Id: <201006211414.o5LEE0Gn078905@lapo.andxor.it>
Date: Mon, 21 Jun 2010 16:14:00 +0200 (CEST)
From: Lapo Luchini <lapo@lapo.it>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Lapo Luchini <lapo@lapo.it>
Subject: [MAINTAINER] net/whois: update to 5.0.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         148042
>Category:       ports
>Synopsis:       [MAINTAINER] net/whois: update to 5.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ashish
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 21 14:20:03 UTC 2010
>Closed-Date:    Mon Jun 28 13:00:49 UTC 2010
>Last-Modified:  Mon Jun 28 13:10:02 UTC 2010
>Originator:     Lapo Luchini
>Release:        FreeBSD 8.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD lapo.andxor.it 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Tue May 25 20:54:11 UTC 2010
>Description:
- Update to 5.0.5
- Added LICENSE

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- whois-5.0.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/whois/Makefile /usr/home/lapo/ports/whois/Makefile
--- /usr/ports/net/whois/Makefile	2010-02-16 12:24:45.000000000 +0100
+++ /usr/home/lapo/ports/whois/Makefile	2010-06-21 16:11:11.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	whois
-PORTVERSION=	5.0.1
+PORTVERSION=	5.0.5
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -14,6 +14,8 @@
 MAINTAINER=	lapo@lapo.it
 COMMENT=	Marco d'Itri whois client
 
+LICENSE=	GPLv2
+
 USE_GMAKE=		yes
 USE_ICONV=		yes
 USE_PERL5_BUILD=	yes
diff -ruN --exclude=CVS /usr/ports/net/whois/distinfo /usr/home/lapo/ports/whois/distinfo
--- /usr/ports/net/whois/distinfo	2010-02-16 12:24:45.000000000 +0100
+++ /usr/home/lapo/ports/whois/distinfo	2010-06-21 16:08:45.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (whois_5.0.1.tar.gz) = bf3d9675e754419ed964360397689c83
-SHA256 (whois_5.0.1.tar.gz) = 40aefc9e9fb121e84a5ed775ffbefa6266ba5a299ce59920bc600cff4a70656e
-SIZE (whois_5.0.1.tar.gz) = 78094
+MD5 (whois_5.0.5.tar.gz) = 0a045c041a58ca8e8449c9f96fba47e0
+SHA256 (whois_5.0.5.tar.gz) = 53fedf5dfbe49990324bc8afd6013d43702b6c7d45cdd2adb4201c526996ed96
+SIZE (whois_5.0.5.tar.gz) = 79360
--- whois-5.0.5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ashish 
Responsible-Changed-By: ashish 
Responsible-Changed-When: Thu Jun 24 16:05:00 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148042 

From: ashish@FreeBSD.org (Ashish SHUKLA)
To: bug-followup@FreeBSD.org,lapo@lapo.it
Cc:  
Subject: Re: ports/148042: [MAINTAINER] net/whois: update to 5.0.5
Date: Fri, 25 Jun 2010 21:07:06 +0530

 --==-=-=
 Content-Type: multipart/mixed; boundary="=-=-="
 
 --=-=-=
 Content-Transfer-Encoding: quoted-printable
 
 Hi Lapo,
 
 I've cleaned up your whois diff (by removing commented portions) and added =
 the
 mention of the LICENSE file. The diff file is attached.
 
 Let me know if you approve of the changes.
 
 Thanks
 =2D-=20
 Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
 freebsd.org!ashish | http://people.freebsd.org/~ashish/
 
 They who can give up essential liberty to obtain a little temporary safety,
 deserve neither liberty nor safety.
   -- Benjamin Franklin, Memoirs of the life and writings of Benjamin Frankl=
 in
 
 --=-=-=
 Content-Type: text/x-diff
 Content-Disposition: attachment; filename=whois.diff
 Content-Transfer-Encoding: quoted-printable
 Content-Description: net/whois diff file
 
 diff --git a/net/whois/Makefile b/net/whois/Makefile
 index bf5ee92..5f6fed9 100644
 =2D-- a/net/whois/Makefile
 +++ b/net/whois/Makefile
 @@ -6,7 +6,7 @@
  #
 =20
  PORTNAME=3D	whois
 =2DPORTVERSION=3D	5.0.1
 +PORTVERSION=3D	5.0.5
  CATEGORIES=3D	net
  MASTER_SITES=3D	${MASTER_SITE_DEBIAN_POOL}
  DISTNAME=3D	${PORTNAME}_${PORTVERSION}
 @@ -14,6 +14,9 @@ DISTNAME=3D	${PORTNAME}_${PORTVERSION}
  MAINTAINER=3D	lapo@lapo.it
  COMMENT=3D	Marco d'Itri whois client
 =20
 +LICENSE=3D	GPLv2
 +LICENSE_FILE=3D	${WRKSRC}/COPYING
 +
  USE_GMAKE=3D		yes
  USE_ICONV=3D		yes
  USE_PERL5_BUILD=3D	yes
 @@ -27,26 +30,9 @@ MAN1=3D		mwhois.1 mkpasswd.1
 =20
  PLIST_FILES=3D	bin/mwhois bin/mkpasswd
 =20
 =2D#.if !defined(WITHOUT_NLS)
 =2D#USE_GETTEXT=3D	yes
 =2D#LDFLAGS+=3D	-lintl
 =2D#PLIST_SUB+=3D	NLS=3D""
 =2D#.else
 =2D#PLIST_SUB+=3D	NLS=3D"@comment "
 =2D#NO_PO=3D	yes
 =2D#.endif
 =2D
  post-patch:
  	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g ; \
  		s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile
  	@${REINPLACE_CMD} -e "s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/po/Makefi=
 le
 =2D#	@if [ -n "${NO_PO}" ]; \
 =2D#		then ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/have_nls-patch; \
 =2D#	fi
 =2D
 =2D#post-install:
 =2D#	@if [ ! -n "${NO_PO}" ]; \
 =2D#		then cd ${WRKSRC}/po && ${MAKE} install; \
 =2D#	fi
 =20
  .include <bsd.port.mk>
 diff --git a/net/whois/distinfo b/net/whois/distinfo
 index 1c311a8..ecc5f34 100644
 =2D-- a/net/whois/distinfo
 +++ b/net/whois/distinfo
 @@ -1,3 +1,3 @@
 =2DMD5 (whois_5.0.1.tar.gz) =3D bf3d9675e754419ed964360397689c83
 =2DSHA256 (whois_5.0.1.tar.gz) =3D 40aefc9e9fb121e84a5ed775ffbefa6266ba5a29=
 9ce59920bc600cff4a70656e
 =2DSIZE (whois_5.0.1.tar.gz) =3D 78094
 +MD5 (whois_5.0.5.tar.gz) =3D 0a045c041a58ca8e8449c9f96fba47e0
 +SHA256 (whois_5.0.5.tar.gz) =3D 53fedf5dfbe49990324bc8afd6013d43702b6c7d45=
 cdd2adb4201c526996ed96
 +SIZE (whois_5.0.5.tar.gz) =3D 79360
 
 --=-=-=--
 
 --==-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.14 (FreeBSD)
 
 iQIcBAEBCgAGBQJMJM0iAAoJEMdGz6nnT6SwqZ8P/RnA2f2yYQAl0uUDTrxdY95U
 59aoJuFJksp/rbBoV+Zj9Ba3vL4i5tL5mreWjgCTRZK2+M948k96FtXMj5reNMZ4
 h3BIHqplJ5DyHlyCqoWWw6XEXUqQTPJHUHHHnmQofgIoqdVa3zfE5WesOjynrDhy
 +UO7KswXH/yvtFqHncftHNU8C5tDarhpgL5u7yMHUKBjeVMJtP1LaI3FZGkVFvr0
 JCEJfLJhhZp1iHwa+EcPSNWV2gP9umrE1I3dIAa+IvN45NV+wTkvQbK4N4lCQoT+
 Ae/3xkJL9Z6roaBeQLc5yMophKoomoEuOlEeYEyt1aVRI7d6F3wXxEUgw1LJCcXG
 fyHFvcTTpj9qViKCtLVj705p2xgMejciHILaDmseqdzkOzaHDBIdOWRi1s/GEfPX
 /EXKfzrT6jcCEMLl78FCvwHl334WGwRnma2gkNcc15/OnCLv79XaNpL8p3iSFof1
 uISVmwpl5gATxhU25QcI8mNaCjJVwbxftQJaAd161qcmc41E7I5m4GFG4SyrBq9K
 IpfmCQqSB29mC6qH+3Cr4fXs+/7gTFnZUV6BgXUJFrG58c1umgmwiBBJCs26i+qQ
 ANJXs52FGbkAT7MIUp7u3l3sV807uTj3W0FW+uVt1FE05pzQjhG+8mv8jN2FGw6a
 hi0ldoWbzRBIwTsg0bCX
 =Oqyx
 -----END PGP SIGNATURE-----
 --==-=-=--

From: Lapo Luchini <lapo@lapo.it>
To: Ashish SHUKLA <ashish@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/148042: [MAINTAINER] net/whois: update to 5.0.5
Date: Fri, 25 Jun 2010 20:17:50 +0200

 AFAIR comments were put there by the committer a few versions ago (but
 I'm not sure about it) and, just in case, I left them there; but I'm
 perfectly ok with removing 'em. Thanks for addition of the LICENSE.
State-Changed-From-To: open->closed 
State-Changed-By: ashish 
State-Changed-When: Mon Jun 28 13:00:48 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148042 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148042: commit references a PR
Date: Mon, 28 Jun 2010 13:00:47 +0000 (UTC)

 ashish      2010-06-28 13:00:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/whois            Makefile distinfo 
   Log:
   - Update port to 5.0.5.
   - Add LICENSE files.
   - Clean up comments.
   
   PR:             ports/148042
   Submitted by:   Lapo Luchini <lapo@lapo.it> (maintainer)
   Approved by:    tabthorpe (mentor)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.59      +4 -18     ports/net/whois/Makefile
   1.46      +3 -3      ports/net/whois/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
