From owner-svn-ports-head@FreeBSD.ORG Wed Nov 20 14:25:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9552CDD3; Wed, 20 Nov 2013 14:25:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7546F2E47; Wed, 20 Nov 2013 14:25:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAKEPa5Y028501; Wed, 20 Nov 2013 14:25:36 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAKEPStM028451; Wed, 20 Nov 2013 14:25:28 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311201425.rAKEPStM028451@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 20 Nov 2013 14:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334422 - in head: devel/qtcreator devel/synfig editors/calligra games/pink-pony graphics/ImageMagick graphics/ampasCTL graphics/aqsis graphics/blender graphics/cimg graphics/cinepaint ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 14:25:36 -0000 Author: nemysis Date: Wed Nov 20 14:25:28 2013 New Revision: 334422 URL: http://svnweb.freebsd.org/changeset/ports/334422 Log: - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR) Approved by: wg (mentor) Modified: head/devel/qtcreator/Makefile head/devel/synfig/Makefile head/editors/calligra/Makefile head/games/pink-pony/Makefile head/graphics/ImageMagick/Makefile head/graphics/ampasCTL/Makefile head/graphics/ampasCTL/distinfo head/graphics/aqsis/Makefile head/graphics/blender/Makefile head/graphics/cimg/Makefile head/graphics/cinepaint/Makefile head/graphics/darktable/Makefile head/graphics/devil/Makefile head/graphics/enblend/Makefile head/graphics/exrtools/Makefile head/graphics/fyre/Makefile head/graphics/gegl/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/hugin-devel/Makefile head/graphics/hugin/Makefile head/graphics/k3d/Makefile head/graphics/luminance/Makefile head/graphics/luxrender/Makefile head/graphics/nvidia-texture-tools/Makefile head/graphics/openimageio/Makefile head/graphics/openshadinglanguage/Makefile head/graphics/osg-devel/Makefile head/graphics/osg/Makefile head/graphics/pfstools/Makefile head/graphics/pixie/Makefile head/graphics/povray37/Makefile head/graphics/py-openexr/Makefile head/graphics/vigra/Makefile head/graphics/vips/Makefile head/graphics/visionworkbench/Makefile head/science/gwyddion/Makefile head/x11/kde4-runtime/Makefile head/x11/kdelibs4/Makefile Modified: head/devel/qtcreator/Makefile ============================================================================== --- head/devel/qtcreator/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/devel/qtcreator/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= qtcreator DISTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_QT:S/$/:qtcreator/} \ ${MASTER_SITE_QT} Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/devel/synfig/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= synfig DISTVERSION= 0.63.05 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel graphics multimedia MASTER_SITES= SF Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/editors/calligra/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/games/pink-pony/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= pink-pony PORTVERSION= 1.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/ImageMagick/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= ImageMagick PORTREVISION= 1 DISTVERSION= 6.8.0-7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://servingzone.com/mirrors/ImageMagick/ \ Modified: head/graphics/ampasCTL/Makefile ============================================================================== --- head/graphics/ampasCTL/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/ampasCTL/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= ampasCTL PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MAINTAINER= nemysis@FreeBSD.org @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= ampas GH_PROJECT= CTL GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 9cb69b8 +GH_COMMIT= afcff97 USES= cmake pkgconfig USE_LDCONFIG= yes Modified: head/graphics/ampasCTL/distinfo ============================================================================== --- head/graphics/ampasCTL/distinfo Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/ampasCTL/distinfo Wed Nov 20 14:25:28 2013 (r334422) @@ -1,2 +1,2 @@ -SHA256 (ampasCTL-1.5.tar.gz) = f0509384bfb37273f433409e7412d2766748fa5a952359b072e8f7f76f218dab -SIZE (ampasCTL-1.5.tar.gz) = 1939635 +SHA256 (ampasCTL-1.5.tar.gz) = 428581fda7d6dc16ec013931a91ed320edaed84b88e8d39b52c3625f254bbdce +SIZE (ampasCTL-1.5.tar.gz) = 1411663 Modified: head/graphics/aqsis/Makefile ============================================================================== --- head/graphics/aqsis/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/aqsis/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= aqsis PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/blender/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.69 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/cimg/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,6 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.7 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ Modified: head/graphics/cinepaint/Makefile ============================================================================== --- head/graphics/cinepaint/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/cinepaint/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= cinepaint DISTVERSION= 1.0-4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION} Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/darktable/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} Modified: head/graphics/devil/Makefile ============================================================================== --- head/graphics/devil/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/devil/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -4,7 +4,7 @@ PORTNAME= devil PORTVERSION= 1.7.8 PORTEPOCH= 1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} DISTNAME= DevIL-${PORTVERSION} Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/enblend/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} Modified: head/graphics/exrtools/Makefile ============================================================================== --- head/graphics/exrtools/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/exrtools/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= exrtools PORTVERSION= 0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://scanline.ca/exrtools/ \ CRITICAL Modified: head/graphics/fyre/Makefile ============================================================================== --- head/graphics/fyre/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/fyre/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= fyre PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://releases.navi.cx/fyre/ Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/gegl/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.2/ Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/gimp-gmic-plugin/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.5.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/old Modified: head/graphics/hugin-devel/Makefile ============================================================================== --- head/graphics/hugin-devel/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/hugin-devel/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2013.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0 PKGNAMESUFFIX= -devel Modified: head/graphics/hugin/Makefile ============================================================================== --- head/graphics/hugin/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/hugin/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2012.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -11,7 +11,6 @@ MAINTAINER= vd@FreeBSD.org COMMENT= A GUI for Panorama Tools, to stitch panoramic images LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - IlmImf:${PORTSDIR}/graphics/OpenEXR \ Imath:${PORTSDIR}/graphics/ilmbase \ boost_thread:${PORTSDIR}/devel/boost-libs \ exiv2.12:${PORTSDIR}/graphics/exiv2 \ Modified: head/graphics/k3d/Makefile ============================================================================== --- head/graphics/k3d/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/k3d/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= k3d PORTVERSION= 0.8.0.2 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= source- CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/K-3D%20Source/K-3D%20${PORTVERSION} Modified: head/graphics/luminance/Makefile ============================================================================== --- head/graphics/luminance/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/luminance/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= luminance-hdr -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSION= 2.3.0 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} Modified: head/graphics/luxrender/Makefile ============================================================================== --- head/graphics/luxrender/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/luxrender/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= luxrender PORTVERSION= 0.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://src.luxrender.net/lux/archive/ \ http://freebsd.nsu.ru/distfiles/luxrender/ Modified: head/graphics/nvidia-texture-tools/Makefile ============================================================================== --- head/graphics/nvidia-texture-tools/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/nvidia-texture-tools/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= nvidia-texture-tools DISTVERSION= 2.0.8-1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/openimageio/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= openimageio PORTVERSION= 1.2.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/openshadinglanguage/Makefile ============================================================================== --- head/graphics/openshadinglanguage/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/openshadinglanguage/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= openshadinglanguage PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/osg-devel/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/osg/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/pfstools/Makefile ============================================================================== --- head/graphics/pfstools/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/pfstools/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= pfstools PORTVERSION= 1.6.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/pixie/Makefile ============================================================================== --- head/graphics/pixie/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/pixie/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= pixie PORTVERSION= 2.2.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION} DISTNAME= Pixie-src-${PORTVERSION} Modified: head/graphics/povray37/Makefile ============================================================================== --- head/graphics/povray37/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/povray37/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -2,7 +2,7 @@ PORTNAME= povray DISTVERSION= 3.7.0.RC6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.povray.org/beta/source/ DIST_SUBDIR= ${UNIQUENAME} Modified: head/graphics/py-openexr/Makefile ============================================================================== --- head/graphics/py-openexr/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/py-openexr/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= openexr PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= http://excamera.com/files/ \ CHEESESHOP Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/vigra/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= vigra PORTVERSION= 1.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://hci.iwr.uni-heidelberg.de/vigra/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/vips/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 7.26.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/visionworkbench/Makefile ============================================================================== --- head/graphics/visionworkbench/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/graphics/visionworkbench/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= visionworkbench PORTVERSION= 2.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/ DISTNAME= VisionWorkbench-${PORTVERSION} Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/science/gwyddion/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= gwyddion PORTVERSION= 2.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= SF Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/x11/kde4-runtime/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src Modified: head/x11/kdelibs4/Makefile ============================================================================== --- head/x11/kdelibs4/Makefile Wed Nov 20 14:05:14 2013 (r334421) +++ head/x11/kdelibs4/Makefile Wed Nov 20 14:25:28 2013 (r334422) @@ -3,7 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src