aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-whois/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-13 20:04:52 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-13 20:04:52 +0000
commit887043b334553279f6cac34f29e87ab945c7b249 (patch)
tree4f567ad54da5c8cdb6585232f941daea2cb96771 /net/rubygem-whois/Makefile
parent369bc81a6fdbe5e4e12869d441ac047dbb0cdad1 (diff)
downloadports-887043b334553279f6cac34f29e87ab945c7b249.tar.gz
ports-887043b334553279f6cac34f29e87ab945c7b249.zip
- Update to 1.3.5
PR: ports/150521 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
Notes
Notes: svn path=/head/; revision=261089
Diffstat (limited to 'net/rubygem-whois/Makefile')
-rw-r--r--net/rubygem-whois/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rubygem-whois/Makefile b/net/rubygem-whois/Makefile
index 3cc0d37c6e2d..5ef00c3da96c 100644
--- a/net/rubygem-whois/Makefile
+++ b/net/rubygem-whois/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= whois
-PORTVERSION= 1.3.0
+PORTVERSION= 1.3.5
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -16,5 +16,6 @@ COMMENT= Ruby whois library
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/ruby-whois
.include <bsd.port.mk>