diff options
author | ashish <ashish@FreeBSD.org> | 2010-06-28 21:00:33 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-06-28 21:00:33 +0800 |
commit | bb0d7ce50f8a85832b85d13a2b7e336ccb540063 (patch) | |
tree | ca6a845ce298ba2c6296e93b6aafb79193bdc679 /net | |
parent | 49082d04f4d995d612abbb4be859118dd60b73ed (diff) | |
download | freebsd-ports-graphics-bb0d7ce50f8a85832b85d13a2b7e336ccb540063.tar.gz freebsd-ports-graphics-bb0d7ce50f8a85832b85d13a2b7e336ccb540063.tar.zst freebsd-ports-graphics-bb0d7ce50f8a85832b85d13a2b7e336ccb540063.zip |
- 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
Diffstat (limited to 'net')
-rw-r--r-- | net/whois/Makefile | 22 | ||||
-rw-r--r-- | net/whois/distinfo | 6 |
2 files changed, 7 insertions, 21 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index e440d667f0e..34bdec1b11c 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -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,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= lapo@lapo.it COMMENT= Marco d'Itri whois client +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD= yes @@ -27,26 +30,9 @@ MAN1= mwhois.1 mkpasswd.1 PLIST_FILES= bin/mwhois bin/mkpasswd -#.if !defined(WITHOUT_NLS) -#USE_GETTEXT= yes -#LDFLAGS+= -lintl -#PLIST_SUB+= NLS="" -#.else -#PLIST_SUB+= NLS="@comment " -#NO_PO= yes -#.endif - 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/Makefile -# @if [ -n "${NO_PO}" ]; \ -# then ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/have_nls-patch; \ -# fi - -#post-install: -# @if [ ! -n "${NO_PO}" ]; \ -# then cd ${WRKSRC}/po && ${MAKE} install; \ -# fi .include <bsd.port.mk> diff --git a/net/whois/distinfo b/net/whois/distinfo index 1c311a8a250..ecc5f34bf86 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -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 |