- Update to 1.3.13

PR:		ports/85422
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer timeout (seanc; 18 days)
This commit is contained in:
Pav Lucistnik 2005-09-16 00:15:12 +00:00
parent ff5b8bb75e
commit 97fd5fd454
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142872
4 changed files with 18 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= GeoIP
PORTVERSION= 1.3.8
PORTVERSION= 1.3.13
CATEGORIES= net
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/

View file

@ -1,2 +1,2 @@
MD5 (GeoIP-1.3.8.tar.gz) = 7bbd491dfbe4314c817ba0bbc7fa0932
SIZE (GeoIP-1.3.8.tar.gz) = 585538
MD5 (GeoIP-1.3.13.tar.gz) = 59fc9a6adfbde13cee33c88668f3f400
SIZE (GeoIP-1.3.13.tar.gz) = 668577

View file

@ -1,6 +1,6 @@
--- conf/Makefile.in.orig Mon Mar 10 17:25:32 2003
+++ conf/Makefile.in Sun Apr 6 17:59:17 2003
@@ -205,12 +205,12 @@
--- 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
@ -16,6 +16,6 @@
+# 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:

View file

@ -0,0 +1,11 @@
--- libGeoIP/types.h.orig Fri Apr 8 06:32:43 2005
+++ libGeoIP/types.h Fri Sep 16 02:12:40 2005
@@ -59,8 +59,6 @@
#endif
#ifndef HAVE_USHORT_TYPEDEF
-#undef ushort /* maybe there is a macro with this name */
-typedef unsigned short ushort;
#define HAVE_USHORT_TYPEDEF
#endif