pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update GeoIP to 1.3.4 and take maintainership.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97d99106e9b0
branches:  trunk
changeset: 477444:97d99106e9b0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jul 03 00:54:07 2004 +0000

description:
Update GeoIP to 1.3.4 and take maintainership.

Changes since 1.3.1:
        * Fixed bug where *.gz file(s) didn't get removed after geoipupdate
        * Added support for NetSpeed lookup to geoiplookup
        * inet_addr patch for 64 bit systems (Thomas Steudten)
        * Added Support for automated downloads of GeoIP Region, City, ISP
          and Organization databases (Frank Mather)
        * INADDR_NONE Patch for Solaris 9 (John Young)
        * Added support for Maxmind NetSpeed

diffstat:

 doc/CHANGES        |   3 ++-
 net/GeoIP/Makefile |  10 +++++-----
 net/GeoIP/distinfo |   6 +++---
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 0d8ec7b89242 -r 97d99106e9b0 doc/CHANGES
--- a/doc/CHANGES       Fri Jul 02 22:32:19 2004 +0000
+++ b/doc/CHANGES       Sat Jul 03 00:54:07 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6425 2004/07/02 21:42:14 jmmv Exp $
+$NetBSD: CHANGES,v 1.6426 2004/07/03 00:54:07 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3216,3 +3216,4 @@
        Updated drivel to 1.0.2 [jmmv 2004-07-02]
        Updated GConf2 to 2.6.3 [jmmv 2004-07-02]
        Updated GConf2-ui to 2.6.3 [jmmv 2004-07-02]
+       Updated GeoIP to 1.3.4 [minskim 2004-07-03]
diff -r 0d8ec7b89242 -r 97d99106e9b0 net/GeoIP/Makefile
--- a/net/GeoIP/Makefile        Fri Jul 02 22:32:19 2004 +0000
+++ b/net/GeoIP/Makefile        Sat Jul 03 00:54:07 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2004/02/17 03:34:07 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/03 00:54:07 minskim Exp $
 #
 
-DISTNAME=      GeoIP-1.3.1
+DISTNAME=      GeoIP-1.3.4
 CATEGORIES=    net
 MASTER_SITES=  http://www.maxmind.com/download/geoip/api/c/
 
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
+MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://www.maxmind.com/download/geoip/api/c/
 COMMENT=       Find the country from any IP address
 
@@ -18,7 +18,7 @@
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
-EGDIR=                 ${PREFIX}/share/examples/GeoIP
-CONF_FILES=            ${EGDIR}/GeoIP.conf.default ${PKG_SYSCONFDIR}/GeoIP.conf
+EGDIR=         ${PREFIX}/share/examples/GeoIP
+CONF_FILES=    ${EGDIR}/GeoIP.conf.default ${PKG_SYSCONFDIR}/GeoIP.conf
 
 .include "../../mk/bsd.pkg.mk"
diff -r 0d8ec7b89242 -r 97d99106e9b0 net/GeoIP/distinfo
--- a/net/GeoIP/distinfo        Fri Jul 02 22:32:19 2004 +0000
+++ b/net/GeoIP/distinfo        Sat Jul 03 00:54:07 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/12/28 12:31:42 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/07/03 00:54:07 minskim Exp $
 
-SHA1 (GeoIP-1.3.1.tar.gz) = 5c5d0ab6852a645703c05393ac6a9c32d4181921
-Size (GeoIP-1.3.1.tar.gz) = 526429 bytes
+SHA1 (GeoIP-1.3.4.tar.gz) = 7cca4ac6adb39dcf5fc7f06feef2e96b3f9c21a2
+Size (GeoIP-1.3.4.tar.gz) = 565913 bytes
 SHA1 (patch-aa) = 5cf4eed4243162480e05bc472537150e783e15e4



Home | Main Index | Thread Index | Old Index