Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 20:36:47 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350164 - in head: astro/gpscorrelate astro/merkaartor deskutils/libstreamanalyzer deskutils/pinot editors/calligra graphics/darktable graphics/geeqie graphics/gegl graphics/gexiv2 grap...
Message-ID:  <201404042036.s34KalGj082343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Apr  4 20:36:47 2014
New Revision: 350164
URL: http://svnweb.freebsd.org/changeset/ports/350164
QAT: https://qat.redports.org/buildarchive/r350164/

Log:
  - Chase libexiv2.so shlib version bump after r350163
  - Fix nearby minor style issues while here (not all)
  
  Approved by:	portmgr (bapt), some ports are still NO_STAGE :(

Modified:
  head/astro/gpscorrelate/Makefile
  head/astro/merkaartor/Makefile
  head/deskutils/libstreamanalyzer/Makefile
  head/deskutils/pinot/Makefile
  head/editors/calligra/Makefile
  head/graphics/darktable/Makefile
  head/graphics/geeqie/Makefile
  head/graphics/gegl/Makefile
  head/graphics/gexiv2/Makefile
  head/graphics/gimp-lensfun-plugin/Makefile
  head/graphics/gthumb/Makefile
  head/graphics/gwenview-kde4/Makefile
  head/graphics/hugin-devel/Makefile
  head/graphics/hugin/Makefile
  head/graphics/kphotoalbum-kde4/Makefile
  head/graphics/libkexiv2-kde4/Makefile
  head/graphics/luminance/Makefile
  head/graphics/nomacs/Makefile
  head/graphics/oyranos/Makefile
  head/graphics/py-exiv2/Makefile
  head/graphics/rawstudio/Makefile
  head/graphics/ufraw/Makefile
  head/graphics/viewnior/Makefile
  head/sysutils/bulk_extractor/Makefile
  head/sysutils/krename-kde4/Makefile
  head/sysutils/nepomuk-core/Makefile
  head/textproc/libextractor/Makefile
  head/x11/kde4-runtime/Makefile

Modified: head/astro/gpscorrelate/Makefile
==============================================================================
--- head/astro/gpscorrelate/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/astro/gpscorrelate/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -1,9 +1,9 @@
-# Created by: Lukas Maly
+# Created by: Lukas Maly <Iam@LukasMaly.NET>
 # $FreeBSD$
 
 PORTNAME=	gpscorrelate
 PORTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro geography
 MASTER_SITES=	GH
 DIST_SUBDIR=	repacked
@@ -16,20 +16,18 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2 \
 		libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
 
-OPTIONS_DEFINE=	DOCS
+USES=		gmake pkgconfig
+USE_GNOME=	libxml2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freefoote
 GH_COMMIT=	a36646b
 
-USES=		gmake pkgconfig
-USE_GNOME=	libxml2
-
-PORTDOCS=	*
 PLIST_FILES=	bin/gpscorrelate bin/gpscorrelate-gui \
 		man/man1/gpscorrelate.1.gz man/man1/gpscorrelate-gui.1.gz
+PORTDOCS=	*
 
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e \
@@ -42,20 +40,20 @@ post-patch:
 		 s|g++ $$(OFLAGS)|$$(CXX) $$(OFLAGS)| ; \
 		 s|g++ $$(CFLAGS)|$$(CXX) $$(CXXFLAGS) $$(IFLAGS)| ; \
 		 s|gcc $$(CFLAGS)|$$(CC) $$(CFLAGS) $$(IFLAGS)|' \
-		${WRKSRC}/Makefile
+			${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/gpscorrelate ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/gpscorrelate-gui ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${FILESDIR}/gpscorrelate.1 ${STAGEDIR}${MANPREFIX}/man/man1
-	${LN} -sf gpscorrelate.1 ${STAGEDIR}${MANPREFIX}/man/man1/gpscorrelate-gui.1
-.if ${PORT_OPTIONS:MDOCS}
+	${INSTALL_MAN} ${FILESDIR}/gpscorrelate.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1
+	${LN} -sf gpscorrelate.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1/gpscorrelate-gui.1
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/RELEASES ${STAGEDIR}${DOCSDIR}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
 	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}/html
 	${INSTALL_DATA} ${WRKSRC}/doc/*.png ${STAGEDIR}${DOCSDIR}/html
-.endif
 
 .include <bsd.port.mk>

Modified: head/astro/merkaartor/Makefile
==============================================================================
--- head/astro/merkaartor/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/astro/merkaartor/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -1,9 +1,9 @@
-# Created by: slaven@rezic.de
+# Created by: Slaven Rezic <slaven@rezic.de>
 # $FreeBSD$
 
 PORTNAME=	merkaartor
 PORTVERSION=	0.18.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro
 MASTER_SITES=	http://merkaartor.be/attachments/download/301/ \
 		https://secure.ohos.nl/downloads/

Modified: head/deskutils/libstreamanalyzer/Makefile
==============================================================================
--- head/deskutils/libstreamanalyzer/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/deskutils/libstreamanalyzer/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libstreamanalyzer
 PORTVERSION=	${STRIGI_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	deskutils
 MASTER_SITES=	${STRIGI_MASTER_SITES}
 

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/deskutils/pinot/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,9 +3,9 @@
 
 PORTNAME=	pinot
 PORTVERSION=	1.06
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	GOOGLE_CODE
 #MASTER_SITES=	http://colinf.chez.com/pinot/
 #		http://amra.dyndns.org/
 
@@ -45,11 +45,11 @@ CONFIGURE_ARGS=	--with-http=curl --with-
 CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-USE_XORG=	pixman
 USES=		gettext pkgconfig shebangfix
-USE_SQLITE=	3
-USE_PYTHON=	yes
 USE_OPENSSL=	yes
+USE_PYTHON=	yes
+USE_SQLITE=	3
+USE_XORG=	pixman
 USE_LDCONFIG=	${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters
 SHEBANG_LANG=	bash
 SHEBANG_FILES=	scripts/bash/*.sh

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/editors/calligra/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 PORTVERSION=	${CALLIGRA_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	editors kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/darktable/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,7 +3,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	1.2.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
 
@@ -22,8 +22,7 @@ LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/gra
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	uses SSE extensions
 
-USES=		cmake:outsource pkgconfig
-USE_XZ=		yes
+USES=		cmake:outsource pkgconfig tar:xz
 USE_GNOME=	librsvg2
 USE_SQLITE=	yes
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
@@ -40,7 +39,7 @@ RAWSPEED_DESC=	Compile with rawspeed bac
 SLIDESHOW_DESC=	Build OpenGL/SDL slideshow viewer
 GCC_DESC=	Build with modern GCC (better OpenMP support)
 
-OPTIONS_DEFAULT=	GPHOTO RAWSPEED GCC
+OPTIONS_DEFAULT=	GPHOTO RAWSPEED #GCC
 
 NO_STAGE=	yes
 .include <bsd.port.options.mk>

Modified: head/graphics/geeqie/Makefile
==============================================================================
--- head/graphics/geeqie/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/geeqie/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,6 +3,7 @@
 
 PORTNAME=	geeqie
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -11,13 +12,13 @@ COMMENT=	Lightweight image viewer forked
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20 desktopfileutils
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}" \
 		--htmldir="${DOCSDIR}/html" \
 		--with-htmldir="${DOCSDIR}/html" \
 		--with-readmedir="${DOCSDIR}"
-USES=		gettext gmake pkgconfig
 
 CFLAGS+=	-I${LOCALBASE}/include
 CPPFLAGS+=	${CFLAGS}
@@ -31,7 +32,7 @@ OPTIONS_DEFAULT=EXIV2 LCMS
 EXIV2_DESC=	Metadata editing
 LCMS_DESC=	Color adjusting
 LIRC_DESC=	Remote control
-GPS_DESC=	GPS map support (libchamplain) EXPERIMENTAL
+GPS_DESC=	GPS map support via libchamplain (experimental!)
 
 EXIV2_LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2
 EXIV2_CONFIGURE_ENABLE=	exiv2

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/gegl/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -1,9 +1,9 @@
-# Created by: gahr
+# Created by: Pietro Cerutti <gahr@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	gegl
 PORTVERSION=	0.2.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.gimp.org/pub/gegl/0.2/
 
@@ -21,14 +21,13 @@ ENSCRIPT_DESC=	Enscript support
 SPIRO_DESC=	Spiro support
 #UMFPACK_DESC=	UMFpack support
 
+USES=		gettext gmake pathfix pkgconfig shebangfix tar:bzip2
 USE_GNOME=	glib20 intltool
-USES=		gettext pathfix pkgconfig shebangfix
-USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	${PREFIX}/lib/gegl-0.2
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV+=	ac_cv_header_execinfo_h=no
-CONFIGURE_ARGS+=--without-vala --disable-docs
+CONFIGURE_ENV=	ac_cv_header_execinfo_h=no
+CONFIGURE_ARGS=	--without-vala --disable-docs
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lintl
 

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/gexiv2/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,9 +3,10 @@
 
 PORTNAME=	gexiv2
 PORTVERSION=	0.6.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://yorba.org/download/${PORTNAME}/${PORTVERSION:R}/
-DISTNAME=	libgexiv2_${PORTVERSION}
+DISTNAME=	lib${PORTNAME}_${PORTVERSION}
 WRKSRC=		${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -15,10 +16,9 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	libtool:${PORTSDIR}/devel/libtool \
 		gm4:${PORTSDIR}/devel/m4
-LIB_DEPENDS=	exiv2:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2
 
-USES=		gmake pkgconfig
-USE_XZ=		yes
+USES=		gmake pkgconfig tar:xz
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 MAKE_ARGS=	REQUIRED_CFLAGS=""

Modified: head/graphics/gimp-lensfun-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/gimp-lensfun-plugin/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lensfun
 DISTVERSION=	0.2.4-dev
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
@@ -15,9 +16,9 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/exiv2.pc:${PORTSDIR}/graphics/exiv2 \
 		${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app \
 		${LOCALBASE}/libdata/pkgconfig/lensfun.pc:${PORTSDIR}/graphics/lensfun
-RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/exiv2.pc:${PORTSDIR}/graphics/exiv2 \
-		${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app \
-		${LOCALBASE}/libdata/pkgconfig/lensfun.pc:${PORTSDIR}/graphics/lensfun
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		gmake pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	seebk
@@ -25,8 +26,6 @@ GH_PROJECT=	GIMP-Lensfun
 GH_COMMIT=	d0a0bd2
 GH_TAGNAME=	${GH_COMMIT}
 
-USES=		gmake pkgconfig
-
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins/
 PLUGINS=	gimp-lensfun
 

Modified: head/graphics/gthumb/Makefile
==============================================================================
--- head/graphics/gthumb/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/gthumb/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gthumb
 PORTVERSION=	2.14.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -14,8 +14,7 @@ COMMENT=	Image viewer and browser for th
 LIB_DEPENDS=	unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
 
-USE_XZ=		yes
-USES=		bison gmake pathfix pkgconfig gettext
+USES=		bison gettext gmake pathfix pkgconfig tar:xz
 USE_GNOME=	gnomeprefix intlhack gnomedocutils gconf2
 WANT_GSTREAMER=	yes
 USE_LDCONFIG=	yes

Modified: head/graphics/gwenview-kde4/Makefile
==============================================================================
--- head/graphics/gwenview-kde4/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/gwenview-kde4/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gwenview
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -12,9 +13,9 @@ COMMENT=	Image viewer and browser for KD
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libexiv2.so:${PORTSDIR}/graphics/exiv2
 
+USES=		cmake:outsource tar:xz
 USE_KDE4=	kactivities kdehier kdelibs kdeprefix libkipi libkonq \
 		automoc4 soprano
-USES=		cmake:outsource tar:xz
 USE_QT4=	corelib gui opengl qmake_build moc_build uic_build rcc_build
 USE_LDCONFIG=	yes
 

Modified: head/graphics/hugin-devel/Makefile
==============================================================================
--- head/graphics/hugin-devel/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/hugin-devel/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -1,16 +1,16 @@
-# Created by: cartola (Carlos E. G. Carvalho)
+# Created by: Carlos Eduardo G. Carvalho <cartola@openit.com.br>
 # $FreeBSD$
 
 PORTNAME=	hugin
 PORTVERSION=	2013.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0
 PKGNAMESUFFIX=  -devel
 DISTNAME=	hugin-2013.0.0_beta1
 
 MAINTAINER=	grog@FreeBSD.org
-COMMENT=	A GUI for Panorama Tools, to stitch panoramic images
+COMMENT=	GUI for Panorama Tools, to stitch panoramic images
 
 LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
 		libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/hugin/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -1,13 +1,14 @@
-# Created by: cartola (Carlos E. G. Carvalho)
+# Created by: Carlos Eduardo G. Carvalho <cartola@openit.com.br>
 # $FreeBSD$
 
 PORTNAME=	hugin
 PORTVERSION=	2013.0.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
 MAINTAINER=	vd@FreeBSD.org
-COMMENT=	A GUI for Panorama Tools, to stitch panoramic images
+COMMENT=	GUI for Panorama Tools, to stitch panoramic images
 
 LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
 		libImath.so:${PORTSDIR}/graphics/ilmbase \

Modified: head/graphics/kphotoalbum-kde4/Makefile
==============================================================================
--- head/graphics/kphotoalbum-kde4/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/kphotoalbum-kde4/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kphotoalbum
 PORTVERSION=	4.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE
@@ -14,11 +14,10 @@ COMMENT=	Image viewer and organizer for 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libexiv2.so:${PORTSDIR}/graphics/exiv2
 
+USES=		cmake:outsource pkgconfig tar:bzip2
 USE_KDE4=	kdehier kdelibs kdeprefix libkdcraw libkipi automoc4
 USE_QT4=	phonon sql \
 		qmake_build moc_build rcc_build uic_build
-USE_BZIP2=	yes
-USES=		cmake:outsource pkgconfig
 
 OPTIONS_DEFINE=	MARBLE NLS
 OPTIONS_DEFAULT=	MARBLE

Modified: head/graphics/libkexiv2-kde4/Makefile
==============================================================================
--- head/graphics/libkexiv2-kde4/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/libkexiv2-kde4/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libkexiv2
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -11,8 +12,8 @@ COMMENT=	Exiv2 library interface for KDE
 
 LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2
 
-USE_KDE4=	automoc4 kdehier kdeprefix kdelibs
 USES=		cmake:outsource tar:xz
+USE_KDE4=	automoc4 kdehier kdeprefix kdelibs
 USE_QT4=	corelib gui xml \
 		moc_build qmake_build rcc_build uic_build
 USE_LDCONFIG=	yes
@@ -20,6 +21,6 @@ USE_LDCONFIG=	yes
 pre-configure:
 	${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \
 		-e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \
-		${WRKSRC}/CMakeLists.txt
+			${WRKSRC}/CMakeLists.txt
 
 .include <bsd.port.mk>

Modified: head/graphics/luminance/Makefile
==============================================================================
--- head/graphics/luminance/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/luminance/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	luminance-hdr
-PORTREVISION=	5
 DISTVERSION=	2.3.0
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
 

Modified: head/graphics/nomacs/Makefile
==============================================================================
--- head/graphics/nomacs/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/nomacs/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,20 +2,20 @@
 
 PORTNAME=	nomacs
 PORTVERSION=	1.6.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/nomacs/nomacs-${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
 
 MAINTAINER=	bsd@tuxproject.de
-COMMENT=	Small, fast and free image viewer
+COMMENT=	Small, fast, and free image viewer
 
 LICENSE=	GPLv3
 
 LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2 \
 		libsysinfo.so:${PORTSDIR}/devel/libsysinfo
 
-USE_BZIP2=	yes
-USES=		cmake desktop-file-utils dos2unix pkgconfig
+USES=		cmake desktop-file-utils dos2unix pkgconfig tar:bzip2
 USE_QT4=	gui network linguist_build moc_build \
 		qmake_build rcc_build uic_build
 DOS2UNIX_REGEX=	.*\.(cpp|h|txt)

Modified: head/graphics/oyranos/Makefile
==============================================================================
--- head/graphics/oyranos/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/oyranos/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,6 +2,7 @@
 
 PORTNAME=	oyranos
 PORTVERSION=	0.9.5
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
 
@@ -24,7 +25,7 @@ LIB_DEPENDS=	libraw.so:${PORTSDIR}/graph
 		liblcms2.so:${PORTSDIR}/graphics/lcms2 \
 		libXcm.so:${PORTSDIR}/x11/libXcm
 
-USES=		tar:bzip2 cmake gettext iconv pkgconfig
+USES=		cmake gettext iconv pkgconfig tar:bzip2
 USE_GL=		yes
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2

Modified: head/graphics/py-exiv2/Makefile
==============================================================================
--- head/graphics/py-exiv2/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/py-exiv2/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exiv2
 PORTVERSION=	0.3.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	https://launchpadlibrarian.net/83595798/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,8 @@ COMMENT=	Python bindings for exiv2
 LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2\
 		libboost_python.so:${PORTSDIR}/devel/boost-python-libs
 
-USES=		gmake
+USES=		gmake tar:bzip2
 USE_PYTHON=	2
-USE_BZIP2=	yes
 USE_SCONS=	yes
 USE_LDCONFIG=	yes
 SCONS_ENV+=	PREFIX=${PREFIX} CPPPATH=${PREFIX}/include LIBPATH=${PREFIX}/lib

Modified: head/graphics/rawstudio/Makefile
==============================================================================
--- head/graphics/rawstudio/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/rawstudio/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rawstudio
 PORTVERSION=	2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://rawstudio.org/files/release/
 
@@ -23,14 +23,15 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
 
-GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 USES=		desktop-file-utils gettext gmake pathfix pkgconfig
+GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 libxml2 gconf2
 USE_SQLITE=	3
 USE_LDCONFIG=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
 post-patch:
 	@${REINPLACE_CMD} -e 's, libssl,,' ${WRKSRC}/configure
 

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/ufraw/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ufraw
 PORTVERSION=	0.19.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Modified: head/graphics/viewnior/Makefile
==============================================================================
--- head/graphics/viewnior/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/graphics/viewnior/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,6 +3,7 @@
 
 PORTNAME=	viewnior
 PORTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	nemysis@FreeBSD.org

Modified: head/sysutils/bulk_extractor/Makefile
==============================================================================
--- head/sysutils/bulk_extractor/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/sysutils/bulk_extractor/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bulk_extractor
 PORTVERSION=	1.4.4
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.digitalcorpora.org/downloads/bulk_extractor/
 

Modified: head/sysutils/krename-kde4/Makefile
==============================================================================
--- head/sysutils/krename-kde4/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/sysutils/krename-kde4/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,12 +2,12 @@
 
 PORTNAME=	krename
 PORTVERSION=	4.0.9
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils kde
 MASTER_SITES=	SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION}
 
 MAINTAINER=	makc@FreeBSD.org
-COMMENT=	Very powerful batch file renamer for KDE
+COMMENT=	Powerful batch file renamer for KDE
 
 LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib \
 		libexiv2.so:${PORTSDIR}/graphics/exiv2 \

Modified: head/sysutils/nepomuk-core/Makefile
==============================================================================
--- head/sysutils/nepomuk-core/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/sysutils/nepomuk-core/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nepomuk-core
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}

Modified: head/textproc/libextractor/Makefile
==============================================================================
--- head/textproc/libextractor/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/textproc/libextractor/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -1,12 +1,11 @@
-# Created by: kevlo@FreeBSD.org
+# Created by: Kevin Lo <kevlo@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	libextractor
 PORTVERSION=	0.6.2
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	GNU
 
 MAINTAINER=	vd@FreeBSD.org
 COMMENT=	Library for keyword extraction

Modified: head/x11/kde4-runtime/Makefile
==============================================================================
--- head/x11/kde4-runtime/Makefile	Fri Apr  4 20:30:18 2014	(r350163)
+++ head/x11/kde4-runtime/Makefile	Fri Apr  4 20:36:47 2014	(r350164)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kde-runtime
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404042036.s34KalGj082343>