[22340] trunk/dports/net/whois/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Feb 26 16:08:35 PST 2007
Revision: 22340
http://trac.macosforge.org/projects/macports/changeset/22340
Author: mij at macports.org
Date: 2007-02-26 16:08:34 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Update to version 4.7.20.
Modified Paths:
--------------
trunk/dports/net/whois/Portfile
Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile 2007-02-26 22:54:42 UTC (rev 22339)
+++ trunk/dports/net/whois/Portfile 2007-02-27 00:08:34 UTC (rev 22340)
@@ -2,19 +2,22 @@
PortSystem 1.0
name whois
-version 4.7.5
+version 4.7.20
categories net
maintainers mij at macports.org
description A replacement whois client
homepage http://www.linux.it/~md/software/
platforms darwin
-long_description whois is an improved whois client that follow the \
- delegations from the Verisign whois server.
+long_description \
+ whois is an improved whois client that follow the \
+ delegations from the Verisign whois server.
master_sites http://ftp.debian.org/debian/pool/main/w/${portname}
-checksums md5 c6657a888a20bd5d5915de6ba18599c8
+checksums md5 81cea7350890d2a4dc974f661be31c7d \
+ sha1 e30854ce446b309229da8c88b55f35bb1c974e80 \
+ rmd160 731daccb9fb2c7836967cd124982b0bb61a3b838
distname ${portname}_${portversion}
@@ -24,12 +27,14 @@
configure {}
-post-configure { reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile
- reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/config.h
- reinplace "s|\$(BASEDIR)/usr|${destroot}${prefix}|g" \
- ${worksrcpath}/po/Makefile
- reinplace "s|/etc/whois.conf|${prefix}/etc/whois.conf|g" \
- ${worksrcpath}/whois.1 }
+post-configure {
+ reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile
+ reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/config.h
+ reinplace "s|\$(BASEDIR)/usr|${destroot}${prefix}|g" \
+ ${worksrcpath}/po/Makefile
+ reinplace "s|/etc/whois.conf|${prefix}/etc/whois.conf|g" \
+ ${worksrcpath}/whois.1
+}
build.env CFLAGS="-DENABLE_NLS -I${prefix}/include" \
LDFLAGS="-L${prefix}/lib -lintl"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070226/6a0f5230/attachment.html
More information about the macports-changes
mailing list