diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-21 02:47:57 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-21 02:47:57 +0000 |
commit | 884b2f8e77510ab3cab2ed17f1fcfed9322c5eaa (patch) | |
tree | 64d653f04c9e47ec101691f30b51a50ea4028daa /net | |
parent | ac09cd690a316cf1561e086913d579518afe7024 (diff) | |
download | ports-884b2f8e77510ab3cab2ed17f1fcfed9322c5eaa.tar.gz ports-884b2f8e77510ab3cab2ed17f1fcfed9322c5eaa.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/GeoIP/Makefile | 7 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 6 | ||||
-rw-r--r-- | net/GeoIP/files/patch-conf::Makefile.in | 21 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 1 |
4 files changed, 4 insertions, 31 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 59a0a9eb8f26..ba163107ea38 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GeoIP -PORTVERSION= 1.3.14 +PORTVERSION= 1.3.16 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ @@ -18,9 +18,4 @@ INSTALLS_SHLIB= yes MAN1= geoiplookup.1 geoipupdate.1 -post-install: -.if !exists(${PREFIX}/etc/GeoIP.conf) - @${INSTALL_DATA} ${PREFIX}/etc/GeoIP.conf.default ${PREFIX}/etc/GeoIP.conf -.endif - .include <bsd.port.mk> diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index d2c799d4bb89..7e666ef5f26e 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,3 +1,3 @@ -MD5 (GeoIP-1.3.14.tar.gz) = a1f6fb744d85e96a457808f9c32fd334 -SHA256 (GeoIP-1.3.14.tar.gz) = b10a1b7635e0ce834e398f6c20085519f99b2a51f97a557a498cc3e1a447fafa -SIZE (GeoIP-1.3.14.tar.gz) = 677526 +MD5 (GeoIP-1.3.16.tar.gz) = f3e2afcb08b5fb4162a00ac87207f989 +SHA256 (GeoIP-1.3.16.tar.gz) = 68f5ef824e8c120fd6e1041e04e84b638439254b9b0cdabf3d27eb1b0f1109c4 +SIZE (GeoIP-1.3.16.tar.gz) = 777024 diff --git a/net/GeoIP/files/patch-conf::Makefile.in b/net/GeoIP/files/patch-conf::Makefile.in deleted file mode 100644 index 29cafa1731bf..000000000000 --- a/net/GeoIP/files/patch-conf::Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- conf/Makefile.in.orig Sun Aug 28 22:42:55 2005 -+++ conf/Makefile.in Sun Aug 28 22:43:20 2005 -@@ -243,12 +243,12 @@ - - - install-data-hook: install-sysconfDATA -- @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \ -- echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; \ -- else \ -- echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \ -- $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \ -- fi -+# @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \ -+# echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; \ -+# else \ -+# echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \ -+# $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \ -+# fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index 642a853d2dd1..5731f17062a9 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -2,7 +2,6 @@ bin/geoiplookup bin/geoipupdate @unexec if cmp -s %D/etc/GeoIP.conf %D/etc/GeoIP.conf.default; then rm -f %D/etc/GeoIP.conf; fi etc/GeoIP.conf.default -@exec [ -f %B/GeoIP.conf ] || cp %B/%f %B/GeoIP.conf include/GeoIP.h include/GeoIPCity.h include/GeoIPUpdate.h |