diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-10 05:29:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-10 05:29:46 +0800 |
commit | 0ff840266927f30494221c2ceb951b9b53344a58 (patch) | |
tree | 62b66522a9003f4f610d1c5e20b1529fd217ae1f /graphics | |
parent | 0c5aae638b1875d1b280d1b3a5733171d750fa57 (diff) | |
download | freebsd-ports-gnome-0ff840266927f30494221c2ceb951b9b53344a58.tar.gz freebsd-ports-gnome-0ff840266927f30494221c2ceb951b9b53344a58.tar.zst freebsd-ports-gnome-0ff840266927f30494221c2ceb951b9b53344a58.zip |
- After recent graphics/devil soversion bump its PORTREVISION was not bumped, so bump it properly now and also bump all dependent ports again
Submitted by: tijl
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cegui/Makefile | 2 | ||||
-rw-r--r-- | graphics/devil/Makefile | 2 | ||||
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index b5bb2474a135..b23c2517d23e 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,7 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index f46ce6843f6e..628175609c78 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -4,7 +4,7 @@ PORTNAME= devil PORTVERSION= 1.7.8 PORTEPOCH= 1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} DISTNAME= DevIL-${PORTVERSION} diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index f8e049e60f1a..cbb2223c2866 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.36.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ |