diff options
author | araujo <araujo@FreeBSD.org> | 2017-07-12 10:39:35 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-07-12 10:39:35 +0800 |
commit | ca0a4a904559b9cd4f01390665f447c144335d9f (patch) | |
tree | 229c34f56655cebd85c2ddc0b4556a5bffb7dcef /graphics | |
parent | 13c6c73898d59c679e4fa986b9b8444dd017bd9c (diff) | |
download | freebsd-ports-gnome-ca0a4a904559b9cd4f01390665f447c144335d9f.tar.gz freebsd-ports-gnome-ca0a4a904559b9cd4f01390665f447c144335d9f.tar.zst freebsd-ports-gnome-ca0a4a904559b9cd4f01390665f447c144335d9f.zip |
Bump PORTREVISION of several ports that depends of net/libvncserver to
reflect the changes made on r445054.
PR: ports/220565 (based on)
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
Sponsored by: iXsystems, Inc.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/osg/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index e35ee3f3e9c9..2bedb87b919a 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 3702cecf86ab..70a2c946c1e3 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ |