diff options
Diffstat (limited to 'graphics')
131 files changed, 238 insertions, 146 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index adcb84291c86..d03e16cb799c 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= OpenEXR -PORTVERSION= 2.1.0 -PORTREVISION= 3 +PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SAVANNAH/openexr/ DISTNAME= openexr-${DISTVERSION} @@ -13,7 +13,8 @@ COMMENT= High dynamic-range (HDR) image file format LICENSE= BSD3CLAUSE -LIB_DEPENDS= libImath.so:${PORTSDIR}/graphics/ilmbase +# exact version required to avoid hard-to-debug issues +LIB_DEPENDS= libImath-2_2.so.12:${PORTSDIR}/graphics/ilmbase WRKSRC= ${WRKDIR}/${DISTNAME} @@ -21,6 +22,7 @@ USES= compiler:features gmake libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-ilmbasetest --enable-imfexamples USE_LDCONFIG= yes +CPPFLAGS+= -I. -I../IlmImf # must be linked with -l{thr|pthread} explicitly LDFLAGS+= ${PTHREAD_LIBS} @@ -42,10 +44,17 @@ OPTIONS_SUB= yes LARGE_STACK_CONFIGURE_ENABLE= large-stack -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> -MAJORVER= 2_1 -VER= 21 +# If default compiler is GCC, upgrade it because +# g++ 4.2 is too old to auto-upgrade 0xffffffffffffffffl to +# a long long integer constant - and has likely more issues. +.if ${COMPILER_TYPE} == gcc +USE_GCC= yes +.endif + +MAJORVER= 2_2 +VER= 22 PLIST_SUB= MAJORVER=${MAJORVER} PLIST_SUB+= VER=${VER} @@ -59,7 +68,7 @@ post-patch: -e 's|$$(EXTRA_DIST)||' \ ${WRKSRC}/doc/Makefile.am ${WRKSRC}/doc/Makefile.in -# too many reports about compileration failures, so sanity check C++ +# too many reports about compilation failures, so sanity check C++ # library _ilm_libcxx=${COMPILER_FEATURES:Mlib*c++} pre-configure: @@ -79,11 +88,11 @@ regression-test regression test check: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libIlmImf-Imf_${MAJORVER}.so.${VER} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libIlmImf-${MAJORVER}.so.${VER} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/OpenEXR/distinfo b/graphics/OpenEXR/distinfo index 6f5394f5cb53..e7081c4279cd 100644 --- a/graphics/OpenEXR/distinfo +++ b/graphics/OpenEXR/distinfo @@ -1,2 +1,2 @@ -SHA256 (openexr-2.1.0.tar.gz) = 54486b454073c1dcb5ae9892cf0f730ffefe62f38176325281505093fd218a14 -SIZE (openexr-2.1.0.tar.gz) = 13680816 +SHA256 (openexr-2.2.0.tar.gz) = 36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231 +SIZE (openexr-2.2.0.tar.gz) = 14489661 diff --git a/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in b/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in new file mode 100644 index 000000000000..f874a4f6603e --- /dev/null +++ b/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in @@ -0,0 +1,16 @@ +--- ./IlmImfUtil/Makefile.in.orig 2014-08-15 19:35:57.000000000 +0200 ++++ ./IlmImfUtil/Makefile.in 2014-08-15 19:45:15.000000000 +0200 +@@ -265,10 +265,11 @@ + libIlmImfUtil_la_LIBADD = -L$(top_builddir)/IlmImf @ILMBASE_LIBS@ -lIlmImf + libIlmImfUtilincludedir = $(includedir)/OpenEXR + EXTRA_DIST = CMakeLists.txt +-INCLUDES = @ILMBASE_CXXFLAGS@ \ ++INCLUDES = \ + -I$(top_builddir) \ + -I$(top_srcdir)/IlmImf \ +- -I$(top_srcdir)/config ++ -I$(top_srcdir)/config \ ++ @ILMBASE_CXXFLAGS@ + + all: all-am + diff --git a/graphics/OpenEXR/files/patch-IlmImf__Makefile.in b/graphics/OpenEXR/files/patch-IlmImf__Makefile.in new file mode 100644 index 000000000000..2a259498124b --- /dev/null +++ b/graphics/OpenEXR/files/patch-IlmImf__Makefile.in @@ -0,0 +1,15 @@ +--- ./IlmImf/Makefile.in.orig 2014-08-15 19:35:57.000000000 +0200 ++++ ./IlmImf/Makefile.in 2014-08-15 19:45:43.000000000 +0200 +@@ -458,9 +458,10 @@ + ImfOptimizedPixelReading.h + + EXTRA_DIST = $(noinst_HEADERS) b44ExpLogTable.cpp b44ExpLogTable.h dwaLookups.cpp dwaLookups.h CMakeLists.txt +-INCLUDES = @ILMBASE_CXXFLAGS@ \ ++INCLUDES = \ + -I$(top_builddir) \ +- -I$(top_srcdir)/config ++ -I$(top_srcdir)/config \ ++ @ILMBASE_CXXFLAGS@ + + CLEANFILES = b44ExpLogTable b44ExpLogTable.h dwaLookups dwaLookups.h + b44ExpLogTable_SOURCES = b44ExpLogTable.cpp diff --git a/graphics/OpenEXR/pkg-plist b/graphics/OpenEXR/pkg-plist index cc540bf2b53a..e1804528b905 100644 --- a/graphics/OpenEXR/pkg-plist +++ b/graphics/OpenEXR/pkg-plist @@ -92,11 +92,15 @@ include/OpenEXR/ImfVersion.h include/OpenEXR/ImfWav.h include/OpenEXR/ImfXdr.h include/OpenEXR/OpenEXRConfig.h -lib/libIlmImf-Imf_%%MAJORVER%%.so.%%VER%% -lib/libIlmImf-Imf_%%MAJORVER%%.so.%%VER%%.0.0 +lib/libIlmImf-%%MAJORVER%%.so.%%VER%% +lib/libIlmImf-%%MAJORVER%%.so.%%VER%%.0.0 lib/libIlmImf.a lib/libIlmImf.la lib/libIlmImf.so +lib/libIlmImfUtil-%%MAJORVER%%.so.22 +lib/libIlmImfUtil-%%MAJORVER%%.so.22.0.0 +lib/libIlmImfUtil.a +lib/libIlmImfUtil.la +lib/libIlmImfUtil.so libdata/pkgconfig/OpenEXR.pc share/aclocal/openexr.m4 -@dirrmtry include/OpenEXR diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile index aba601eee2c9..c65d892009df 100644 --- a/graphics/ampasCTL/Makefile +++ b/graphics/ampasCTL/Makefile @@ -3,7 +3,7 @@ PORTNAME= ampasCTL PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MAINTAINER= nemysis@FreeBSD.org diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 451211b6b5e0..0bedabe91809 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -3,7 +3,7 @@ PORTNAME= aqsis PORTVERSION= 1.8.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index 34658cb48efb..20701593130f 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -3,7 +3,7 @@ PORTNAME= ayam PORTVERSION= 1.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Ayam/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION}.src diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 994b80f6d801..de06aac56d18 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -3,6 +3,7 @@ PORTNAME= blender PORTVERSION= 2.71 +PORTREVISION= 1 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index e313c187dea5..e8f14ad6cf1a 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,7 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 6d90d1663106..e22b2982d559 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -3,7 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.9 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 301b047aa986..17f9ae7c2232 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= cinepaint DISTVERSION= 1.0-4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION} diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 7234e715a885..fa6e10fc126d 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 1.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index 46a57921b84c..97d9d21a7629 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -3,6 +3,7 @@ PORTNAME= devil PORTVERSION= 1.7.8 +PORTREVISION= 18 PORTEPOCH= 1 PORTREVISION= 17 CATEGORIES= graphics diff --git a/graphics/digikam-kde4-doc/Makefile b/graphics/digikam-kde4-doc/Makefile index 7bfd4523a95f..08fbde808735 100644 --- a/graphics/digikam-kde4-doc/Makefile +++ b/graphics/digikam-kde4-doc/Makefile @@ -2,7 +2,7 @@ PORTNAME= digikam-doc PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/digikam-kde4-l10n/Makefile b/graphics/digikam-kde4-l10n/Makefile index 80d0cf4b3155..361177625042 100644 --- a/graphics/digikam-kde4-l10n/Makefile +++ b/graphics/digikam-kde4-l10n/Makefile @@ -2,7 +2,7 @@ PORTNAME= digikam-l10n PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 49746cb7b8c6..c3537d44876d 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= graphics kde diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index a80e57b8aa21..fff90925ac57 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index 5866eda9cd7f..8a42cecc2662 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -3,7 +3,7 @@ PORTNAME= exact-image PORTVERSION= 0.8.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 python MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index e054b30df40a..37b20f8f2a35 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -3,7 +3,7 @@ PORTNAME= exrtools PORTVERSION= 0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= http://scanline.ca/exrtools/ \ CRITICAL diff --git a/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile index ce2fe34e873c..07a5eb45c682 100644 --- a/graphics/fortytwo/Makefile +++ b/graphics/fortytwo/Makefile @@ -21,7 +21,7 @@ USE_GNUSTEP_LOCAL_LIBS+= Encore:${ENCORE_PORT} USE_GNUSTEP_LOCAL_LIBS+= BDB:${FORTYTWO_BDB_PORT} DEFAULT_LIBVERSION= 0.1 USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -USE_BDB= 43 +USE_BDB= 43+ WRKSRC= ${WRKDIR}/FT-${PORTVERSION} DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/FT diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile index bc865b4c4249..551e289c25e6 100644 --- a/graphics/fyre/Makefile +++ b/graphics/fyre/Makefile @@ -3,7 +3,7 @@ PORTNAME= fyre PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://releases.navi.cx/fyre/ diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index e89ed16b6c34..0bb408833fc1 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.2/ diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index e2ff1dc79f83..7d2d18d3964e 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -4,7 +4,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.8.10 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ diff --git a/graphics/gimp-beautify-plugin/Makefile b/graphics/gimp-beautify-plugin/Makefile index b0e4a3872219..8c64e9e7eec1 100644 --- a/graphics/gimp-beautify-plugin/Makefile +++ b/graphics/gimp-beautify-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= beautify PORTVERSION= 2012.08.12.00 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin diff --git a/graphics/gimp-data-extras/Makefile b/graphics/gimp-data-extras/Makefile index 30c67ba1e690..d64840f763f6 100644 --- a/graphics/gimp-data-extras/Makefile +++ b/graphics/gimp-data-extras/Makefile @@ -3,7 +3,7 @@ PORTNAME= gimp-data-extras PORTVERSION= 2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ diff --git a/graphics/gimp-elsamuko-script/Makefile b/graphics/gimp-elsamuko-script/Makefile index f88ca64ce883..544024afabaf 100644 --- a/graphics/gimp-elsamuko-script/Makefile +++ b/graphics/gimp-elsamuko-script/Makefile @@ -3,6 +3,7 @@ PORTNAME= elsamuko DISTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://sites.google.com/site/${PORTNAME}/gimp/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-ez-perspective-plugin/Makefile b/graphics/gimp-ez-perspective-plugin/Makefile index c1a585bce457..b90af8f42735 100644 --- a/graphics/gimp-ez-perspective-plugin/Makefile +++ b/graphics/gimp-ez-perspective-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= ez-perspective PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile index 8a2c5fc5169f..4a1dc3af4bd0 100644 --- a/graphics/gimp-focusblur-plugin/Makefile +++ b/graphics/gimp-focusblur-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= focusblur PORTVERSION= 3.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index d640ab926754..f485cd974e19 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.5.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/older_versions/ \ SF/${PORTNAME}/ diff --git a/graphics/gimp-jagged-border-script/Makefile b/graphics/gimp-jagged-border-script/Makefile index 08077ee1b324..c1cd1407d75e 100644 --- a/graphics/gimp-jagged-border-script/Makefile +++ b/graphics/gimp-jagged-border-script/Makefile @@ -3,6 +3,7 @@ PORTNAME= jagged-border PORTVERSION= 0.2009.11.12 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-lensfun-plugin/Makefile b/graphics/gimp-lensfun-plugin/Makefile index fc36e6227454..bf4e3453b6b3 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= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index ba370c5577d8..e3a67a1ac02e 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= gimp-lqr-plugin PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://liquidrescale.wdfiles.com/local--files/en:download-page-sources/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/gimp-refocus-plugin/Makefile b/graphics/gimp-refocus-plugin/Makefile index 5f37a711e78f..f2574381dfba 100644 --- a/graphics/gimp-refocus-plugin/Makefile +++ b/graphics/gimp-refocus-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= refocus PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 09930042c34e..67134929eab7 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -3,6 +3,7 @@ PORTNAME= resynthesizer PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile index 91c9cab75028..86acdcc34cd1 100644 --- a/graphics/gimp-save-for-web/Makefile +++ b/graphics/gimp-save-for-web/Makefile @@ -3,7 +3,7 @@ PORTNAME= gimp-save-for-web PORTVERSION= 0.29.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ diff --git a/graphics/gimp-wavelet-decompose-plugin/Makefile b/graphics/gimp-wavelet-decompose-plugin/Makefile index ed5af90daddf..260147a06d25 100644 --- a/graphics/gimp-wavelet-decompose-plugin/Makefile +++ b/graphics/gimp-wavelet-decompose-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= wavelet-decompose DISTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-wavelet-denoise-plugin/Makefile b/graphics/gimp-wavelet-denoise-plugin/Makefile index 4d41ee0a58da..bd79a1a1205e 100644 --- a/graphics/gimp-wavelet-denoise-plugin/Makefile +++ b/graphics/gimp-wavelet-denoise-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= wavelet-denoise PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-wavelet-sharpen-plugin/Makefile b/graphics/gimp-wavelet-sharpen-plugin/Makefile index 4aa2964145c5..1d4b389b79a9 100644 --- a/graphics/gimp-wavelet-sharpen-plugin/Makefile +++ b/graphics/gimp-wavelet-sharpen-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= wavelet-sharpen PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index f22c7ad85d86..779a5aea3cf8 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -4,7 +4,7 @@ PORTNAME= gimp DISTVERSION?= 2.8.10 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 2 CATEGORIES= graphics gnome MASTER_SITES?= # empty diff --git a/graphics/gimpfx-foundry/Makefile b/graphics/gimpfx-foundry/Makefile index b7b373eb8b92..f8245445460c 100644 --- a/graphics/gimpfx-foundry/Makefile +++ b/graphics/gimpfx-foundry/Makefile @@ -3,6 +3,7 @@ PORTNAME= gimpfx-foundry PORTVERSION= 2.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-scriptpack/${PORTNAME}-${PORTVERSION}-1 diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile index 97c30c87d7c2..d7b01ee34c94 100644 --- a/graphics/gwenview-kde4/Makefile +++ b/graphics/gwenview-kde4/Makefile @@ -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} diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile index 7e07e7b55e79..e6ca22c3b2fb 100644 --- a/graphics/hugin-devel/Makefile +++ b/graphics/hugin-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2013.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0 PKGNAMESUFFIX= -devel @@ -32,6 +32,8 @@ RUN_DEPENDS= enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \ WRKSRC= ${WRKDIR}/hugin-2013.0.0 CONFLICTS_INSTALL= hugin-201[0-2]* +IGNORE= older than graphics/hugin + OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC PANOMATIC_DESC= Install graphics/panomatic @@ -79,7 +81,6 @@ MAN1= align_image_stack.1 \ PTBatcherGUI.1 \ vig_optimize.1 -NO_STAGE= yes post-configure: ${REINPLACE_CMD} \ 's/-pthread;-D_THREAD_SAFE/-pthread -D_THREAD_SAFE/g' \ diff --git a/graphics/hugin-devel/pkg-plist b/graphics/hugin-devel/pkg-plist index 2ab6be47956b..d0785e4fe17c 100644 --- a/graphics/hugin-devel/pkg-plist +++ b/graphics/hugin-devel/pkg-plist @@ -40,6 +40,35 @@ lib/hugin/libhugin_python_interface.so.0.0 lib/hugin/libhuginbasewx.so.0.0 lib/hugin/libicpfindlib.so.0.0 lib/hugin/liblocalfeatures.so.0.0 +man/man1/PTBatcher.1.gz +man/man1/PTBatcherGUI.1.gz +man/man1/align_image_stack.1.gz +man/man1/autooptimiser.1.gz +man/man1/autopano-noop.sh.1.gz +man/man1/calibrate_lens_gui.1.gz +man/man1/celeste_standalone.1.gz +man/man1/checkpto.1.gz +man/man1/cpclean.1.gz +man/man1/cpfind.1.gz +man/man1/deghosting_mask.1.gz +man/man1/fulla.1.gz +man/man1/hugin.1.gz +man/man1/hugin_hdrmerge.1.gz +man/man1/hugin_stitch_project.1.gz +man/man1/icpfind.1.gz +man/man1/linefind.1.gz +man/man1/matchpoint.1.gz +man/man1/nona.1.gz +man/man1/nona_gui.1.gz +man/man1/pano_modify.1.gz +man/man1/pano_trafo.1.gz +man/man1/pto2mk.1.gz +man/man1/pto_gen.1.gz +man/man1/pto_lensstack.1.gz +man/man1/pto_merge.1.gz +man/man1/pto_var.1.gz +man/man1/tca_correct.1.gz +man/man1/vig_optimize.1.gz share/locale/bg/LC_MESSAGES/hugin.mo share/locale/da/LC_MESSAGES/hugin.mo share/locale/de/LC_MESSAGES/hugin.mo diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 27d5c6d64b75..16f7ffdd43e8 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2013.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index a71c9854e0b3..f0be63c2d290 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilmbase -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= graphics devel MASTER_SITES= SAVANNAH/openexr/ DISTNAME= ilmbase-${PORTVERSION} @@ -22,8 +22,8 @@ OPTIONS_SUB= yes THREAD_CONFIGURE_ENABLE= threading -MAJORVER= 2_1 -VER= 11 +MAJORVER= 2_2 +VER= 12 PLIST_SUB= MAJORVER=${MAJORVER} PLIST_SUB+= VER=${VER} diff --git a/graphics/ilmbase/distinfo b/graphics/ilmbase/distinfo index 23c57d4219be..9d7e0f4ec17b 100644 --- a/graphics/ilmbase/distinfo +++ b/graphics/ilmbase/distinfo @@ -1,2 +1,2 @@ -SHA256 (ilmbase-2.1.0.tar.gz) = 1e841ad89c5761940b07a125e6909ad22fe9fe0f99eadef45e0cca4efc6819b4 -SIZE (ilmbase-2.1.0.tar.gz) = 557552 +SHA256 (ilmbase-2.2.0.tar.gz) = ecf815b60695555c1fbc73679e84c7c9902f4e8faa6e8000d2f905b8b86cedc7 +SIZE (ilmbase-2.2.0.tar.gz) = 525289 diff --git a/graphics/ilmbase/files/patch-CMakeLists.txt b/graphics/ilmbase/files/patch-CMakeLists.txt index dc6d2592137a..4f5419dbabbc 100644 --- a/graphics/ilmbase/files/patch-CMakeLists.txt +++ b/graphics/ilmbase/files/patch-CMakeLists.txt @@ -1,50 +1,42 @@ ---- CMakeLists.txt.orig 2013-11-12 03:09:51.000000000 +0400 -+++ CMakeLists.txt 2014-03-27 00:26:23.467722879 +0400 -@@ -130,30 +130,30 @@ +--- ./CMakeLists.txt.orig 2014-08-10 06:23:56.000000000 +0200 ++++ ./CMakeLists.txt 2014-08-15 02:01:33.000000000 +0200 +@@ -160,30 +160,30 @@ SET_TARGET_PROPERTIES ( Half PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 ) SET_TARGET_PROPERTIES ( Iex PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 - OUTPUT_NAME "Iex-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}" +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 + OUTPUT_NAME "Iex${ILMBASE_LIBSUFFIX}" ) SET_TARGET_PROPERTIES ( Imath PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 - OUTPUT_NAME "Imath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}" +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 + OUTPUT_NAME "Imath${ILMBASE_LIBSUFFIX}" ) SET_TARGET_PROPERTIES ( IlmThread PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 - OUTPUT_NAME "IlmThread-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}" +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 + OUTPUT_NAME "IlmThread${ILMBASE_LIBSUFFIX}" ) SET_TARGET_PROPERTIES ( IexMath PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 - OUTPUT_NAME "IexMath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}" +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 + OUTPUT_NAME "IexMath${ILMBASE_LIBSUFFIX}" ) -@@ -190,11 +190,12 @@ - Name: IlmBase - Description: Base math and exception libraries - Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} --Libs: -L\${libdir} -lImath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lIexMath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lHalf -lIex-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lIlmThread-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -pthreadCflags: -pthread -I\${OpenEXR_includedir} -+Libs: -L\${libdir} -lImath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lIexMath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lHalf -lIex-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lIlmThread-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -pthread -+Cflags: -pthread -I\${OpenEXR_includedir} - ") - +@@ -227,5 +227,5 @@ INSTALL ( FILES ${CMAKE_BINARY_DIR}/IlmBase.pc DESTINATION diff --git a/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp b/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp deleted file mode 100644 index dbe7a062b958..000000000000 --- a/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./IexMath/IexMathFpu.cpp.orig 2013-06-18 21:51:38.000000000 +0200 -+++ ./IexMath/IexMathFpu.cpp 2014-01-29 13:16:44.000000000 +0100 -@@ -53,7 +53,7 @@ - #endif - - --#ifdef HAVE_UCONTEXT_H -+#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_)) - - - #include <ucontext.h> diff --git a/graphics/kamera-kde4/Makefile b/graphics/kamera-kde4/Makefile index e2b5a029981e..89355b58e192 100644 --- a/graphics/kamera-kde4/Makefile +++ b/graphics/kamera-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= kamera PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/kcolorchooser/Makefile b/graphics/kcolorchooser/Makefile index c9c2dd2db902..5140728716f4 100644 --- a/graphics/kcolorchooser/Makefile +++ b/graphics/kcolorchooser/Makefile @@ -2,6 +2,7 @@ PORTNAME= kcolorchooser PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/kcoloredit/Makefile b/graphics/kcoloredit/Makefile index b411a888004e..22a1cb60ec5b 100644 --- a/graphics/kcoloredit/Makefile +++ b/graphics/kcoloredit/Makefile @@ -2,7 +2,7 @@ PORTNAME= kcoloredit PORTVERSION= ${APP_VER}.${EXTRA_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/extragear DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER} diff --git a/graphics/kdegraphics4-mobipocket/Makefile b/graphics/kdegraphics4-mobipocket/Makefile index cde5aa51c43a..3898d5be6f02 100644 --- a/graphics/kdegraphics4-mobipocket/Makefile +++ b/graphics/kdegraphics4-mobipocket/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdegraphics-mobipocket PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/kdegraphics4-strigi-analyzer/Makefile b/graphics/kdegraphics4-strigi-analyzer/Makefile index ceb8dbf28a82..d43f16fd2001 100644 --- a/graphics/kdegraphics4-strigi-analyzer/Makefile +++ b/graphics/kdegraphics4-strigi-analyzer/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdegraphics-strigi-analyzer PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/kdegraphics4-svgpart/Makefile b/graphics/kdegraphics4-svgpart/Makefile index b987cbfe8a7b..33c84f4f8a2c 100644 --- a/graphics/kdegraphics4-svgpart/Makefile +++ b/graphics/kdegraphics4-svgpart/Makefile @@ -2,6 +2,7 @@ PORTNAME= svgpart PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= kdegraphics- diff --git a/graphics/kdegraphics4-thumbnailers/Makefile b/graphics/kdegraphics4-thumbnailers/Makefile index 7f7ab5781b22..0bf30993a7e2 100644 --- a/graphics/kdegraphics4-thumbnailers/Makefile +++ b/graphics/kdegraphics4-thumbnailers/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdegraphics-thumbnailers PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 1cdbefb7074a..7f3708d4999a 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde DISTFILES= # empty diff --git a/graphics/kiconedit/Makefile b/graphics/kiconedit/Makefile index 8169285a212e..f24a4dc4b643 100644 --- a/graphics/kiconedit/Makefile +++ b/graphics/kiconedit/Makefile @@ -2,7 +2,7 @@ PORTNAME= kiconedit PORTVERSION= ${EXTRA_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/extragear DIST_SUBDIR= KDE/extragear diff --git a/graphics/kipi-plugin-acquireimages/Makefile b/graphics/kipi-plugin-acquireimages/Makefile index acaa30873a64..305bfb967479 100644 --- a/graphics/kipi-plugin-acquireimages/Makefile +++ b/graphics/kipi-plugin-acquireimages/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-advancedslideshow/Makefile b/graphics/kipi-plugin-advancedslideshow/Makefile index 39abdd2bf06e..7aa8ab4d15c5 100644 --- a/graphics/kipi-plugin-advancedslideshow/Makefile +++ b/graphics/kipi-plugin-advancedslideshow/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-batchprocess/Makefile b/graphics/kipi-plugin-batchprocess/Makefile index d6f7e9f00387..1b32829a9e5f 100644 --- a/graphics/kipi-plugin-batchprocess/Makefile +++ b/graphics/kipi-plugin-batchprocess/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-calendar/Makefile b/graphics/kipi-plugin-calendar/Makefile index 34b8697ef111..bba821f86f38 100644 --- a/graphics/kipi-plugin-calendar/Makefile +++ b/graphics/kipi-plugin-calendar/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-debianscreenshots/Makefile b/graphics/kipi-plugin-debianscreenshots/Makefile index edba8b45aecb..2f1e0431f0ad 100644 --- a/graphics/kipi-plugin-debianscreenshots/Makefile +++ b/graphics/kipi-plugin-debianscreenshots/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-dngconverter/Makefile b/graphics/kipi-plugin-dngconverter/Makefile index 992776c67cab..5714e0db40d9 100644 --- a/graphics/kipi-plugin-dngconverter/Makefile +++ b/graphics/kipi-plugin-dngconverter/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-expoblending/Makefile b/graphics/kipi-plugin-expoblending/Makefile index f3ceb1632a97..945432da97c7 100644 --- a/graphics/kipi-plugin-expoblending/Makefile +++ b/graphics/kipi-plugin-expoblending/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-facebook/Makefile b/graphics/kipi-plugin-facebook/Makefile index a31f463b2da2..f6cf071b228d 100644 --- a/graphics/kipi-plugin-facebook/Makefile +++ b/graphics/kipi-plugin-facebook/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-flashexport/Makefile b/graphics/kipi-plugin-flashexport/Makefile index 9af114abf856..1e109f7df2c9 100644 --- a/graphics/kipi-plugin-flashexport/Makefile +++ b/graphics/kipi-plugin-flashexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-flickrexport/Makefile b/graphics/kipi-plugin-flickrexport/Makefile index 212b50316afa..8cf40ceba6ea 100644 --- a/graphics/kipi-plugin-flickrexport/Makefile +++ b/graphics/kipi-plugin-flickrexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-galleryexport/Makefile b/graphics/kipi-plugin-galleryexport/Makefile index 34a050188edf..873a8eabdbdb 100644 --- a/graphics/kipi-plugin-galleryexport/Makefile +++ b/graphics/kipi-plugin-galleryexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-gpssync/Makefile b/graphics/kipi-plugin-gpssync/Makefile index 422ae23a283d..7c6027035da2 100644 --- a/graphics/kipi-plugin-gpssync/Makefile +++ b/graphics/kipi-plugin-gpssync/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-htmlexport/Makefile b/graphics/kipi-plugin-htmlexport/Makefile index a12aa54c1ba9..3be992d0f102 100644 --- a/graphics/kipi-plugin-htmlexport/Makefile +++ b/graphics/kipi-plugin-htmlexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-imageshackexport/Makefile b/graphics/kipi-plugin-imageshackexport/Makefile index 0546df86eca6..35ff0f5b798a 100644 --- a/graphics/kipi-plugin-imageshackexport/Makefile +++ b/graphics/kipi-plugin-imageshackexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-imageviewer/Makefile b/graphics/kipi-plugin-imageviewer/Makefile index 668cba6dddd8..8cd905acda44 100644 --- a/graphics/kipi-plugin-imageviewer/Makefile +++ b/graphics/kipi-plugin-imageviewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-imgurexport/Makefile b/graphics/kipi-plugin-imgurexport/Makefile index 400511d373e1..2aabf70541b8 100644 --- a/graphics/kipi-plugin-imgurexport/Makefile +++ b/graphics/kipi-plugin-imgurexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-ipodexport/Makefile b/graphics/kipi-plugin-ipodexport/Makefile index 790659053259..c9a12a59e4ec 100644 --- a/graphics/kipi-plugin-ipodexport/Makefile +++ b/graphics/kipi-plugin-ipodexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-jalbumexport/Makefile b/graphics/kipi-plugin-jalbumexport/Makefile index 13a176aba210..2179183443e6 100644 --- a/graphics/kipi-plugin-jalbumexport/Makefile +++ b/graphics/kipi-plugin-jalbumexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-jpeglossless/Makefile b/graphics/kipi-plugin-jpeglossless/Makefile index c46ea978a43b..7e861bdc8321 100644 --- a/graphics/kipi-plugin-jpeglossless/Makefile +++ b/graphics/kipi-plugin-jpeglossless/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-kioexport/Makefile b/graphics/kipi-plugin-kioexport/Makefile index 3bc9cdaf75c9..c9cbcd928245 100644 --- a/graphics/kipi-plugin-kioexport/Makefile +++ b/graphics/kipi-plugin-kioexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-kmlexport/Makefile b/graphics/kipi-plugin-kmlexport/Makefile index 2afe512e6b9a..7ec2dcf2975b 100644 --- a/graphics/kipi-plugin-kmlexport/Makefile +++ b/graphics/kipi-plugin-kmlexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-kopete/Makefile b/graphics/kipi-plugin-kopete/Makefile index 28907f97e825..422c2646f40a 100644 --- a/graphics/kipi-plugin-kopete/Makefile +++ b/graphics/kipi-plugin-kopete/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-mediawiki/Makefile b/graphics/kipi-plugin-mediawiki/Makefile index 1f520a63f4f6..33e99c54feb5 100644 --- a/graphics/kipi-plugin-mediawiki/Makefile +++ b/graphics/kipi-plugin-mediawiki/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-metadataedit/Makefile b/graphics/kipi-plugin-metadataedit/Makefile index bc67a399a36c..7810413ca648 100644 --- a/graphics/kipi-plugin-metadataedit/Makefile +++ b/graphics/kipi-plugin-metadataedit/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-panorama/Makefile b/graphics/kipi-plugin-panorama/Makefile index 3d8b61e70503..3bdf78577700 100644 --- a/graphics/kipi-plugin-panorama/Makefile +++ b/graphics/kipi-plugin-panorama/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-photolayoutseditor/Makefile b/graphics/kipi-plugin-photolayoutseditor/Makefile index adefe37d108d..f718da67d6c4 100644 --- a/graphics/kipi-plugin-photolayoutseditor/Makefile +++ b/graphics/kipi-plugin-photolayoutseditor/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-picasawebexport/Makefile b/graphics/kipi-plugin-picasawebexport/Makefile index 877684df869b..c775eed8eabc 100644 --- a/graphics/kipi-plugin-picasawebexport/Makefile +++ b/graphics/kipi-plugin-picasawebexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-piwigoexport/Makefile b/graphics/kipi-plugin-piwigoexport/Makefile index 2043caaf6b0e..a261d3ded9de 100644 --- a/graphics/kipi-plugin-piwigoexport/Makefile +++ b/graphics/kipi-plugin-piwigoexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-printimages/Makefile b/graphics/kipi-plugin-printimages/Makefile index 66ee1225c23d..63d0ed69514b 100644 --- a/graphics/kipi-plugin-printimages/Makefile +++ b/graphics/kipi-plugin-printimages/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-rajceexport/Makefile b/graphics/kipi-plugin-rajceexport/Makefile index 58bdce694f3c..aef438f662b6 100644 --- a/graphics/kipi-plugin-rajceexport/Makefile +++ b/graphics/kipi-plugin-rajceexport/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-rawconverter/Makefile b/graphics/kipi-plugin-rawconverter/Makefile index f6ea8221a965..f6e4a0debe6d 100644 --- a/graphics/kipi-plugin-rawconverter/Makefile +++ b/graphics/kipi-plugin-rawconverter/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-removeredeyes/Makefile b/graphics/kipi-plugin-removeredeyes/Makefile index e5c67435e59e..2aafe86243a2 100644 --- a/graphics/kipi-plugin-removeredeyes/Makefile +++ b/graphics/kipi-plugin-removeredeyes/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-sendimages/Makefile b/graphics/kipi-plugin-sendimages/Makefile index b34cd336efdd..08dd1ed37994 100644 --- a/graphics/kipi-plugin-sendimages/Makefile +++ b/graphics/kipi-plugin-sendimages/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-shwup/Makefile b/graphics/kipi-plugin-shwup/Makefile index 16b2a6440efe..6906d2786e00 100644 --- a/graphics/kipi-plugin-shwup/Makefile +++ b/graphics/kipi-plugin-shwup/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-smug/Makefile b/graphics/kipi-plugin-smug/Makefile index 95525528b16d..e83e33a9c3f0 100644 --- a/graphics/kipi-plugin-smug/Makefile +++ b/graphics/kipi-plugin-smug/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-timeadjust/Makefile b/graphics/kipi-plugin-timeadjust/Makefile index 8cf2e5c798b6..c473f5b7b0de 100644 --- a/graphics/kipi-plugin-timeadjust/Makefile +++ b/graphics/kipi-plugin-timeadjust/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-videoslideshow/Makefile b/graphics/kipi-plugin-videoslideshow/Makefile index 84a0185d6960..ab42b1dd94bf 100644 --- a/graphics/kipi-plugin-videoslideshow/Makefile +++ b/graphics/kipi-plugin-videoslideshow/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-vkontakte/Makefile b/graphics/kipi-plugin-vkontakte/Makefile index 511e29a0887a..6db5a176b705 100644 --- a/graphics/kipi-plugin-vkontakte/Makefile +++ b/graphics/kipi-plugin-vkontakte/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugin-yandexfotki/Makefile b/graphics/kipi-plugin-yandexfotki/Makefile index 50e899a47381..14bfb3786c65 100644 --- a/graphics/kipi-plugin-yandexfotki/Makefile +++ b/graphics/kipi-plugin-yandexfotki/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 814aafb2852d..39d4cbf5bb35 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics kde DISTFILES= # diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index 49271dcddff5..f3da3bfe4d48 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -2,6 +2,7 @@ PORTNAME= kolourpaint PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/kphotoalbum-kde4/Makefile b/graphics/kphotoalbum-kde4/Makefile index 42122682a8ac..9890cc1ad44d 100644 --- a/graphics/kphotoalbum-kde4/Makefile +++ b/graphics/kphotoalbum-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kphotoalbum PORTVERSION= 4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE diff --git a/graphics/kpovmodeler/Makefile b/graphics/kpovmodeler/Makefile index a21d3a852489..7cf05d8875c9 100644 --- a/graphics/kpovmodeler/Makefile +++ b/graphics/kpovmodeler/Makefile @@ -2,7 +2,7 @@ PORTNAME= kpovmodeler PORTVERSION= ${APP_VER}.${EXTRA_VER} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics kde MASTER_SITES= KDE/Attic/${EXTRA_VER}/src/extragear DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER} diff --git a/graphics/ksaneplugin/Makefile b/graphics/ksaneplugin/Makefile index 8bd9b54cf91b..447fcaba6f14 100644 --- a/graphics/ksaneplugin/Makefile +++ b/graphics/ksaneplugin/Makefile @@ -2,6 +2,7 @@ PORTNAME= ksaneplugin PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/ksnapshot/Makefile b/graphics/ksnapshot/Makefile index adf258ee2847..4691ce59bfd7 100644 --- a/graphics/ksnapshot/Makefile +++ b/graphics/ksnapshot/Makefile @@ -2,6 +2,7 @@ PORTNAME= ksnapshot PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/kuickshow-kde4/Makefile b/graphics/kuickshow-kde4/Makefile index c7520078604c..22713f2a2ec1 100644 --- a/graphics/kuickshow-kde4/Makefile +++ b/graphics/kuickshow-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kuickshow PORTVERSION= ${APP_VER}.${EXTRA_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/extragear DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER} diff --git a/graphics/libkdcraw-kde4/Makefile b/graphics/libkdcraw-kde4/Makefile index 9185fc2f272f..f322c973e79d 100644 --- a/graphics/libkdcraw-kde4/Makefile +++ b/graphics/libkdcraw-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= libkdcraw PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/libkexiv2-kde4/Makefile b/graphics/libkexiv2-kde4/Makefile index 8dd1194d3bc3..a62ac5801f80 100644 --- a/graphics/libkexiv2-kde4/Makefile +++ b/graphics/libkexiv2-kde4/Makefile @@ -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} diff --git a/graphics/libkface/Makefile b/graphics/libkface/Makefile index 1806d73246e1..4bf4d697b523 100644 --- a/graphics/libkface/Makefile +++ b/graphics/libkface/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkface PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/libkipi-kde4/Makefile b/graphics/libkipi-kde4/Makefile index 783e37c3219e..06ab8bc0fb18 100644 --- a/graphics/libkipi-kde4/Makefile +++ b/graphics/libkipi-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= libkipi PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/libkipiplugins/Makefile b/graphics/libkipiplugins/Makefile index b1a8a64c7cde..269305267e7d 100644 --- a/graphics/libkipiplugins/Makefile +++ b/graphics/libkipiplugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkipiplugins PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile index 2b2b3909b4db..7168fc23ccef 100644 --- a/graphics/libksane/Makefile +++ b/graphics/libksane/Makefile @@ -2,6 +2,7 @@ PORTNAME= libksane PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/lprof-devel/Makefile b/graphics/lprof-devel/Makefile index c76921bd2353..cfb0558bfacd 100644 --- a/graphics/lprof-devel/Makefile +++ b/graphics/lprof-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= lprof PORTVERSION= 20080514 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ LOCAL/amdmi3 diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index a45deca85d43..6cfaebda4148 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -3,6 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index e557b3a13b78..863a46c04a58 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -3,6 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index 2b7b6ffa7731..2e30b5545f6c 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -3,6 +3,7 @@ PORTNAME= luxrender PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://src.luxrender.net/lux/get/ \ http://src.luxrender.net/luxrays/get/:lr diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index b79a04ea9d2c..1456c973e9b8 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -3,6 +3,7 @@ PORTNAME= nip2 PORTVERSION= 7.40.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index d07ec9104b43..e5d693e96ad2 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -3,7 +3,7 @@ PORTNAME= nvidia-texture-tools DISTVERSION= 2.0.8-1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 4602699732ae..7e5cb03039c8 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,6 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 3cf9ae6d5403..a8e91bbf8bbb 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -3,7 +3,7 @@ PORTNAME= openimageio PORTVERSION= 1.4.12 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index d7efd044a31d..26c3c9f38fe4 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -3,6 +3,7 @@ PORTNAME= openshadinglanguage PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index 698381a13651..31786633d2cf 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -3,7 +3,7 @@ PORTNAME= pixie PORTVERSION= 2.2.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION} DISTNAME= Pixie-src-${PORTVERSION} diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index 582ab338f889..fb90ec0054a3 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/graphics/py-gimp/Makefile,v 1.6 2009/08/25 00:06:39 marcus Exp $ PORTNAME= gimp -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile index d8e6ffb75fa4..ae3c3f612056 100644 --- a/graphics/py-openexr/Makefile +++ b/graphics/py-openexr/Makefile @@ -3,7 +3,7 @@ PORTNAME= openexr PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= http://excamera.com/files/ \ CHEESESHOP diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile index d07279193500..933c2f52f201 100644 --- a/graphics/py-openimageio/Makefile +++ b/graphics/py-openimageio/Makefile @@ -1,6 +1,7 @@ # Created by: Shane Ambler # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/separate/Makefile b/graphics/separate/Makefile index eb2f0d7f77a0..fa5a77798fce 100644 --- a/graphics/separate/Makefile +++ b/graphics/separate/Makefile @@ -3,7 +3,7 @@ PORTNAME= separate PORTVERSION= 0.5.8 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SFJP diff --git a/graphics/showimage/Makefile b/graphics/showimage/Makefile index 2471b71817ff..5060edf26456 100644 --- a/graphics/showimage/Makefile +++ b/graphics/showimage/Makefile @@ -3,6 +3,7 @@ PORTNAME= showimage PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTNAME= 143977-${PORTNAME}-${PORTVERSION} diff --git a/graphics/skanlite/Makefile b/graphics/skanlite/Makefile index b9c00b023d57..16375d101c2f 100644 --- a/graphics/skanlite/Makefile +++ b/graphics/skanlite/Makefile @@ -2,7 +2,7 @@ PORTNAME= skanlite PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE/extragear diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index 7b3476982719..8d56649c648f 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -3,7 +3,7 @@ PORTNAME= synfigstudio DISTVERSION= 0.63.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics multimedia MASTER_SITES= SF/synfig/${PORTNAME}/${PORTVERSION} diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index b4bd6670cfc5..2c066e4b0fe6 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -3,6 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}-${PORTVERSION}-src-with-docu diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index e2688a169555..ab3a4612dc8f 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -3,6 +3,7 @@ PORTNAME= vips PORTVERSION= 7.40.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ diff --git a/graphics/visionworkbench/Makefile b/graphics/visionworkbench/Makefile index 444be3f28f49..98eabe6ee902 100644 --- a/graphics/visionworkbench/Makefile +++ b/graphics/visionworkbench/Makefile @@ -3,7 +3,7 @@ PORTNAME= visionworkbench PORTVERSION= 2.2.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/ DISTNAME= VisionWorkbench-${PORTVERSION} diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 625602a73a22..60936d087598 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -3,7 +3,7 @@ PORTNAME= xsane PORTVERSION= 0.999 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ |