mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Bumped version to latest upstream. (0.07)
- Updated MASTER_SITES. - Specified BUILD_DEPENDS. PR: ports/146937 Submitted by: maintainer (Albert Vernon)
This commit is contained in:
parent
c6c5538a2b
commit
0eeeb7cf74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256096
4 changed files with 9 additions and 18 deletions
|
@ -6,16 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= net-geoip
|
||||
PORTVERSION= 0.06
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= net ruby geography
|
||||
MASTER_SITES= http://www.maxmind.com/download/geoip/api/ruby/
|
||||
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= f3cun3c02@sneakemail.com
|
||||
COMMENT= A Ruby extension that wraps around libGeoIP
|
||||
|
||||
BUILD_DEPENDS= GeoIP>=1.4.6:${PORTSDIR}/net/GeoIP
|
||||
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP
|
||||
|
||||
USE_ICONV= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ruby/net-geoip-0.06.tar.gz) = 4bbae1a05a4339f79e2853778d4b50f3
|
||||
SHA256 (ruby/net-geoip-0.06.tar.gz) = e2ed54c5d07e0ca512c2052a05303acbd331124403013c9112fffbe04ab5f327
|
||||
SIZE (ruby/net-geoip-0.06.tar.gz) = 3941
|
||||
MD5 (ruby/net-geoip-0.07.tar.gz) = 7cdc43b9382af14ddf4dd1295f4a402c
|
||||
SHA256 (ruby/net-geoip-0.07.tar.gz) = 343473a56ae84d8c871f996a90d5096d0663c831f592c77a3cb23c2646cc0d5d
|
||||
SIZE (ruby/net-geoip-0.07.tar.gz) = 3930
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- extconf.rb.orig Wed Jan 8 07:45:07 2003
|
||||
+++ extconf.rb Thu Feb 1 09:20:43 2007
|
||||
@@ -66,7 +66,7 @@
|
||||
EOL
|
||||
end
|
||||
|
||||
-$CFLAGS = '-g -Wall' + $CFLAGS
|
||||
+$CFLAGS = '-g -Wall ' + $CFLAGS
|
||||
|
||||
create_header()
|
||||
create_makefile('net/geoip')
|
|
@ -1,4 +1,6 @@
|
|||
Net::GeoIP lets you look up the country of a given IP address or
|
||||
hostname.
|
||||
|
||||
Author: Sean Chittenden <sean@chittenden.org>
|
||||
WWW: http://www.maxmind.com/app/geolitecountry/
|
||||
|
||||
Albert Vernon <f3cun3c02@sneakemail.com>
|
||||
|
|
Loading…
Add table
Reference in a new issue