diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-03 21:57:49 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-03 21:57:49 +0000 |
commit | 8752c350a7bcc5293cf3ace062c6c6f914f8cc04 (patch) | |
tree | 1001a7223dee85ee73b729ef1aaeb70a8f29ddfb /converters | |
parent | Does not build with jdk 1.4 either, so mark BROKEN (diff) |
- Update ruby to 1.8.6
- Synchronise portversions and portepochs in all ruby subports
- Take maintainerships of all ruby subports.
Notes
Notes:
svn path=/head/; revision=189129
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-iconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index 4b45ab3a92f2..176b9b911a23 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -7,8 +7,8 @@ PORTNAME= iconv PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 1 -PORTEPOCH= 1 +PORTREVISION= ${RUBY_PORTREVISION} +PORTEPOCH= ${RUBY_PORTEPOCH} CATEGORIES= converters ruby MASTER_SITES= #empty PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |