- add missing @exec and remove old SIZE in net/GeoIP
- update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION
- utilize PORTDOCS in www/mod_geoip
Noticed by: kris
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
that false lookups now return NULL instead of "--". Libraries should be
updated accordingly.
Pointed out by: knu && bento
Update delayed by: 15s+ latency from satellite internet connection
- Make sure that the package has a message about copying
etc/GeoIP.conf.default to etc/GeoIP.conf
PR: ports/43230
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from.
PR: ports/41536
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>