mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.3.14
This commit is contained in:
parent
07641266ef
commit
0a45c0ac5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142874
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= GeoIP
|
||||
PORTVERSION= 1.3.13
|
||||
PORTVERSION= 1.3.14
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (GeoIP-1.3.13.tar.gz) = 59fc9a6adfbde13cee33c88668f3f400
|
||||
SIZE (GeoIP-1.3.13.tar.gz) = 668577
|
||||
MD5 (GeoIP-1.3.14.tar.gz) = a1f6fb744d85e96a457808f9c32fd334
|
||||
SIZE (GeoIP-1.3.14.tar.gz) = 677526
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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
|
||||
|
@ -1,20 +1,14 @@
|
||||
bin/geoipexport
|
||||
bin/geoipexportlocations
|
||||
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/GeoIPBitReader.h
|
||||
include/GeoIPCity.h
|
||||
include/GeoIPUpdate.h
|
||||
lib/libGeoIP.a
|
||||
lib/libGeoIP.so
|
||||
lib/libGeoIP.so.4
|
||||
lib/libGeoIPBitReader.a
|
||||
lib/libGeoIPBitReader.so
|
||||
lib/libGeoIPBitReader.so.0
|
||||
lib/libGeoIPUpdate.a
|
||||
lib/libGeoIPUpdate.so
|
||||
lib/libGeoIPUpdate.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user