diff options
author | ade <ade@FreeBSD.org> | 2006-03-07 16:28:06 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-03-07 16:28:06 +0800 |
commit | 38d1daaf6dcd0a9f2828ed254139c93fec126a03 (patch) | |
tree | 69469315dbe02bc59ad82a6a9ccb40570e704811 /textproc | |
parent | c816ed92950edb7458ef8f12a5ed3a4ffcd0491d (diff) | |
download | freebsd-ports-gnome-38d1daaf6dcd0a9f2828ed254139c93fec126a03.tar.gz freebsd-ports-gnome-38d1daaf6dcd0a9f2828ed254139c93fec126a03.tar.zst freebsd-ports-gnome-38d1daaf6dcd0a9f2828ed254139c93fec126a03.zip |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gdict/Makefile | 2 | ||||
-rw-r--r-- | textproc/gtkdiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/gxmlviewer/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-LibRSVG/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-el/Makefile | 1 |
5 files changed, 5 insertions, 4 deletions
diff --git a/textproc/gdict/Makefile b/textproc/gdict/Makefile index 57e305c018b2..bfcec2d56877 100644 --- a/textproc/gdict/Makefile +++ b/textproc/gdict/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdict PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/ diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile index 2e225f8ce8fd..8d64b8e1ee24 100644 --- a/textproc/gtkdiff/Makefile +++ b/textproc/gtkdiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkdiff PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= http://home.catv.ne.jp/pp/ginoue/software/gtkdiff/ diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index d1696926d83a..72b1f0ea586d 100644 --- a/textproc/gxmlviewer/Makefile +++ b/textproc/gxmlviewer/Makefile @@ -8,7 +8,7 @@ PORTNAME= gxmlviewer PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/textproc/p5-XML-LibRSVG/Makefile b/textproc/p5-XML-LibRSVG/Makefile index 733dd2720e66..5542ccadcd2a 100644 --- a/textproc/p5-XML-LibRSVG/Makefile +++ b/textproc/p5-XML-LibRSVG/Makefile @@ -7,7 +7,7 @@ PORTNAME= XML-LibRSVG PORTVERSION= 0.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index de235db4a45c..b171da3dee56 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -7,6 +7,7 @@ PORTNAME= uim-el PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://uim.freedesktop.org/releases/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} |