diff options
author | seanc <seanc@FreeBSD.org> | 2002-10-07 12:30:58 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-10-07 12:30:58 +0800 |
commit | 5555324334a672f6fcec1b65ae6408887c44d38a (patch) | |
tree | 533dbc1867ff3e29e29d656f44f02b4f202ae2b5 /net/GeoIP | |
parent | 87f75481c58db5e706f783855628b52835f1470f (diff) | |
download | freebsd-ports-gnome-5555324334a672f6fcec1b65ae6408887c44d38a.tar.gz freebsd-ports-gnome-5555324334a672f6fcec1b65ae6408887c44d38a.tar.zst freebsd-ports-gnome-5555324334a672f6fcec1b65ae6408887c44d38a.zip |
Update GeoIP to 1.0.8. Grab maintainership of both of these ports.
Approved by: knu (mentor) && old maintainer
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 4 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 2 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index e3a9d087ab5a..7e42e06656f0 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -6,11 +6,11 @@ # PORTNAME= GeoIP -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.8 CATEGORIES= misc MASTER_SITES= http://maxmind.com/download/geoip/api/c/ -MAINTAINER= leeym@FreeBSD.org +MAINTAINER= seanc@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index 11ab9fe706d0..daded00b5982 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1 +1 @@ -MD5 (GeoIP-1.0.5.tar.gz) = 2bfeaef9a4843107b2e3f3d6e1c44796 +MD5 (GeoIP-1.0.8.tar.gz) = dcf0a8b924f03674a5b216f0c7e78b7b diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index a0401bbfa392..8c71cfb7e213 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -7,4 +7,4 @@ lib/libGeoIP.la lib/libGeoIP.so lib/libGeoIP.so.1 share/GeoIP/GeoIP.dat -@dirrm share/GeoIP +@unexec rmdir %D/share/GeoIP 2>/dev/null || true |