diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-28 12:33:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-28 12:33:17 +0000 |
commit | c4c339ac2b1f69d42458b800a11e539eabdcbbda (patch) | |
tree | 621d44208e7fc7d5083d49c3e40359aaea3d551b /x11-toolkits/ruby-qt2 | |
parent | o Correct Ukrainian translation; (diff) |
D'oh, PORTREVISION doesn't work if you define the value of it after
bsd.port.pre.mk is read. Bump the version to 0.12a instead of 0.12_1.
Diffstat (limited to 'x11-toolkits/ruby-qt2')
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile.common | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile index ca0e75cb5c81..d03098b041e3 100644 --- a/x11-toolkits/ruby-qt2/Makefile +++ b/x11-toolkits/ruby-qt2/Makefile @@ -7,7 +7,6 @@ PORTNAME= qt2 PORTVERSION= ${RUBY_QT2_PORTVERSION} -PORTREVISION= ${RUBY_QT2_PORTREVISION} CATEGORIES= x11-toolkits ruby MASTER_SITES= ${RUBY_QT2_MASTER_SITES} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/x11-toolkits/ruby-qt2/Makefile.common b/x11-toolkits/ruby-qt2/Makefile.common index 05400a29d1b0..edb7ae51e581 100644 --- a/x11-toolkits/ruby-qt2/Makefile.common +++ b/x11-toolkits/ruby-qt2/Makefile.common @@ -1,8 +1,7 @@ # $FreeBSD$ RUBY_QT2_VERSION= 0.12 -RUBY_QT2_PORTVERSION= ${RUBY_QT2_VERSION} -RUBY_QT2_PORTREVISION= 2 +RUBY_QT2_PORTVERSION= ${RUBY_QT2_VERSION}a RUBY_QT2_MASTER_SITES= http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/ RUBY_QT2_DISTNAME= ruby-qt2-${RUBY_QT2_VERSION} |