aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-gems
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-04-22 12:16:47 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-04-22 12:16:47 +0000
commita0a8c62ac9d6daadd2a15cf825b3c9680611e947 (patch)
tree301ebb1e7c51a6ce3eaf8ce3ef69090b39daf01b /devel/ruby-gems
parent3fd9de655e2d35f6916d9e632f9f456bf21727f1 (diff)
downloadports-a0a8c62ac9d6daadd2a15cf825b3c9680611e947.tar.gz
ports-a0a8c62ac9d6daadd2a15cf825b3c9680611e947.zip
Notes
Diffstat (limited to 'devel/ruby-gems')
-rw-r--r--devel/ruby-gems/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile
index fdfab3f84c71..c24363619a0d 100644
--- a/devel/ruby-gems/Makefile
+++ b/devel/ruby-gems/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= gems
-PORTVERSION= 0.8.8
+PORTVERSION= 0.8.10
CATEGORIES= devel ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/3463/
+MASTER_SITES= http://rubyforge.org/frs/download.php/3700/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -26,7 +26,4 @@ NO_BUILD= yes
do-install:
cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP}
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>