diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-10 01:40:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-10 01:40:46 +0800 |
commit | 429d8e92f473ac5f3211060dce1228d41fa92b31 (patch) | |
tree | 3cac456258eccbb5abd7d611c5ee5aae7a72ef69 /graphics | |
parent | 0c8f5cb78f40a54a8f29c3a843603061eed97361 (diff) | |
download | freebsd-ports-gnome-429d8e92f473ac5f3211060dce1228d41fa92b31.tar.gz freebsd-ports-gnome-429d8e92f473ac5f3211060dce1228d41fa92b31.tar.zst freebsd-ports-gnome-429d8e92f473ac5f3211060dce1228d41fa92b31.zip |
- Update to 3.2.2
- While I'm here, add LICENSE and remove DISTNAME assignment which is already
done by bsd.port.mk
Changes:
3.2.2:
- Bug fixes:
* CAPI: do not leak contexts when using the non-reentrant interface
3.2.1:
- Bug fixes:
* False positive return from IsValidOp (#333)
* Return up to 15 digits of precision from GEOSisValidReason_t (#329)
PR: ports/151875
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geos/Makefile | 8 | ||||
-rw-r--r-- | graphics/geos/distinfo | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index e9a104065ec3..375264a45f2a 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -6,18 +6,18 @@ # PORTNAME= geos -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= konstantin@saurbier.net COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" +LICENSE= LGPL21 + USE_AUTOTOOLS= libtool:22 -USE_GMAKE= YES USE_BZIP2= YES - +USE_GMAKE= YES USE_LDCONFIG= YES post-patch: diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo index b357b36bb805..49601d309672 100644 --- a/graphics/geos/distinfo +++ b/graphics/geos/distinfo @@ -1,3 +1,2 @@ -MD5 (geos-3.2.0.tar.bz2) = bfad7129680f0107b6ca9a2b92a2c440 -SHA256 (geos-3.2.0.tar.bz2) = 0a43b76429fd94fd572d79869f3ca5acdf44a9fa73844aa655016f09aaa1e6c7 -SIZE (geos-3.2.0.tar.bz2) = 1627924 +SHA256 (geos-3.2.2.tar.bz2) = 24df7c2119936fe0bcaa66e0b05aa28a875e373095cc05ee7eff404330e3211c +SIZE (geos-3.2.2.tar.bz2) = 1664073 |