Date: Wed, 5 Feb 2014 20:02:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201402052002.s15K2YDj017659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <f.degner@gmx.de> 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.*//}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052002.s15K2YDj017659>