From owner-svn-ports-all@freebsd.org Thu Sep 28 15:36:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ED8CE019BE; Thu, 28 Sep 2017 15:36:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46D653D1C; Thu, 28 Sep 2017 15:36:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SFaZ0D018109; Thu, 28 Sep 2017 15:36:35 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SFaVt5018070; Thu, 28 Sep 2017 15:36:31 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201709281536.v8SFaVt5018070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 28 Sep 2017 15:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450852 - in head: audio/mp3plot devel/synfig editors/emacs editors/emacs-devel graphics/ImageMagick graphics/autotrace graphics/converseen graphics/dcraw-m graphics/dmtx-utils graphics... X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head: audio/mp3plot devel/synfig editors/emacs editors/emacs-devel graphics/ImageMagick graphics/autotrace graphics/converseen graphics/dcraw-m graphics/dmtx-utils graphics/fpc-imagemagick graphics... X-SVN-Commit-Revision: 450852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 15:36:36 -0000 Author: kwm Date: Thu Sep 28 15:36:31 2017 New Revision: 450852 URL: https://svnweb.freebsd.org/changeset/ports/450852 Log: ImageMagick to 6.9.9-15. * Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] * Add new option for RAW support * Fix portscout macro to only show 6.9.x versions Bump other ports for the shared library bumps in IM 6. PR: 222309 [1] Submitted by: Anton Yuzhaninov [1] Modified: head/audio/mp3plot/Makefile head/devel/synfig/Makefile head/editors/emacs-devel/Makefile head/editors/emacs/Makefile head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo head/graphics/ImageMagick/pkg-plist head/graphics/autotrace/Makefile head/graphics/converseen/Makefile head/graphics/dcraw-m/Makefile head/graphics/dmtx-utils/Makefile head/graphics/fpc-imagemagick/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/gscan2pdf/Makefile head/graphics/hdr_tools/Makefile head/graphics/inkscape/Makefile head/graphics/kipi-plugin-videoslideshow/Makefile head/graphics/libboard/Makefile head/graphics/libdmtx/Makefile head/graphics/npretty/Makefile head/graphics/opendx/Makefile head/graphics/p5-Image-Magick-Iterator/Makefile head/graphics/pecl-imagick/Makefile head/graphics/php-magickwand/Makefile head/graphics/pstoedit/Makefile head/graphics/py-wand/Makefile head/graphics/reallyslick/Makefile head/graphics/rubygem-rmagick/Makefile head/graphics/timg/Makefile head/graphics/zbar/Makefile head/misc/img2xterm/Makefile head/multimedia/emby-server/Makefile head/security/libfprint/Makefile head/www/WebMagick/Makefile head/x11-wm/libwraster/Makefile head/x11-wm/windowmaker/Makefile Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/audio/mp3plot/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/devel/synfig/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= synfig PORTVERSION= 1.0.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/editors/emacs-devel/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,6 +3,7 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 PKGNAMESUFFIX= -devel Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/editors/emacs/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,6 +3,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= GNU Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/ImageMagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.8-9 -PORTREVISION= 1 +DISTVERSION= 6.9.9-15 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -36,7 +35,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libltdl.so:devel/libltdl -PORTSCOUT?= limit:6.*$$ +PORTSCOUT?= limit:^6\.9\. CONFLICTS_INSTALL= execline-[0-9]* # bin/import CONFLICTS_INSTALL+= ImageMagick7 ImageMagick7-nox11 # bin/Magick++-config @@ -62,10 +61,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION:R} OPTIONS_DEFINE= BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \ GRAPHVIZ GSLIB JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES \ OPENEXR OPENMP PANGO PDF PERL PNG SVG TESTS TIFF WEBP WMF \ - THREADS X11 16BIT_PIXEL HDRI -OPTIONS_DEFAULT= 16BIT_PIXEL BZIP2 FFTW FONTCONFIG FPX FREETYPE \ + THREADS X11 16BIT_PIXEL HDRI RAW +OPTIONS_DEFAULT= 16BIT_PIXEL BZIP2 FFTW FONTCONFIG FREETYPE \ JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES PDF PERL PNG SVG \ - TIFF WEBP WMF THREADS X11 + TIFF WEBP WMF THREADS X11 RAW 16BIT_PIXEL_DESC= 16bit pixel support JPEG2000_DESC= OpenJPEG 2000 support via openjpeg @@ -77,6 +76,12 @@ SVG_DESC= SVG vector image format support (via librsv TESTS_DESC= Run bundled self-tests after build #SIMD_CONFIGURE_WITH= gcc-arch CONFIGURE_ARGS+= --without-gcc-arch + +# libraw is by default liked to lcms2, whichs also ends up in IM regardless +# of the IM LCMS option. +RAW_CONFIGURE_WITH= raw +RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw \ + liblcms2.so:graphics/lcms2 .include Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/ImageMagick/distinfo Thu Sep 28 15:36:31 2017 (r450852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496652633 -SHA256 (ImageMagick-6.9.8-9.tar.xz) = f64f1a66d2a3ec4ff2c79527dd2a773c8c71abb4f8da37af71c270b52be32673 -SIZE (ImageMagick-6.9.8-9.tar.xz) = 8777352 +TIMESTAMP = 1506539505 +SHA256 (ImageMagick-6.9.9-15.tar.xz) = cc5411bcd766efbc5c281ae2147f0d154c452e5f0cc72894796afb88036baf2f +SIZE (ImageMagick-6.9.9-15.tar.xz) = 8792252 Modified: head/graphics/ImageMagick/pkg-plist ============================================================================== --- head/graphics/ImageMagick/pkg-plist Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/ImageMagick/pkg-plist Thu Sep 28 15:36:31 2017 (r450852) @@ -416,18 +416,18 @@ lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%%%HDRI% lib/libMagick++-6.a lib/libMagick++-6.la lib/libMagick++-6.so -lib/libMagick++-6.so.7 -lib/libMagick++-6.so.7.0.0 +lib/libMagick++-6.so.8 +lib/libMagick++-6.so.8.0.0 lib/libMagickCore-6.a lib/libMagickCore-6.la lib/libMagickCore-6.so -lib/libMagickCore-6.so.4 -lib/libMagickCore-6.so.4.0.0 +lib/libMagickCore-6.so.5 +lib/libMagickCore-6.so.5.0.0 lib/libMagickWand-6.a lib/libMagickWand-6.la lib/libMagickWand-6.so -lib/libMagickWand-6.so.4 -lib/libMagickWand-6.so.4.0.0 +lib/libMagickWand-6.so.5 +lib/libMagickWand-6.so.5.0.0 %%WITH_PERL%%%%SITE_ARCH%%/Image/Magick.pm %%WITH_PERL%%%%SITE_ARCH%%/Image/Magick/%%QBIT%%%%HDRI%%.pm %%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/%%QBIT%%%%HDRI%%/%%QBIT%%%%HDRI%%.so Modified: head/graphics/autotrace/Makefile ============================================================================== --- head/graphics/autotrace/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/autotrace/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} Modified: head/graphics/converseen/Makefile ============================================================================== --- head/graphics/converseen/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/converseen/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= converseen PORTVERSION= 0.9.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%20${PORTVERSION:R:R}/ Modified: head/graphics/dcraw-m/Makefile ============================================================================== --- head/graphics/dcraw-m/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/dcraw-m/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= dcraw-m PORTVERSION= 9.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= waitman@waitman.net Modified: head/graphics/dmtx-utils/Makefile ============================================================================== --- head/graphics/dmtx-utils/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/dmtx-utils/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= dmtx-utils PORTVERSION= 0.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION} Modified: head/graphics/fpc-imagemagick/Makefile ============================================================================== --- head/graphics/fpc-imagemagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/fpc-imagemagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics lang PKGNAMESUFFIX= -imagemagick Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/gimp-gmic-plugin/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.6.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://gmic.eu/files/source/ PKGNAMEPREFIX= gimp- Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/gscan2pdf/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,6 +3,7 @@ PORTNAME= gscan2pdf PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/hdr_tools/Makefile ============================================================================== --- head/graphics/hdr_tools/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/hdr_tools/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= hdr_tools PORTVERSION= 0.0.2010.11.23 # unspecified by the author, so use the date -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \ http://freebsd.nsu.ru/distfiles/ Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/inkscape/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnome MASTER_SITES= https://launchpadlibrarian.net/306309537/ \ LOCAL/kwm Modified: head/graphics/kipi-plugin-videoslideshow/Makefile ============================================================================== --- head/graphics/kipi-plugin-videoslideshow/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/kipi-plugin-videoslideshow/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org Modified: head/graphics/libboard/Makefile ============================================================================== --- head/graphics/libboard/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/libboard/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= libboard DISTVERSION= 0.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= thierry@FreeBSD.org Modified: head/graphics/libdmtx/Makefile ============================================================================== --- head/graphics/libdmtx/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/libdmtx/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= libdmtx PORTVERSION= 0.7.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/npretty/Makefile ============================================================================== --- head/graphics/npretty/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/npretty/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -4,7 +4,7 @@ PORTNAME= npretty DISTVERSIONPREFIX= n DISTVERSION= 0.9.3-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= peter@pean.org Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/opendx/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics math java MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} Modified: head/graphics/p5-Image-Magick-Iterator/Makefile ============================================================================== --- head/graphics/p5-Image-Magick-Iterator/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/p5-Image-Magick-Iterator/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= Image-Magick-Iterator PORTVERSION= 0.01 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/pecl-imagick/Makefile ============================================================================== --- head/graphics/pecl-imagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/pecl-imagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= imagick PORTVERSION= 3.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= mm@FreeBSD.org Modified: head/graphics/php-magickwand/Makefile ============================================================================== --- head/graphics/php-magickwand/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/php-magickwand/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= magickwand PORTVERSION= 1.0.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.magickwand.org/download/php/ PKGNAMEPREFIX= php- Modified: head/graphics/pstoedit/Makefile ============================================================================== --- head/graphics/pstoedit/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/pstoedit/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= pstoedit PORTVERSION= 3.70 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics print MASTER_SITES= SF Modified: head/graphics/py-wand/Makefile ============================================================================== --- head/graphics/py-wand/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/py-wand/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= Wand PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/reallyslick/Makefile ============================================================================== --- head/graphics/reallyslick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/reallyslick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= reallyslick PORTVERSION= 0.9.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION} DISTNAME= rss-glx_${PORTVERSION} Modified: head/graphics/rubygem-rmagick/Makefile ============================================================================== --- head/graphics/rubygem-rmagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/rubygem-rmagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= rmagick PORTVERSION= 2.16.0 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/timg/Makefile ============================================================================== --- head/graphics/timg/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/timg/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= timg PORTVERSION= 0.9.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu Modified: head/graphics/zbar/Makefile ============================================================================== --- head/graphics/zbar/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/graphics/zbar/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= zbar PORTVERSION= 0.10 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF Modified: head/misc/img2xterm/Makefile ============================================================================== --- head/misc/img2xterm/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/misc/img2xterm/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= img2xterm PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= arved@FreeBSD.org Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/multimedia/emby-server/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,6 +3,7 @@ PORTNAME= emby-server PORTVERSION= 3.2.32.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/security/libfprint/Makefile ============================================================================== --- head/security/libfprint/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/security/libfprint/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= libfprint PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://people.freedesktop.org/~hadess/ Modified: head/www/WebMagick/Makefile ============================================================================== --- head/www/WebMagick/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/www/WebMagick/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p29 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}-beta/${DISTVERSION} Modified: head/x11-wm/libwraster/Makefile ============================================================================== --- head/x11-wm/libwraster/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/x11-wm/libwraster/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -2,7 +2,7 @@ PORTNAME= libwraster PORTVERSION= 0.95.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} Modified: head/x11-wm/windowmaker/Makefile ============================================================================== --- head/x11-wm/windowmaker/Makefile Thu Sep 28 14:53:43 2017 (r450851) +++ head/x11-wm/windowmaker/Makefile Thu Sep 28 15:36:31 2017 (r450852) @@ -3,7 +3,7 @@ PORTNAME= windowmaker PORTVERSION= 0.95.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION}