diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-02 00:36:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-02 00:36:20 +0800 |
commit | 1c072774e219a4013246aa4ae5410d3f2e0fc329 (patch) | |
tree | 19b4c8a31bf358ed5688863109f4af1da964f957 /graphics | |
parent | 83f4b8b71efa5d5fd4d3871a3ba89646e585c434 (diff) | |
download | freebsd-ports-gnome-1c072774e219a4013246aa4ae5410d3f2e0fc329.tar.gz freebsd-ports-gnome-1c072774e219a4013246aa4ae5410d3f2e0fc329.tar.zst freebsd-ports-gnome-1c072774e219a4013246aa4ae5410d3f2e0fc329.zip |
Even thought if poppler-qt doesn't has shared library version change, but these
ports also linking to poppler. The poppler is the one that has shared library
version change. Therefore, bump the PORTREVISION.
Reported by: Jan Henrik Sylvester <me@janh.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 28d0625a0ca5..1fc874129a60 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 28d0625a0ca5..1fc874129a60 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |