mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- 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)
This commit is contained in:
parent
3bd2ebb734
commit
23e6f9fb65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264313
2 changed files with 7 additions and 8 deletions
|
@ -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"
|
||||
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= YES
|
||||
USE_BZIP2= YES
|
||||
LICENSE= LGPL21
|
||||
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= YES
|
||||
USE_GMAKE= YES
|
||||
USE_LDCONFIG= YES
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue