Date: Mon, 16 Feb 2004 14:40:50 +0800 (CST) From: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62900: upgrade ports/net/GeoIP to 1.3.1 Message-ID: <20040216064050.50D76106C00@FreeBSD.csie.NCTU.edu.tw> Resent-Message-ID: <200402160650.i1G6oHBn035111@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62900 >Category: ports >Synopsis: upgrade ports/net/GeoIP to 1.3.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 15 22:50:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.9-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.9-STABLE FreeBSD 4.9-STABLE #8: Wed Oct 29 10:04:27 CST 2003 root@FreeBSD.csie.NCTU.edu.tw:/big/usr.obj/big/freebsd/pub/branches/4.0-stable/src/sys/FREEBSD i386 >Description: >How-To-Repeat: >Fix: Index: GeoIP/Makefile =================================================================== RCS file: /home/pcvs/ports/net/GeoIP/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- GeoIP/Makefile 4 Sep 2003 21:05:26 -0000 1.18 +++ GeoIP/Makefile 16 Feb 2004 06:40:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= GeoIP -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.1 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ Index: GeoIP/distinfo =================================================================== RCS file: /home/pcvs/ports/net/GeoIP/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- GeoIP/distinfo 4 Sep 2003 21:05:26 -0000 1.12 +++ GeoIP/distinfo 16 Feb 2004 06:40:28 -0000 @@ -1 +1,2 @@ -MD5 (GeoIP-1.2.2.tar.gz) = 6844bee99c6426924a11b1998460e6f6 +MD5 (GeoIP-1.3.1.tar.gz) = cbfb7be70e2b02140677008d6e902dac +SIZE (GeoIP-1.3.1.tar.gz) = 526429 Index: GeoIP/pkg-plist =================================================================== RCS file: /home/pcvs/ports/net/GeoIP/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- GeoIP/pkg-plist 4 Sep 2003 21:05:26 -0000 1.8 +++ GeoIP/pkg-plist 16 Feb 2004 06:40:28 -0000 @@ -8,15 +8,12 @@ include/GeoIPCity.h include/GeoIPUpdate.h lib/libGeoIP.a -lib/libGeoIP.la lib/libGeoIP.so -lib/libGeoIP.so.3 +lib/libGeoIP.so.4 lib/libGeoIPBitReader.a -lib/libGeoIPBitReader.la lib/libGeoIPBitReader.so lib/libGeoIPBitReader.so.0 lib/libGeoIPUpdate.a -lib/libGeoIPUpdate.la lib/libGeoIPUpdate.so lib/libGeoIPUpdate.so.0 share/GeoIP/GeoIP.dat Index: GeoIP/files/patch-ltmain.sh =================================================================== RCS file: GeoIP/files/patch-ltmain.sh diff -N GeoIP/files/patch-ltmain.sh --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ GeoIP/files/patch-ltmain.sh 16 Feb 2004 06:40:28 -0000 @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Mon Feb 16 14:36:27 2004 ++++ ltmain.sh Mon Feb 16 14:36:37 2004 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040216064050.50D76106C00>