summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2002-09-27 19:45:02 +0000
committerSean Chittenden <seanc@FreeBSD.org>2002-09-27 19:45:02 +0000
commitf046c0e968b1cc9629ca5621c7c3e4f35f77547f (patch)
tree2e2804d68933dcb1a4bbfdf5f10913b8a1b2d68c /misc
parentunbroken by fixing values.h bug (diff)
Fix misc/GeoIP's hanging install target by cat'ing a real file (not stdin).
While I'm here, upgrade to 1.0.5. Approved By: portmgr/knu (mentor)
Notes
Notes: svn path=/head/; revision=67173
Diffstat (limited to 'misc')
-rw-r--r--misc/GeoIP/Makefile5
-rw-r--r--misc/GeoIP/distinfo2
-rw-r--r--misc/GeoIP/files/patch-conf::Makefile.in20
3 files changed, 13 insertions, 14 deletions
diff --git a/misc/GeoIP/Makefile b/misc/GeoIP/Makefile
index f686bba41dd5..e3a9d087ab5a 100644
--- a/misc/GeoIP/Makefile
+++ b/misc/GeoIP/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= GeoIP
-PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTVERSION= 1.0.5
CATEGORIES= misc
MASTER_SITES= http://maxmind.com/download/geoip/api/c/
@@ -22,6 +21,6 @@ INSTALLS_SHLIB= yes
MAN1= geoiplookup.1 geoipupdate.1
post-install:
- @${CAT} ${PKGMESSAGES}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/misc/GeoIP/distinfo b/misc/GeoIP/distinfo
index 636c578016b0..11ab9fe706d0 100644
--- a/misc/GeoIP/distinfo
+++ b/misc/GeoIP/distinfo
@@ -1 +1 @@
-MD5 (GeoIP-1.0.4.tar.gz) = dde625b05c1f72ff31e1eead82fe56a4
+MD5 (GeoIP-1.0.5.tar.gz) = 2bfeaef9a4843107b2e3f3d6e1c44796
diff --git a/misc/GeoIP/files/patch-conf::Makefile.in b/misc/GeoIP/files/patch-conf::Makefile.in
index 211fdeac2bd2..eb466dab6ee6 100644
--- a/misc/GeoIP/files/patch-conf::Makefile.in
+++ b/misc/GeoIP/files/patch-conf::Makefile.in
@@ -1,6 +1,6 @@
---- conf/Makefile.in.orig Wed Aug 28 06:54:49 2002
-+++ conf/Makefile.in Mon Sep 23 09:37:14 2002
-@@ -204,12 +204,12 @@
+--- conf/Makefile.in.orig Fri Sep 27 12:21:01 2002
++++ conf/Makefile.in Fri Sep 27 12:26:02 2002
+@@ -242,12 +242,12 @@
install-data-hook: install-sysconfDATA
@@ -10,12 +10,12 @@
- 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
-
++ # @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: