diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2017-07-12 02:39:35 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2017-07-12 02:39:35 +0000 |
commit | 4c53794094e2bf200a39f326461c8fffff5e0697 (patch) | |
tree | 229c34f56655cebd85c2ddc0b4556a5bffb7dcef | |
parent | [NEW] devel/py-setuptools-pkg: Plugin for setuptools to build FreeBSD pkg (diff) |
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.
Notes
Notes:
svn path=/head/; revision=445565
-rw-r--r-- | emulators/aqemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/bochs/Makefile | 2 | ||||
-rw-r--r-- | emulators/kcemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 2 | ||||
-rw-r--r-- | graphics/osg-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/osg/Makefile | 2 | ||||
-rw-r--r-- | net/krdc/Makefile | 2 | ||||
-rw-r--r-- | net/libvncserver/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 08b066c6b9bc..db8e653c9446 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -2,7 +2,7 @@ PORTNAME= aqemu PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/ diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 54772d047512..4ed61fe7166b 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,7 +3,7 @@ PORTNAME= bochs PORTVERSION= 2.6.8 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile index fe1d647e8428..a3bc7a3986bf 100644 --- a/emulators/kcemu/Makefile +++ b/emulators/kcemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= kcemu PORTVERSION= 0.5.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION} DISTNAME= KCemu-${PORTVERSION} diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 60e70772449c..d4c338b81fe5 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -3,7 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} 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/ diff --git a/net/krdc/Makefile b/net/krdc/Makefile index d1bf9403d4b7..89767292b0e7 100644 --- a/net/krdc/Makefile +++ b/net/krdc/Makefile @@ -2,7 +2,7 @@ PORTNAME= krdc PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index c617b19d266b..ea9a71fd075c 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -20,7 +20,7 @@ GH_ACCOUNT= LibVNC USES= autoreconf jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -g -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip |