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 | |
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.
Notes
Notes:
svn path=/head/; revision=40476
-rw-r--r-- | graphics/ruby-qt2gl/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-qt2xml/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile.common | 3 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt2canvas/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt2iconview/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt2table/Makefile | 1 |
7 files changed, 1 insertions, 8 deletions
diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile index 7d5d09e4ec9e..71f8721b5d4e 100644 --- a/graphics/ruby-qt2gl/Makefile +++ b/graphics/ruby-qt2gl/Makefile @@ -7,7 +7,6 @@ PORTNAME= qt2gl PORTVERSION= ${RUBY_QT2_PORTVERSION} -PORTREVISION= ${RUBY_QT2_PORTREVISION} CATEGORIES= graphics x11-toolkits ruby MASTER_SITES= ${RUBY_QT2_MASTER_SITES} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/textproc/ruby-qt2xml/Makefile b/textproc/ruby-qt2xml/Makefile index 06ce2dc37cca..1564e0124172 100644 --- a/textproc/ruby-qt2xml/Makefile +++ b/textproc/ruby-qt2xml/Makefile @@ -7,7 +7,6 @@ PORTNAME= qt2xml PORTVERSION= ${RUBY_QT2_PORTVERSION} -PORTREVISION= ${RUBY_QT2_PORTREVISION} CATEGORIES= textproc x11-toolkits ruby MASTER_SITES= ${RUBY_QT2_MASTER_SITES} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} 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} diff --git a/x11-toolkits/ruby-qt2canvas/Makefile b/x11-toolkits/ruby-qt2canvas/Makefile index 03ffbb0d5403..8919766ea7ba 100644 --- a/x11-toolkits/ruby-qt2canvas/Makefile +++ b/x11-toolkits/ruby-qt2canvas/Makefile @@ -7,7 +7,6 @@ PORTNAME= qt2canvas 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-qt2iconview/Makefile b/x11-toolkits/ruby-qt2iconview/Makefile index 54382f288042..28d8a54f4cf6 100644 --- a/x11-toolkits/ruby-qt2iconview/Makefile +++ b/x11-toolkits/ruby-qt2iconview/Makefile @@ -7,7 +7,6 @@ PORTNAME= qt2iconview 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-qt2table/Makefile b/x11-toolkits/ruby-qt2table/Makefile index 30eed42ddeef..9eb3baa4ab1b 100644 --- a/x11-toolkits/ruby-qt2table/Makefile +++ b/x11-toolkits/ruby-qt2table/Makefile @@ -7,7 +7,6 @@ PORTNAME= qt2table PORTVERSION= ${RUBY_QT2_PORTVERSION} -PORTREVISION= ${RUBY_QT2_PORTREVISION} CATEGORIES= x11-toolkits ruby MASTER_SITES= ${RUBY_QT2_MASTER_SITES} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |