diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 17:54:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 17:54:27 +0000 |
commit | 37f0f0aa36cdefb8e10f093697cd1419ef4c8c9f (patch) | |
tree | b60c0f8e883d615b5ee979fb08c589557c5aac02 /ftp | |
parent | Stop including the OS minor version in RUBY_ARCH which is used in (diff) |
Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
Notes
Notes:
svn path=/head/; revision=47917
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ruby-curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ruby-curl/Makefile b/ftp/ruby-curl/Makefile index 4ea3de70416e..cacdaa8b6c02 100644 --- a/ftp/ruby-curl/Makefile +++ b/ftp/ruby-curl/Makefile @@ -7,7 +7,7 @@ PORTNAME= curl PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www ruby MASTER_SITES= http://www.d1.dion.ne.jp/~matuyuki/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |