mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Update to 1.5.1
PR: ports/145516 Submitted by: Anderson Soares Ferreira <anderson at cnpm.embrapa.br> (maintainer)
This commit is contained in:
parent
7b332d1ebb
commit
382ebf8e0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252447
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= postgis
|
||||
PORTVERSION= 1.5.0
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://postgis.refractions.net/download/ \
|
||||
http://www.postgis.org/download/
|
||||
@ -66,8 +66,8 @@ post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/utils/postgis_restore.pl ${DATADIR}/utils/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/utils/test_joinestimation.pl ${DATADIR}/utils/
|
||||
@${MKDIR} ${PREFIX}/lib/postgresql
|
||||
@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.4.so ${PREFIX}/lib/postgresql/postgis.so
|
||||
@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.4.so ${PREFIX}/lib/postgresql/liblwgeom.so.1
|
||||
@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.4.so ${PREFIX}/lib/postgresql/liblwgeom.so
|
||||
@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/postgis.so
|
||||
@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so.1
|
||||
@${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (postgis-1.5.0.tar.gz) = 8c0d291296033deee4d7f545e5d8218f
|
||||
SHA256 (postgis-1.5.0.tar.gz) = f79e8f740d48367e5481183c33e09b860c2c4466b196ea99c5601db287e2d324
|
||||
SIZE (postgis-1.5.0.tar.gz) = 3752211
|
||||
MD5 (postgis-1.5.1.tar.gz) = 8353b38c38282b2192f01693f71b8d28
|
||||
SHA256 (postgis-1.5.1.tar.gz) = 599a6beaf33460c18ea0e7ca14825359936e4ec51f6ad608b4e45e1331ded55b
|
||||
SIZE (postgis-1.5.1.tar.gz) = 3721030
|
||||
|
Loading…
x
Reference in New Issue
Block a user