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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/ruby-quota/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ruby-syslog/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ruby-quota/Makefile b/sysutils/ruby-quota/Makefile index 9573f2a4f486..c499ebf98182 100644 --- a/sysutils/ruby-quota/Makefile +++ b/sysutils/ruby-quota/Makefile @@ -7,6 +7,7 @@ PORTNAME= quota PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= sysutils ruby MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/sysutils/ruby-syslog/Makefile b/sysutils/ruby-syslog/Makefile index 3281e2305a02..64ce267df653 100644 --- a/sysutils/ruby-syslog/Makefile +++ b/sysutils/ruby-syslog/Makefile @@ -7,6 +7,7 @@ PORTNAME= syslog PORTVERSION= 20010130 +PORTREVISION= 1 CATEGORIES= sysutils ruby MASTER_SITES= http://www.utdallas.edu/~amos/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |