svn commit: r419170 - in head: astro/merkaartor deskutils/libstreamanalyzer deskutils/pinot graphics/darktable graphics/exiv2 graphics/exiv2/files graphics/geeqie graphics/gegl graphics/gexiv2 grap...

Tobias C. Berner tcberner at FreeBSD.org
Wed Jul 27 10:22:31 UTC 2016


Author: tcberner
Date: Wed Jul 27 10:22:26 2016
New Revision: 419170
URL: https://svnweb.freebsd.org/changeset/ports/419170

Log:
  Update graphics/exiv2 to 0.25.
  
  As there is an shlib version bump, bump them portrevision of dependent ports.
  
  While doing so, also switch to the cmake build system, as it requires less
  patching and is easier to handle.
  
  PR:             211329
  Reviewed by:    mat, rakuco, kwm
  Approved by:    rakuco (mentor)
  Differential Revision:  https://reviews.freebsd.org/D7283

Added:
  head/graphics/exiv2/files/patch-src_CMakeLists.txt   (contents, props changed)
Deleted:
  head/graphics/exiv2/files/patch-src-Makefile
Modified:
  head/astro/merkaartor/Makefile
  head/deskutils/libstreamanalyzer/Makefile
  head/deskutils/pinot/Makefile
  head/graphics/darktable/Makefile
  head/graphics/exiv2/Makefile
  head/graphics/exiv2/distinfo
  head/graphics/exiv2/pkg-plist
  head/graphics/geeqie/Makefile
  head/graphics/gegl/Makefile
  head/graphics/gexiv2/Makefile
  head/graphics/gimp-lensfun-plugin/Makefile
  head/graphics/gnome-color-manager/Makefile
  head/graphics/gthumb/Makefile
  head/graphics/gwenview-kde4/Makefile
  head/graphics/hugin/Makefile
  head/graphics/kphotoalbum-kde4/Makefile
  head/graphics/libkexiv2-kde4/Makefile
  head/graphics/luminance-qt5/Makefile
  head/graphics/luminance/Makefile
  head/graphics/nomacs/Makefile
  head/graphics/oyranos/Makefile
  head/graphics/phototonic/Makefile
  head/graphics/py-exiv2/Makefile
  head/graphics/rawstudio/Makefile
  head/graphics/shotwell/Makefile
  head/graphics/ufraw/Makefile
  head/graphics/viewnior/Makefile
  head/sysutils/bulk_extractor/Makefile
  head/sysutils/kfilemetadata/Makefile
  head/sysutils/krename-kde4/Makefile
  head/sysutils/nepomuk-core/Makefile
  head/textproc/libextractor/Makefile
  head/x11-fm/gnome-commander2/Makefile
  head/x11/kde4-runtime/Makefile

Modified: head/astro/merkaartor/Makefile
==============================================================================
--- head/astro/merkaartor/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/astro/merkaartor/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	merkaartor
 PORTVERSION=	0.18.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro
 
 MAINTAINER=	dev2 at heesakkers.info

Modified: head/deskutils/libstreamanalyzer/Makefile
==============================================================================
--- head/deskutils/libstreamanalyzer/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/deskutils/libstreamanalyzer/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libstreamanalyzer
 PORTVERSION=	${STRIGI_VERSION}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils
 MASTER_SITES=	${STRIGI_MASTER_SITES}
 

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/deskutils/pinot/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pinot
 PORTVERSION=	1.06
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	deskutils
 MASTER_SITES=	GOOGLE_CODE
 #MASTER_SITES=	http://colinf.chez.com/pinot/

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/darktable/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,6 +3,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	2.0.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 

Modified: head/graphics/exiv2/Makefile
==============================================================================
--- head/graphics/exiv2/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/exiv2/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	exiv2
-PORTVERSION=	0.24
-PORTREVISION=	2
+PORTVERSION=	0.25
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.exiv2.org/
@@ -16,29 +15,15 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-GNU_CONFIGURE=	yes
-USES=		cpe gettext gmake iconv libtool
+USES=		cmake:outsource cpe gettext iconv pathfix
 USE_LDCONFIG=	yes
-MAKE_JOBS_UNSAFE=yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CMAKE_ARGS=	-DEXIV2_ENABLE_VIDEO:BOOL=TRUE \
+		-DEXIV2_ENABLE_BUILD_PO:BOOL=TRUE \
+		-DEXIV2_ENABLE_BUILD_SAMPLES:BOOL=FALSE
 
-.include <bsd.port.options.mk>
+PATHFIX_CMAKELISTSTXT=	CMakeChecks.txt
 
-.if ${ARCH} == powerpc64
-CFLAGS+=	-mminimal-toc
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's,LDFLAGS -no-undefined -lpsapi",& ;; \
-		dragonfly* | freebsd*),' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e \
-		's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
-			${WRKSRC}/src/Makefile
-
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exiv2 \
-		${STAGEDIR}${PREFIX}/lib/libexiv2.so.13
+CFLAGS_powerpc64=	-mminimal-toc
 
 .include <bsd.port.mk>

Modified: head/graphics/exiv2/distinfo
==============================================================================
--- head/graphics/exiv2/distinfo	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/exiv2/distinfo	Wed Jul 27 10:22:26 2016	(r419170)
@@ -1,2 +1,3 @@
-SHA256 (exiv2-0.24.tar.gz) = f4a443e6c7fb9d9f5e787732f76969a64c72c4c04af69b10ed57f949c2dfef8e
-SIZE (exiv2-0.24.tar.gz) = 4635028
+TIMESTAMP = 1469188288
+SHA256 (exiv2-0.25.tar.gz) = c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4
+SIZE (exiv2-0.25.tar.gz) = 5434325

Added: head/graphics/exiv2/files/patch-src_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/exiv2/files/patch-src_CMakeLists.txt	Wed Jul 27 10:22:26 2016	(r419170)
@@ -0,0 +1,22 @@
+FreeBSD does hat have -ldl. 
+ 
+Instead of unconditionally passing 'dl' to the linker, use cmakes 'CMAKE_DL_LIBS' [1] 
+which handles that properly on all systems.
+
+[1] https://cmake.org/cmake/help/v3.6/variable/CMAKE_DL_LIBS.html
+
+--- src/CMakeLists.txt.orig	2016-07-23 14:00:07 UTC
++++ src/CMakeLists.txt
+@@ -247,9 +247,9 @@ if ( MSVC )
+     TARGET_LINK_LIBRARIES( exiv2lib ${SSH_LIBRARIES} )
+ else()
+     if ( NOT MINGW )
+-        TARGET_LINK_LIBRARIES( exiv2lib dl ${EXPAT_LIBRARIES} )
+-        TARGET_LINK_LIBRARIES( exiv2lib dl ${CURL_LIBRARIES} )
+-        TARGET_LINK_LIBRARIES( exiv2lib dl ${SSH_LIBRARIES} )
++        TARGET_LINK_LIBRARIES( exiv2lib ${CMAKE_DL_LIBS} ${EXPAT_LIBRARIES} )
++        TARGET_LINK_LIBRARIES( exiv2lib ${CMAKE_DL_LIBS} ${CURL_LIBRARIES} )
++        TARGET_LINK_LIBRARIES( exiv2lib ${CMAKE_DL_LIBS} ${SSH_LIBRARIES} )
+     else()
+         TARGET_LINK_LIBRARIES( exiv2lib    ${EXPAT_LIBRARIES} )
+         TARGET_LINK_LIBRARIES( exiv2lib    ${CURL_LIBRARIES} )

Modified: head/graphics/exiv2/pkg-plist
==============================================================================
--- head/graphics/exiv2/pkg-plist	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/exiv2/pkg-plist	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,6 +2,7 @@ bin/exiv2
 include/exiv2/asfvideo.hpp
 include/exiv2/basicio.hpp
 include/exiv2/bmpimage.hpp
+include/exiv2/config.h
 include/exiv2/convert.hpp
 include/exiv2/cr2image.hpp
 include/exiv2/crwimage.hpp
@@ -12,8 +13,10 @@ include/exiv2/error.hpp
 include/exiv2/exif.hpp
 include/exiv2/exiv2.hpp
 include/exiv2/exv_conf.h
+include/exiv2/exv_msvc.h
 include/exiv2/futils.hpp
 include/exiv2/gifimage.hpp
+include/exiv2/http.hpp
 include/exiv2/image.hpp
 include/exiv2/iptc.hpp
 include/exiv2/jp2image.hpp
@@ -31,24 +34,34 @@ include/exiv2/quicktimevideo.hpp
 include/exiv2/rafimage.hpp
 include/exiv2/riffvideo.hpp
 include/exiv2/rw2image.hpp
+include/exiv2/svn_version.h
 include/exiv2/tags.hpp
 include/exiv2/tgaimage.hpp
 include/exiv2/tiffimage.hpp
 include/exiv2/types.hpp
+include/exiv2/utilsvideo.hpp
 include/exiv2/value.hpp
 include/exiv2/version.hpp
 include/exiv2/xmp.hpp
 include/exiv2/xmpsidecar.hpp
-lib/libexiv2.a
 lib/libexiv2.so
-lib/libexiv2.so.13
-lib/libexiv2.so.13.0.0
+lib/libexiv2.so.14
+lib/libexiv2.so.14.0.0
+libdata/pkgconfig/exiv2.lsm
 libdata/pkgconfig/exiv2.pc
 man/man1/exiv2.1.gz
+share/locale/bs/LC_MESSAGES/exiv2.mo
 share/locale/de/LC_MESSAGES/exiv2.mo
 share/locale/es/LC_MESSAGES/exiv2.mo
 share/locale/fi/LC_MESSAGES/exiv2.mo
 share/locale/fr/LC_MESSAGES/exiv2.mo
+share/locale/gl/LC_MESSAGES/exiv2.mo
+share/locale/ms/LC_MESSAGES/exiv2.mo
 share/locale/pl/LC_MESSAGES/exiv2.mo
+share/locale/pt/LC_MESSAGES/exiv2.mo
 share/locale/ru/LC_MESSAGES/exiv2.mo
 share/locale/sk/LC_MESSAGES/exiv2.mo
+share/locale/sv/LC_MESSAGES/exiv2.mo
+share/locale/ug/LC_MESSAGES/exiv2.mo
+share/locale/uk/LC_MESSAGES/exiv2.mo
+share/locale/vi/LC_MESSAGES/exiv2.mo

Modified: head/graphics/geeqie/Makefile
==============================================================================
--- head/graphics/geeqie/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/geeqie/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,6 +3,7 @@
 
 PORTNAME=	geeqie
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.geeqie.org/
 

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/gegl/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.2.0
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/gexiv2/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gexiv2
 PORTVERSION=	0.6.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://pkgs.fedoraproject.org/repo/pkgs/libgexiv2/libgexiv2_0.6.1.tar.xz/5bd2ba92b765a2b3721874ebd2647734/
 DISTNAME=	lib${PORTNAME}_${PORTVERSION}

Modified: head/graphics/gimp-lensfun-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/gimp-lensfun-plugin/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lensfun
 DISTVERSION=	0.2.4-dev
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin

Modified: head/graphics/gnome-color-manager/Makefile
==============================================================================
--- head/graphics/gnome-color-manager/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/gnome-color-manager/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-color-manager
 PORTVERSION=	3.18.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/graphics/gthumb/Makefile
==============================================================================
--- head/graphics/gthumb/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/gthumb/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -4,6 +4,7 @@
 
 PORTNAME=	gthumb
 PORTVERSION=	3.4.3
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/graphics/gwenview-kde4/Makefile
==============================================================================
--- head/graphics/gwenview-kde4/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/gwenview-kde4/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -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}

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/hugin/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2016.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 

Modified: head/graphics/kphotoalbum-kde4/Makefile
==============================================================================
--- head/graphics/kphotoalbum-kde4/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/kphotoalbum-kde4/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kphotoalbum
 PORTVERSION=	4.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE

Modified: head/graphics/libkexiv2-kde4/Makefile
==============================================================================
--- head/graphics/libkexiv2-kde4/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/libkexiv2-kde4/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libkexiv2
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}

Modified: head/graphics/luminance-qt5/Makefile
==============================================================================
--- head/graphics/luminance-qt5/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/luminance-qt5/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luminance-hdr
 DISTVERSION=	2.4.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
 PKGNAMESUFFIX=	-qt5

Modified: head/graphics/luminance/Makefile
==============================================================================
--- head/graphics/luminance/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/luminance/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luminance-hdr
 DISTVERSION=	2.3.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
 

Modified: head/graphics/nomacs/Makefile
==============================================================================
--- head/graphics/nomacs/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/nomacs/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nomacs
 PORTVERSION=	2.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/nomacs/nomacs-${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source

Modified: head/graphics/oyranos/Makefile
==============================================================================
--- head/graphics/oyranos/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/oyranos/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,7 +2,7 @@
 
 PORTNAME=	oyranos
 PORTVERSION=	0.9.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
 

Modified: head/graphics/phototonic/Makefile
==============================================================================
--- head/graphics/phototonic/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/phototonic/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -4,6 +4,7 @@
 PORTNAME=	phototonic
 PORTVERSION=	1.7.20
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	olivierd at FreeBSD.org

Modified: head/graphics/py-exiv2/Makefile
==============================================================================
--- head/graphics/py-exiv2/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/py-exiv2/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exiv2
 PORTVERSION=	0.3.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics python
 MASTER_SITES=	https://launchpadlibrarian.net/83595798/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/graphics/rawstudio/Makefile
==============================================================================
--- head/graphics/rawstudio/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/rawstudio/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rawstudio
 PORTVERSION=	2.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics
 MASTER_SITES=	http://rawstudio.org/files/release/
 

Modified: head/graphics/shotwell/Makefile
==============================================================================
--- head/graphics/shotwell/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/shotwell/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,6 +3,7 @@
 
 PORTNAME=	shotwell
 PORTVERSION=	0.23.2
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME/sources/shotwell/${PORTVERSION:R}
 

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/ufraw/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ufraw
 PORTVERSION=	0.22
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Modified: head/graphics/viewnior/Makefile
==============================================================================
--- head/graphics/viewnior/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/graphics/viewnior/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -4,6 +4,7 @@
 PORTNAME=	viewnior
 PORTVERSION=	1.6
 DISTVERSIONPREFIX=	${PORTNAME}-
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	nemysis at FreeBSD.org

Modified: head/sysutils/bulk_extractor/Makefile
==============================================================================
--- head/sysutils/bulk_extractor/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/sysutils/bulk_extractor/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bulk_extractor
 PORTVERSION=	1.5.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://digitalcorpora.org/downloads/bulk_extractor/
 

Modified: head/sysutils/kfilemetadata/Makefile
==============================================================================
--- head/sysutils/kfilemetadata/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/sysutils/kfilemetadata/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kfilemetadata
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}

Modified: head/sysutils/krename-kde4/Makefile
==============================================================================
--- head/sysutils/krename-kde4/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/sysutils/krename-kde4/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krename
 PORTVERSION=	4.0.9
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	sysutils kde
 MASTER_SITES=	SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION}
 

Modified: head/sysutils/nepomuk-core/Makefile
==============================================================================
--- head/sysutils/nepomuk-core/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/sysutils/nepomuk-core/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nepomuk-core
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}

Modified: head/textproc/libextractor/Makefile
==============================================================================
--- head/textproc/libextractor/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/textproc/libextractor/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libextractor
 PORTVERSION=	1.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	textproc
 MASTER_SITES=	GNU
 

Modified: head/x11-fm/gnome-commander2/Makefile
==============================================================================
--- head/x11-fm/gnome-commander2/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/x11-fm/gnome-commander2/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome-commander
 PORTVERSION=	1.4.8
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-fm gnome
 MASTER_SITES=	GNOME/sources/gnome-commander/1.4

Modified: head/x11/kde4-runtime/Makefile
==============================================================================
--- head/x11/kde4-runtime/Makefile	Wed Jul 27 09:00:56 2016	(r419169)
+++ head/x11/kde4-runtime/Makefile	Wed Jul 27 10:22:26 2016	(r419170)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kde-runtime
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}


More information about the svn-ports-head mailing list