diff options
author | bofh <bofh@FreeBSD.org> | 2015-06-22 18:52:43 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-06-22 18:52:43 +0800 |
commit | 037c5eec99cf08d36e31c6aa4ad11485ba8b5cb4 (patch) | |
tree | bac2666688e6009ca9d594c9598724fe6c4d7199 /graphics | |
parent | 3c4ac585a7facac56e3c0142c59352809c44abd7 (diff) | |
download | freebsd-ports-gnome-037c5eec99cf08d36e31c6aa4ad11485ba8b5cb4.tar.gz freebsd-ports-gnome-037c5eec99cf08d36e31c6aa4ad11485ba8b5cb4.tar.zst freebsd-ports-gnome-037c5eec99cf08d36e31c6aa4ad11485ba8b5cb4.zip |
graphics/tiffgt: Update version 4.0.4beta=>4.0.4
- Remove depreciated CONFIGURE_ARGS
- Fix patch files to reflect 'make makepatch'
- Take MAINTAINERSHIP
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiffgt/Makefile | 9 | ||||
-rw-r--r-- | graphics/tiffgt/distinfo | 4 | ||||
-rw-r--r-- | graphics/tiffgt/files/patch-Makefile.in | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/graphics/tiffgt/Makefile b/graphics/tiffgt/Makefile index 7df22a84a8d1..870b962180d6 100644 --- a/graphics/tiffgt/Makefile +++ b/graphics/tiffgt/Makefile @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= tiffgt -DISTVERSION= 4.0.4beta +DISTVERSION= 4.0.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ DISTNAME= tiff-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= X11 Tools for working with TIFF images LICENSE= BSD3CLAUSE @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libjbig.so:${PORTSDIR}/graphics/jbigkit \ - libtiff.so:${PORTSDIR}/${PKGCATEGORY}/tiff + libtiff.so:${PORTSDIR}/graphics/tiff USES= cpe libtool CPE_PRODUCT= libtiff @@ -26,8 +26,7 @@ USE_GL= glut glu gl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ - --with-jpeg-lib-dir=${LOCALBASE}/lib \ - --with-x --with-libgl + --with-jpeg-lib-dir=${LOCALBASE}/lib --with-x PLIST_FILES= bin/tiffgt man/man1/tiffgt.1.gz pre-configure: diff --git a/graphics/tiffgt/distinfo b/graphics/tiffgt/distinfo index cc4f307cad91..878f27151352 100644 --- a/graphics/tiffgt/distinfo +++ b/graphics/tiffgt/distinfo @@ -1,2 +1,2 @@ -SHA256 (tiff-4.0.4beta.tar.gz) = 5bd6c8e9be4ec318f6beb0c3f28b9ee31bd8b615195a00e0acc3eb5d08b26c1b -SIZE (tiff-4.0.4beta.tar.gz) = 2098962 +SHA256 (tiff-4.0.4.tar.gz) = 8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890 +SIZE (tiff-4.0.4.tar.gz) = 2100766 diff --git a/graphics/tiffgt/files/patch-Makefile.in b/graphics/tiffgt/files/patch-Makefile.in index f055fcd7e404..3e417c6525a4 100644 --- a/graphics/tiffgt/files/patch-Makefile.in +++ b/graphics/tiffgt/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2012-09-22 18:08:18.000000000 +0200 -+++ Makefile.in 2012-10-13 19:35:28.000000000 +0200 -@@ -375,7 +375,7 @@ +--- Makefile.in.orig 2015-06-21 19:07:53 UTC ++++ Makefile.in +@@ -434,7 +434,7 @@ EXTRA_DIST = \ dist_doc_DATA = $(docfiles) SUBDIRS = port libtiff tools build contrib test man html @@ -9,7 +9,7 @@ pkgconfig_DATA = libtiff-4.pc all: all-recursive -@@ -427,19 +427,6 @@ +@@ -485,19 +485,6 @@ distclean-libtool: -rm -f libtool config.lt install-dist_docDATA: $(dist_doc_DATA) @$(NORMAL_INSTALL) |