From owner-svn-ports-all@FreeBSD.ORG Wed Feb 5 20:02:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 836AAB86; Wed, 5 Feb 2014 20:02: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 6342D12D1; Wed, 5 Feb 2014 20:02:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15K2aLO017666; Wed, 5 Feb 2014 20:02:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15K2YDj017659; Wed, 5 Feb 2014 20:02:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402052002.s15K2YDj017659@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Feb 2014 20:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342830 - in head: astro/kstars astro/p5-Astro-FITS-CFITSIO astro/wcslib graphics/gdal graphics/ufraw math/octave-forge-fits science/kst2 X-SVN-Group: ports-head 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.17 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: Wed, 05 Feb 2014 20:02:36 -0000 Author: sunpoet Date: Wed Feb 5 20:02:34 2014 New Revision: 342830 URL: http://svnweb.freebsd.org/changeset/ports/342830 QAT: https://qat.redports.org/buildarchive/r342830/ Log: - Bump PORTREVISION for astro/cfitsio shlib change - While I'm here, convert to new LIB_DEPENDS format PR: ports/185951 Submitted by: Florian Degner Modified: head/astro/kstars/Makefile head/astro/p5-Astro-FITS-CFITSIO/Makefile head/astro/wcslib/Makefile head/graphics/gdal/Makefile head/graphics/ufraw/Makefile head/math/octave-forge-fits/Makefile head/science/kst2/Makefile Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Wed Feb 5 20:02:27 2014 (r342829) +++ head/astro/kstars/Makefile Wed Feb 5 20:02:34 2014 (r342830) @@ -2,6 +2,7 @@ PORTNAME= kstars PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -10,8 +11,8 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 desktop planetarium -LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - wcs:${PORTSDIR}/astro/wcslib +LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio \ + libwcs.so:${PORTSDIR}/astro/wcslib BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \ xplanet:${PORTSDIR}/astro/xplanet Modified: head/astro/p5-Astro-FITS-CFITSIO/Makefile ============================================================================== --- head/astro/p5-Astro-FITS-CFITSIO/Makefile Wed Feb 5 20:02:27 2014 (r342829) +++ head/astro/p5-Astro-FITS-CFITSIO/Makefile Wed Feb 5 20:02:34 2014 (r342830) @@ -3,6 +3,7 @@ PORTNAME= Astro-FITS-CFITSIO PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/wcslib/Makefile ============================================================================== --- head/astro/wcslib/Makefile Wed Feb 5 20:02:27 2014 (r342829) +++ head/astro/wcslib/Makefile Wed Feb 5 20:02:34 2014 (r342830) @@ -3,6 +3,7 @@ PORTNAME= wcslib PORTVERSION= 4.13.4 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/ Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Wed Feb 5 20:02:27 2014 (r342829) +++ head/graphics/gdal/Makefile Wed Feb 5 20:02:34 2014 (r342830) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Wed Feb 5 20:02:27 2014 (r342829) +++ head/graphics/ufraw/Makefile Wed Feb 5 20:02:34 2014 (r342830) @@ -3,6 +3,7 @@ PORTNAME= ufraw PORTVERSION= 0.19.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -47,25 +48,25 @@ CONFIGURE_ARGS+= --enable-dst-correction .endif .if ${PORT_OPTIONS:MEXIV2} -LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= libexiv2.so:${PORTSDIR}/graphics/exiv2 .else PC_FALSE+= exiv2 .endif .if ${PORT_OPTIONS:MLENSFUN} -LIB_DEPENDS+= lensfun:${PORTSDIR}/graphics/lensfun +LIB_DEPENDS+= liblensfun.so:${PORTSDIR}/graphics/lensfun .else PC_FALSE+= lensfun .endif .if ${PORT_OPTIONS:MFITS} -LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio +LIB_DEPENDS+= libcfitsio.so:${PORTSDIR}/astro/cfitsio .else PC_FALSE+= cfitsio .endif .if ${PORT_OPTIONS:MGIMP} -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app PLIST_SUB+= GIMP="" .else CONFIGURE_ARGS+=--without-gimp @@ -74,7 +75,7 @@ PLIST_SUB+= GIMP="@comment " .endif .if ${PORT_OPTIONS:MGTK2} -LIB_DEPENDS+= gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview +LIB_DEPENDS+= libgtkimageview.so:${PORTSDIR}/x11-toolkits/gtkimageview PLIST_SUB+= MGTK2="" .else PLIST_SUB+= MGTK2="@comment " Modified: head/math/octave-forge-fits/Makefile ============================================================================== --- head/math/octave-forge-fits/Makefile Wed Feb 5 20:02:27 2014 (r342829) +++ head/math/octave-forge-fits/Makefile Wed Feb 5 20:02:34 2014 (r342830) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fits PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -17,7 +17,7 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio +LIB_DEPENDS+= libcfitsio.so:${PORTSDIR}/astro/cfitsio .include "${.CURDIR}/../../Mk/bsd.octave.mk" Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Wed Feb 5 20:02:27 2014 (r342829) +++ head/science/kst2/Makefile Wed Feb 5 20:02:34 2014 (r342830) @@ -3,7 +3,7 @@ PORTNAME= kst DISTVERSION= 2.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science kde MASTER_SITES= SF/${PORTNAME}/Kst%20${DISTVERSION:C/-r.*//}/