svn commit: r390281 - in head/graphics/tiffgt: . files
Muhammad Moinur Rahman
bofh at FreeBSD.org
Mon Jun 22 10:52:44 UTC 2015
Author: bofh
Date: Mon Jun 22 10:52:43 2015
New Revision: 390281
URL: https://svnweb.freebsd.org/changeset/ports/390281
Log:
graphics/tiffgt: Update version 4.0.4beta=>4.0.4
- Remove depreciated CONFIGURE_ARGS
- Fix patch files to reflect 'make makepatch'
- Take MAINTAINERSHIP
Modified:
head/graphics/tiffgt/Makefile
head/graphics/tiffgt/distinfo
head/graphics/tiffgt/files/patch-Makefile.in
Modified: head/graphics/tiffgt/Makefile
==============================================================================
--- head/graphics/tiffgt/Makefile Mon Jun 22 09:45:28 2015 (r390280)
+++ head/graphics/tiffgt/Makefile Mon Jun 22 10:52:43 2015 (r390281)
@@ -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 at FreeBSD.org
+MAINTAINER= bofh at 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:
Modified: head/graphics/tiffgt/distinfo
==============================================================================
--- head/graphics/tiffgt/distinfo Mon Jun 22 09:45:28 2015 (r390280)
+++ head/graphics/tiffgt/distinfo Mon Jun 22 10:52:43 2015 (r390281)
@@ -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
Modified: head/graphics/tiffgt/files/patch-Makefile.in
==============================================================================
--- head/graphics/tiffgt/files/patch-Makefile.in Mon Jun 22 09:45:28 2015 (r390280)
+++ head/graphics/tiffgt/files/patch-Makefile.in Mon Jun 22 10:52:43 2015 (r390281)
@@ -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)
More information about the svn-ports-head
mailing list