FreeBSD Bugzilla – Attachment 202334 Details for
Bug 235943
[exp-run] graphics/exiv2: upgrade 0.26 -> 0.27.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
improved version
exiv2-0.27.v1.diff (text/plain), 18.64 KB, created by
Tobias C. Berner
on 2019-02-24 19:21:17 UTC
(
hide
)
Description:
improved version
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2019-02-24 19:21:17 UTC
Size:
18.64 KB
patch
obsolete
>diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile >index fc1985d7d18a..905133936465 100644 >--- a/astro/gpscorrelate/Makefile >+++ b/astro/gpscorrelate/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= gpscorrelate > PORTVERSION= 1.6.1 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= astro geography > > MAINTAINER= ports@FreeBSD.org >diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile >index 036ebd723c69..a33d37ee46cc 100644 >--- a/astro/merkaartor/Makefile >+++ b/astro/merkaartor/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= merkaartor > PORTVERSION= 0.18.2 >-PORTREVISION= 13 >+PORTREVISION= 14 > CATEGORIES= astro > > MAINTAINER= dev2@heesakkers.info >diff --git a/deskutils/gnome-photos/Makefile b/deskutils/gnome-photos/Makefile >index fd94cc8abdee..070b5f4f1953 100644 >--- a/deskutils/gnome-photos/Makefile >+++ b/deskutils/gnome-photos/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= gnome-photos > PORTVERSION= 3.28.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= deskutils gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 >diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile >index 01d5e97bc140..04f03f4fb40a 100644 >--- a/deskutils/pinot/Makefile >+++ b/deskutils/pinot/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= pinot > PORTVERSION= 1.09 >-PORTREVISION= 16 >+PORTREVISION= 17 > CATEGORIES= deskutils > > MAINTAINER= thierry@FreeBSD.org >diff --git a/devel/kf5-kfilemetadata/Makefile b/devel/kf5-kfilemetadata/Makefile >index 2bdf3af466cc..17eac3c033f4 100644 >--- a/devel/kf5-kfilemetadata/Makefile >+++ b/devel/kf5-kfilemetadata/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= kfilemetadata > DISTVERSION= ${KDE_FRAMEWORKS_VERSION} >+PORTREVISION= 1 > CATEGORIES= devel kde kde-frameworks > > MAINTAINER= kde@FreeBSD.org >diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile >index b059d39a1761..bac3a03ffed3 100644 >--- a/devel/kio-extras/Makefile >+++ b/devel/kio-extras/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= kio-extras > DISTVERSION= ${KDE_APPLICATIONS_VERSION} >+PORTREVISION= 1 > CATEGORIES= devel kde kde-applications # kde kde-applications-plasma > > MAINTAINER= kde@FreeBSD.org >diff --git a/graphics/commons-utilities/Makefile b/graphics/commons-utilities/Makefile >index 803f32e1ba3c..404ab22cb8cc 100644 >--- a/graphics/commons-utilities/Makefile >+++ b/graphics/commons-utilities/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= commons-utilities > PORTVERSION= 1.0 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= graphics > MASTER_SITES= http://devio.us/~dereckson/software/commons-utilities/ > >diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile >index 162228a25b07..98d27dc26f55 100644 >--- a/graphics/darktable/Makefile >+++ b/graphics/darktable/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= darktable > PORTVERSION= 2.6.0 >+PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ > >diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile >index 8bfefc32aeba..6290c109ffed 100644 >--- a/graphics/digikam/Makefile >+++ b/graphics/digikam/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= digikam > DISTVERSION= 5.9.0 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= graphics kde > MASTER_SITES= KDE/stable/${PORTNAME} > DIST_SUBDIR= KDE/digikam/${PORTVERSION} >diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile >index 202e808982e6..564742540d47 100644 >--- a/graphics/exiv2/Makefile >+++ b/graphics/exiv2/Makefile >@@ -2,9 +2,8 @@ > # $FreeBSD$ > > PORTNAME= exiv2 >-DISTVERSION= 0.26 >-PORTREVISION= 1 >-DISTVERSIONSUFFIX= -trunk >+DISTVERSION= 0.27.0 >+DISTVERSIONSUFFIX= a-Source > PORTEPOCH= 1 > CATEGORIES= graphics > MASTER_SITES= http://www.exiv2.org/builds/ >@@ -23,12 +22,17 @@ USE_LDCONFIG= yes > LDFLAGS+= -lintl > > CMAKE_ON= EXIV2_ENABLE_VIDEO \ >- EXIV2_ENABLE_BUILD_PO >-CMAKE_OFF= EXIV2_ENABLE_BUILD_SAMPLES \ >- EXIV2_ENABLE_LIBXMP >+ EXIV2_BUILD_PO >+CMAKE_OFF= EXIV2_ENABLE_LIBXMP >+ >+OPTIONS_DEFINE= SAMPLE >+OPTIONS_SUB= yes >+ >+SAMPLE_DESC= Include samle applications >+SAMPLE_CMAKE_BOOL= EXIV2_BUILD_SAMPLES > > PATHFIX_CMAKELISTSTXT= CMakeChecks.txt > >-WRKSRC= ${WRKDIR}/${PORTNAME}-trunk >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-Source > > .include <bsd.port.mk> >diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo >index fdbd47483a83..aa82b1230a3f 100644 >--- a/graphics/exiv2/distinfo >+++ b/graphics/exiv2/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1523892704 >-SHA256 (exiv2-0.26-trunk.tar.gz) = c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb >-SIZE (exiv2-0.26-trunk.tar.gz) = 5677925 >+TIMESTAMP = 1550640374 >+SHA256 (exiv2-0.27.0a-Source.tar.gz) = a4adfa7aaf295b0383adead476f8e0493b9d6c6c7570d5884d2ebf8a2871902f >+SIZE (exiv2-0.27.0a-Source.tar.gz) = 27168207 >diff --git a/graphics/exiv2/files/patch-src_CMakeLists.txt b/graphics/exiv2/files/patch-src_CMakeLists.txt >deleted file mode 100644 >index e6156750e053..000000000000 >--- a/graphics/exiv2/files/patch-src_CMakeLists.txt >+++ /dev/null >@@ -1,22 +0,0 @@ >-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 2017-03-27 09:04:12 UTC >-+++ src/CMakeLists.txt >-@@ -265,9 +265,9 @@ if ( MSVC ) >- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${SSH_LIBRARIES} ) >- else() >- if ( UNIX AND NOT FREEBSD ) >-- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} dl ${EXPAT_LIBRARIES} ) >-- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} dl ${CURL_LIBRARIES} ) >-- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} dl ${SSH_LIBRARIES} ) >-+ TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${CMAKE_DL_LIBS} ${EXPAT_LIBRARIES} ) >-+ TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${CMAKE_DL_LIBS} ${CURL_LIBRARIES} ) >-+ TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${CMAKE_DL_LIBS} ${SSH_LIBRARIES} ) >- else() >- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${EXPAT_LIBRARIES} ) >- TARGET_LINK_LIBRARIES( exiv2lib ${PRIVATE_VAR} ${CURL_LIBRARIES} ) >diff --git a/graphics/exiv2/files/patch-src_actions.cpp b/graphics/exiv2/files/patch-src_actions.cpp >deleted file mode 100644 >index 8d9505285216..000000000000 >--- a/graphics/exiv2/files/patch-src_actions.cpp >+++ /dev/null >@@ -1,16 +0,0 @@ >-FreeBSD does not know either >-* PTHREAD_RECURSIVE_MUTEX_INITIALIZER nor >-* PTHREAD_RECUSRIVE_MUTEX_INITIALIZER_NP >- >- >---- src/actions.cpp.orig 2017-03-08 20:42:28 UTC >-+++ src/actions.cpp >-@@ -2048,6 +2048,8 @@ namespace { >- #if defined(__APPLE__) >- /* This is the critical section object (statically allocated). */ >- static pthread_mutex_t cs = PTHREAD_RECURSIVE_MUTEX_INITIALIZER; >-+ #elif defined(__FreeBSD__) >-+ static pthread_mutex_t cs = PTHREAD_MUTEX_INITIALIZER; >- #else >- static pthread_mutex_t cs = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; >- #endif >diff --git a/graphics/exiv2/pkg-plist b/graphics/exiv2/pkg-plist >index f8ca94c94661..b34eb5e13a7d 100644 >--- a/graphics/exiv2/pkg-plist >+++ b/graphics/exiv2/pkg-plist >@@ -1,6 +1,40 @@ >+%%SAMPLE%%bin/addmoddel >+%%SAMPLE%%bin/convert-test >+%%SAMPLE%%bin/easyaccess-test >+%%SAMPLE%%bin/exifcomment >+%%SAMPLE%%bin/exifdata >+%%SAMPLE%%bin/exifdata-test >+%%SAMPLE%%bin/exifprint >+%%SAMPLE%%bin/exifvalue > bin/exiv2 >+%%SAMPLE%%bin/exiv2json >+%%SAMPLE%%bin/geotag >+%%SAMPLE%%bin/ini-test >+%%SAMPLE%%bin/iotest >+%%SAMPLE%%bin/iptceasy >+%%SAMPLE%%bin/iptcprint >+%%SAMPLE%%bin/iptctest >+%%SAMPLE%%bin/key-test >+%%SAMPLE%%bin/largeiptc-test >+%%SAMPLE%%bin/metacopy >+%%SAMPLE%%bin/mmap-test >+%%SAMPLE%%bin/mrwthumb >+%%SAMPLE%%bin/path-test >+%%SAMPLE%%bin/prevtest >+%%SAMPLE%%bin/stringto-test >+%%SAMPLE%%bin/taglist >+%%SAMPLE%%bin/tiff-test >+%%SAMPLE%%bin/werror-test >+%%SAMPLE%%bin/write-test >+%%SAMPLE%%bin/write2-test >+%%SAMPLE%%bin/xmpdump >+%%SAMPLE%%bin/xmpparse >+%%SAMPLE%%bin/xmpparser-test >+%%SAMPLE%%bin/xmpprint >+%%SAMPLE%%bin/xmpsample > include/exiv2/asfvideo.hpp > include/exiv2/basicio.hpp >+include/exiv2/bigtiffimage.hpp > include/exiv2/bmpimage.hpp > include/exiv2/config.h > include/exiv2/convert.hpp >@@ -12,6 +46,7 @@ include/exiv2/epsimage.hpp > include/exiv2/error.hpp > include/exiv2/exif.hpp > include/exiv2/exiv2.hpp >+include/exiv2/exiv2lib_export.h > include/exiv2/exv_conf.h > include/exiv2/futils.hpp > include/exiv2/gifimage.hpp >@@ -35,7 +70,8 @@ include/exiv2/rafimage.hpp > include/exiv2/riffvideo.hpp > include/exiv2/rw2image.hpp > include/exiv2/rwlock.hpp >-include/exiv2/svn_version.h >+include/exiv2/slice.hpp >+include/exiv2/ssh.hpp > include/exiv2/tags.hpp > include/exiv2/tgaimage.hpp > include/exiv2/tiffimage.hpp >@@ -44,15 +80,19 @@ include/exiv2/utilsvideo.hpp > include/exiv2/value.hpp > include/exiv2/version.hpp > include/exiv2/webpimage.hpp >-include/exiv2/xmp.hpp >+include/exiv2/xmp_exiv2.hpp > include/exiv2/xmpsidecar.hpp > lib/libexiv2.so >-lib/libexiv2.so.26 >-lib/libexiv2.so.26.0.0 >-libdata/pkgconfig/exiv2.lsm >+lib/libexiv2.so.0.27.0 >+lib/libexiv2.so.27 >+lib/libxmp.a > libdata/pkgconfig/exiv2.pc > man/man1/exiv2.1.gz >+%%SAMPLE%%man/man1/exiv2samples.1.gz >+%%DATADIR%%/cmake/exiv2Config-%%CMAKE_BUILD_TYPE%%.cmake >+%%DATADIR%%/cmake/exiv2Config.cmake > share/locale/bs/LC_MESSAGES/exiv2.mo >+share/locale/ca/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 >diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile >index 7e98ee8b9f2c..faf0c3553347 100644 >--- a/graphics/geeqie/Makefile >+++ b/graphics/geeqie/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= geeqie > PORTVERSION= 1.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > MASTER_SITES= http://www.geeqie.org/ > >diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile >index 786cd84fffab..06432eb2eb23 100644 >--- a/graphics/gegl/Makefile >+++ b/graphics/gegl/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= gegl > PORTVERSION= 0.4.12 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics > MASTER_SITES= GIMP > >diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile >index c59d145bfae7..7b6a17c8787a 100644 >--- a/graphics/gexiv2/Makefile >+++ b/graphics/gexiv2/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= gexiv2 > PORTVERSION= 0.10.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics > MASTER_SITES= GNOME > >diff --git a/graphics/gimp-lensfun-plugin/Makefile b/graphics/gimp-lensfun-plugin/Makefile >index e25f79aaa0e8..945b902ccd85 100644 >--- a/graphics/gimp-lensfun-plugin/Makefile >+++ b/graphics/gimp-lensfun-plugin/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= lensfun > DISTVERSION= 0.2.4-dev >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= graphics > PKGNAMEPREFIX= gimp- > PKGNAMESUFFIX= -plugin >diff --git a/graphics/gnome-color-manager/Makefile b/graphics/gnome-color-manager/Makefile >index 7235acc297cf..d5d2499fa55e 100644 >--- a/graphics/gnome-color-manager/Makefile >+++ b/graphics/gnome-color-manager/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= gnome-color-manager > PORTVERSION= 3.28.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome >diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile >index cff09c9013a4..1720a1b8bb53 100644 >--- a/graphics/gthumb/Makefile >+++ b/graphics/gthumb/Makefile >@@ -4,7 +4,7 @@ > > PORTNAME= gthumb > PORTVERSION= 3.6.1 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 >diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile >index 4a957e2e66ed..7802f08e55ab 100644 >--- a/graphics/gwenview/Makefile >+++ b/graphics/gwenview/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= gwenview > DISTVERSION= ${KDE_APPLICATIONS_VERSION} >+PORTREVISION= 1 > CATEGORIES= graphics kde kde-applications > > MAINTAINER= kde@FreeBSD.org >diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile >index 58f74a3bcb33..26002ffc9033 100644 >--- a/graphics/hugin/Makefile >+++ b/graphics/hugin/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= hugin > PORTVERSION= 2018.0.0 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= graphics > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} > >diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile >index cd4cc383bf36..5ed27d15b130 100644 >--- a/graphics/kphotoalbum/Makefile >+++ b/graphics/kphotoalbum/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= kphotoalbum > DISTVERSION= 5.4.2 >+PORTREVISION= 1 > CATEGORIES= graphics kde > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ > DIST_SUBDIR= KDE >diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile >index e14083f26958..cc3d21b5e1ca 100644 >--- a/graphics/krita/Makefile >+++ b/graphics/krita/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= krita > DISTVERSION= 4.1.7.101 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics kde > MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:R} > DIST_SUBDIR= KDE/${PORTNAME} >diff --git a/graphics/libkexiv2/Makefile b/graphics/libkexiv2/Makefile >index 81d0b5d9deb8..b8e715448ac3 100644 >--- a/graphics/libkexiv2/Makefile >+++ b/graphics/libkexiv2/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= libkexiv2 > DISTVERSION= ${KDE_APPLICATIONS_VERSION} >+PORTREVISION= 1 > CATEGORIES= graphics kde kde-applications > > MAINTAINER= kde@FreeBSD.org >diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile >index 85b7df674c4c..c4029c4c90fc 100644 >--- a/graphics/luminance-qt5/Makefile >+++ b/graphics/luminance-qt5/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= luminance-hdr > DISTVERSION= 2.4.0 >-PORTREVISION= 27 >+PORTREVISION= 28 > CATEGORIES= graphics > MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} > PKGNAMESUFFIX= -qt5 >diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile >index 5388f83499d5..f0f17e9bdc06 100644 >--- a/graphics/luminance/Makefile >+++ b/graphics/luminance/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= luminance-hdr > DISTVERSION= 2.3.1 >-PORTREVISION= 23 >+PORTREVISION= 24 > CATEGORIES= graphics > MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} > >diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile >index 9151810bdb9b..a91d5711323b 100644 >--- a/graphics/nomacs/Makefile >+++ b/graphics/nomacs/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= nomacs > PORTVERSION= 3.6.1 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= graphics > > MAINTAINER= bsd@tuxproject.de >diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile >index 936848cfe35e..e5ace7d3cd53 100644 >--- a/graphics/oyranos/Makefile >+++ b/graphics/oyranos/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= oyranos > PORTVERSION= 0.9.6 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= graphics > > MAINTAINER= bsam@FreeBSD.org >diff --git a/graphics/photivo/Makefile b/graphics/photivo/Makefile >index b33362be675b..83ab0d87c862 100644 >--- a/graphics/photivo/Makefile >+++ b/graphics/photivo/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= photivo > PORTVERSION= 0.0.2015.03.21 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= graphics > MASTER_SITES= https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/${PORTNAME}/ > DISTNAME= source-archive >diff --git a/graphics/photoqt/Makefile b/graphics/photoqt/Makefile >index 56efe3a4c9bc..e292ddea6493 100644 >--- a/graphics/photoqt/Makefile >+++ b/graphics/photoqt/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= photoqt > DISTVERSIONPREFIX= v > DISTVERSION= 1.6 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics > > MAINTAINER= melanhit@gmail.com >diff --git a/graphics/phototonic/Makefile b/graphics/phototonic/Makefile >index 71519674071f..b94e119dc4a0 100644 >--- a/graphics/phototonic/Makefile >+++ b/graphics/phototonic/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= phototonic > DISTVERSIONPREFIX= v > DISTVERSION= 2.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > > MAINTAINER= ports@FreeBSD.org >diff --git a/graphics/py-exiv2/Makefile b/graphics/py-exiv2/Makefile >index 97fee110ae8e..40184661cdd5 100644 >--- a/graphics/py-exiv2/Makefile >+++ b/graphics/py-exiv2/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= exiv2 > PORTVERSION= 0.3.2 >-PORTREVISION= 15 >+PORTREVISION= 16 > CATEGORIES= graphics python > MASTER_SITES= https://launchpadlibrarian.net/83595798/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile >index fedbd486cbfc..9e524f61a086 100644 >--- a/graphics/rawstudio/Makefile >+++ b/graphics/rawstudio/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= rawstudio > PORTVERSION= 2.0 >-PORTREVISION= 18 >+PORTREVISION= 19 > CATEGORIES= graphics > MASTER_SITES= http://rawstudio.org/files/release/ > >diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile >index 0b2fec501550..4e749ab61c77 100644 >--- a/graphics/shotwell/Makefile >+++ b/graphics/shotwell/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= shotwell > PORTVERSION= 0.30.2 >+PORTREVISION= 1 > CATEGORIES= graphics gnome > MASTER_SITES= GNOME > >diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile >index 3e023739d62e..7424fd3d13c7 100644 >--- a/graphics/ufraw/Makefile >+++ b/graphics/ufraw/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= ufraw > PORTVERSION= 0.22 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= graphics > > MAINTAINER= rodrigo@FreeBSD.org >diff --git a/graphics/viewnior/Makefile b/graphics/viewnior/Makefile >index d1497dc139cb..6b066d3d0bff 100644 >--- a/graphics/viewnior/Makefile >+++ b/graphics/viewnior/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= viewnior > PORTVERSION= 1.6 > DISTVERSIONPREFIX= ${PORTNAME}- >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > > MAINTAINER= ports@FreeBSD.org >diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile >index ac5303c686cd..2338736a19fe 100644 >--- a/multimedia/mythtv-frontend/Makefile >+++ b/multimedia/mythtv-frontend/Makefile >@@ -1,7 +1,7 @@ > # Created by: Bernhard Froehlich <decke@bluelife.at> > # $FreeBSD$ > >-PORTREVISION= 0 >+PORTREVISION= 1 > PKGNAMESUFFIX= -${SLAVEPORT} > > MAINTAINER= ports@FreeBSD.org >diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile >index 4d3643d3e98e..2fb25f5a58b3 100644 >--- a/multimedia/mythtv/Makefile >+++ b/multimedia/mythtv/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= mythtv > DISTVERSIONPREFIX= v > DISTVERSION= 30.0 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > PORTEPOCH= 1 > CATEGORIES= multimedia > >diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile >index 5f6c7a3623fd..2308c8b640c7 100644 >--- a/sysutils/bulk_extractor/Makefile >+++ b/sysutils/bulk_extractor/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= bulk_extractor > PORTVERSION= 1.5.5 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= sysutils > MASTER_SITES= http://digitalcorpora.org/downloads/bulk_extractor/ > >diff --git a/sysutils/krename/Makefile b/sysutils/krename/Makefile >index afdda6ca83f1..7228e8d275ca 100644 >--- a/sysutils/krename/Makefile >+++ b/sysutils/krename/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= krename > PORTVERSION= 5.0.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= sysutils kde > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src > >diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile >index c1863bf97811..6eb28d7f1cc6 100644 >--- a/textproc/libextractor/Makefile >+++ b/textproc/libextractor/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= libextractor > PORTVERSION= 1.8 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= GNU >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235943
:
202269
| 202334 |
202335