diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-16 00:15:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-16 00:15:12 +0000 |
commit | 97fd5fd45452840c98aca132887f2a0180237b51 (patch) | |
tree | 8f29ee8bd88aac423b9bfbb4284af1bb26f2479c /net | |
parent | ff5b8bb75e78532d3e00475d2ae672261e748b0a (diff) | |
download | ports-97fd5fd45452840c98aca132887f2a0180237b51.tar.gz ports-97fd5fd45452840c98aca132887f2a0180237b51.zip |
- Update to 1.3.13
PR: ports/85422
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (seanc; 18 days)
Notes
Notes:
svn path=/head/; revision=142872
Diffstat (limited to 'net')
-rw-r--r-- | net/GeoIP/Makefile | 2 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 4 | ||||
-rw-r--r-- | net/GeoIP/files/patch-conf::Makefile.in | 8 | ||||
-rw-r--r-- | net/GeoIP/files/patch-libGeoIP-types.h | 11 |
4 files changed, 18 insertions, 7 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index a15e5c7a3cf0..daad40449dc2 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -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/ diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index 42000a896da1..05bf3ddb1799 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -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 diff --git a/net/GeoIP/files/patch-conf::Makefile.in b/net/GeoIP/files/patch-conf::Makefile.in index dfa6d896a45b..29cafa1731bf 100644 --- a/net/GeoIP/files/patch-conf::Makefile.in +++ b/net/GeoIP/files/patch-conf::Makefile.in @@ -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: diff --git a/net/GeoIP/files/patch-libGeoIP-types.h b/net/GeoIP/files/patch-libGeoIP-types.h new file mode 100644 index 000000000000..fe37cfc2da6f --- /dev/null +++ b/net/GeoIP/files/patch-libGeoIP-types.h @@ -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 + |