View | Details | Raw Unified | Return to bug 146937
Collapse All | Expand All

(-)ruby-net-geoip/Makefile (-3 / +3 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	net-geoip
8
PORTNAME=	net-geoip
9
PORTVERSION=	0.06
9
PORTVERSION=	0.07
10
PORTREVISION=	6
11
CATEGORIES=	net ruby geography
10
CATEGORIES=	net ruby geography
12
MASTER_SITES=	http://www.maxmind.com/download/geoip/api/ruby/
11
MASTER_SITES=	http://geolite.maxmind.com/download/geoip/api/ruby/
13
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
14
DIST_SUBDIR=	ruby
13
DIST_SUBDIR=	ruby
15
14
16
MAINTAINER=	f3cun3c02@sneakemail.com
15
MAINTAINER=	f3cun3c02@sneakemail.com
17
COMMENT=	A Ruby extension that wraps around libGeoIP
16
COMMENT=	A Ruby extension that wraps around libGeoIP
18
17
18
BUILD_DEPENDS=	GeoIP>=1.4.6:${PORTSDIR}/net/GeoIP
19
LIB_DEPENDS=	GeoIP.5:${PORTSDIR}/net/GeoIP
19
LIB_DEPENDS=	GeoIP.5:${PORTSDIR}/net/GeoIP
20
20
21
USE_ICONV=	yes
21
USE_ICONV=	yes
(-)ruby-net-geoip/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ruby/net-geoip-0.06.tar.gz) = 4bbae1a05a4339f79e2853778d4b50f3
1
MD5 (ruby/net-geoip-0.07.tar.gz) = 7cdc43b9382af14ddf4dd1295f4a402c
2
SHA256 (ruby/net-geoip-0.06.tar.gz) = e2ed54c5d07e0ca512c2052a05303acbd331124403013c9112fffbe04ab5f327
2
SHA256 (ruby/net-geoip-0.07.tar.gz) = 343473a56ae84d8c871f996a90d5096d0663c831f592c77a3cb23c2646cc0d5d
3
SIZE (ruby/net-geoip-0.06.tar.gz) = 3941
3
SIZE (ruby/net-geoip-0.07.tar.gz) = 3930
(-)ruby-net-geoip/files/patch-extconf.rb (-11 lines)
Lines 1-11 Link Here
1
--- extconf.rb.orig	Wed Jan  8 07:45:07 2003
2
+++ extconf.rb	Thu Feb  1 09:20:43 2007
3
@@ -66,7 +66,7 @@
4
 EOL
5
 end
6
 
7
-$CFLAGS = '-g -Wall' + $CFLAGS
8
+$CFLAGS = '-g -Wall ' + $CFLAGS
9
 
10
 create_header()
11
 create_makefile('net/geoip')
(-)ruby-net-geoip/pkg-descr (-1 / +3 lines)
Lines 1-4 Link Here
1
Net::GeoIP lets you look up the country of a given IP address or
1
Net::GeoIP lets you look up the country of a given IP address or
2
hostname.
2
hostname.
3
3
4
Author: Sean Chittenden <sean@chittenden.org>
4
WWW: http://www.maxmind.com/app/geolitecountry/
5
6
Albert Vernon <f3cun3c02@sneakemail.com>

Return to bug 146937