diff options
author | bf <bf@FreeBSD.org> | 2013-08-27 00:06:37 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-08-27 00:06:37 +0800 |
commit | 1851b95b9492315bfd099d4f65c9edda47271bb4 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /graphics | |
parent | d20958189a812014914778007f4aabed5f350cea (diff) | |
download | freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.gz freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.zst freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.zip |
Update math/gsl to 1.16 and adjust some dependent ports
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/amide/Makefile | 1 | ||||
-rw-r--r-- | graphics/enblend/Makefile | 1 | ||||
-rw-r--r-- | graphics/inkscape/Makefile | 1 | ||||
-rw-r--r-- | graphics/luminance/Makefile | 2 | ||||
-rw-r--r-- | graphics/nip2/Makefile | 2 | ||||
-rw-r--r-- | graphics/ocropus/Makefile | 4 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 2 |
7 files changed, 8 insertions, 5 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 8f129eaf827e..adb8c439f1e1 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -2,6 +2,7 @@ PORTNAME= amide PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF EXTRACT_SUFX= .tgz diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 8b62d52c582d..3629355f17b6 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -3,6 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index dbb0c18793d1..a7ddc018a26e 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,6 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.48.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index 486688498298..e74ff94a66e9 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -6,7 +6,7 @@ # PORTNAME= luminance-hdr -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSION= 2.3.0 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 411958cd2d87..4a55be6e600b 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -3,7 +3,7 @@ PORTNAME= nip2 PORTVERSION= 7.26.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 5d88a18ed54c..22c83a134d7a 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -3,7 +3,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -14,7 +14,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ iulib.0:${PORTSDIR}/graphics/iulib \ - gsl.16:${PORTSDIR}/math/gsl + gsl:${PORTSDIR}/math/gsl WRKSRC= ${WRKDIR}/ocropus-0.4/ocropus diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 7caa5a57a4c1..cfa971f535ef 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -3,7 +3,7 @@ PORTNAME= qgis PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://qgis.org/downloads/ \ http://download.osgeo.org/qgis/src/ |