Sat Oct 8 06:20:39 2016 UTC ()
Updated MASTER_SITES and HOMEPAGE; the old ones seem to be dead.


(adam)
diff -r1.122 -r1.123 pkgsrc/graphics/tiff/Makefile

cvs diff -r1.122 -r1.123 pkgsrc/graphics/tiff/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/tiff/Makefile 2016/03/22 21:50:13 1.122
+++ pkgsrc/graphics/tiff/Makefile 2016/10/08 06:20:39 1.123
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.122 2016/03/22 21:50:13 tez Exp $ 1# $NetBSD: Makefile,v 1.123 2016/10/08 06:20:39 adam Exp $
2 2
3DISTNAME= tiff-4.0.6 3DISTNAME= tiff-4.0.6
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ 6MASTER_SITES= ftp://download.osgeo.org/libtiff/
7 http://libtiff.maptools.org/dl/ 
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.remotesensing.org/libtiff/ 9HOMEPAGE= http://simplesystems.org/libtiff/
11COMMENT= Library and tools for reading and writing TIFF data files 10COMMENT= Library and tools for reading and writing TIFF data files
12LICENSE= mit 11LICENSE= mit
13 12
14EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} 13EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19CONFIGURE_ARGS+= --enable-rpath 18CONFIGURE_ARGS+= --enable-rpath
20CONFIGURE_ARGS+= --enable-cxx 19CONFIGURE_ARGS+= --enable-cxx
21CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff 20CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff
22CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt 21CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt
23 22