aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-02-01 02:32:32 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-02-01 02:32:32 +0000
commit2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (patch)
tree0884a5dacb54a8c2d5df5eaeb8a50072871e61f5
parentdc24187708b278532ff1df7a3e0f1bf548076e5a (diff)
downloadports-2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4.tar.gz
ports-2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4.zip
- Fix for net/ruby-net-geoip build error on i386-7-latest
- submitter will maintain this port PR: ports/107604 Submitted by: maintainer (Albert Vernon)
Notes
Notes: svn path=/head/; revision=183829
-rw-r--r--net/ruby-net-geoip/Makefile7
-rw-r--r--net/ruby-net-geoip/files/patch-extconf.rb11
-rw-r--r--net/ruby-net-geoip/pkg-descr1
3 files changed, 14 insertions, 5 deletions
diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile
index 5a47d0d9fbdb..4250b39db913 100644
--- a/net/ruby-net-geoip/Makefile
+++ b/net/ruby-net-geoip/Makefile
@@ -7,14 +7,13 @@
PORTNAME= net-geoip
PORTVERSION= 0.06
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net ruby
-MASTER_SITES= http://www.gigavenue.com/mirrors/ruby/ \
- http://www.maxmind.com/download/geoip/api/ruby/
+MASTER_SITES= http://www.maxmind.com/download/geoip/api/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= f3cun3c02@sneakemail.com
COMMENT= A Ruby extension that wraps around libGeoIP
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP
diff --git a/net/ruby-net-geoip/files/patch-extconf.rb b/net/ruby-net-geoip/files/patch-extconf.rb
new file mode 100644
index 000000000000..eeb82c7df353
--- /dev/null
+++ b/net/ruby-net-geoip/files/patch-extconf.rb
@@ -0,0 +1,11 @@
+--- 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')
diff --git a/net/ruby-net-geoip/pkg-descr b/net/ruby-net-geoip/pkg-descr
index c36f4053badb..bea58b249c0b 100644
--- a/net/ruby-net-geoip/pkg-descr
+++ b/net/ruby-net-geoip/pkg-descr
@@ -2,4 +2,3 @@ Net::GeoIP lets you look up the country of a given IP address or
hostname.
Author: Sean Chittenden <sean@chittenden.org>
-WWW: http://www.rubynet.org/modules/net/geoip/