Sun Jan 22 15:56:07 2017 UTC ()
Update HOMEPAGE


(gdt)
diff -r1.26 -r1.27 pkgsrc/geography/geos/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/geography/geos/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/geos/Makefile 2016/10/25 23:31:39 1.26
+++ pkgsrc/geography/geos/Makefile 2017/01/22 15:56:07 1.27
@@ -1,35 +1,35 @@ @@ -1,35 +1,35 @@
1# $NetBSD: Makefile,v 1.26 2016/10/25 23:31:39 gdt Exp $ 1# $NetBSD: Makefile,v 1.27 2017/01/22 15:56:07 gdt Exp $
2 2
3DISTNAME= geos-3.5.1 3DISTNAME= geos-3.5.1
4CATEGORIES= geography 4CATEGORIES= geography
5MASTER_SITES= http://download.osgeo.org/geos/ 5MASTER_SITES= http://download.osgeo.org/geos/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8# geos has two libraries: 8# geos has two libraries:
9# geos_c (C), which follows normal versioning rules 9# geos_c (C), which follows normal versioning rules
10# geos (C++), which uses -release, and changes on every release 10# geos (C++), which uses -release, and changes on every release
11 11
12# According to the geos project (as documented in README), the C++ 12# According to the geos project (as documented in README), the C++
13# interface should not be directly used and other packages should not 13# interface should not be directly used and other packages should not
14# link against it. Therefore, pkgsrc will perform a recursive revbump 14# link against it. Therefore, pkgsrc will perform a recursive revbump
15# when the geos_c shlib version changes, and will generally ignore 15# when the geos_c shlib version changes, and will generally ignore
16# geos shlib name changes. 16# geos shlib name changes.
17 17
18# The following packages incorrectly (from the geos viewpoint) link 18# The following packages incorrectly (from the geos viewpoint) link
19# directly against -lgeos and should be revbumped on every update (and 19# directly against -lgeos and should be revbumped on every update (and
20# fixed not to use -lgeos): 20# fixed not to use -lgeos):
21# geography/gdal-lib 21# geography/gdal-lib
22 22
23MAINTAINER= gdt@NetBSD.org 23MAINTAINER= gdt@NetBSD.org
24HOMEPAGE= http://geos.refractions.net/ 24HOMEPAGE= https://trac.osgeo.org/geos
25COMMENT= C++ port of the Java Topology Suite (JTS) 25COMMENT= C++ port of the Java Topology Suite (JTS)
26LICENSE= gnu-lgpl-v2.1 26LICENSE= gnu-lgpl-v2.1
27 27
28USE_LANGUAGES= c c++ 28USE_LANGUAGES= c c++
29USE_LIBTOOL= yes 29USE_LIBTOOL= yes
30USE_PKGLOCALEDIR= yes 30USE_PKGLOCALEDIR= yes
31GNU_CONFIGURE= yes 31GNU_CONFIGURE= yes
32 32
33TEST_TARGET= check 33TEST_TARGET= check
34 34
35.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"