- Update to 1.2.1

PR:		ports/107856
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
This commit is contained in:
Martin Wilke 2007-01-12 21:18:34 +00:00
parent eef6535b19
commit c1fc3d42f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182229
3 changed files with 12 additions and 11 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= postgis
DISTVERSION= 1.2.0
DISTVERSION= 1.2.1
CATEGORIES= databases
MASTER_SITES= http://postgis.refractions.net/download/

View file

@ -1,3 +1,3 @@
SIZE (postgis-1.2.0.tar.gz) = 2077747
SHA256 (postgis-1.2.0.tar.gz) = 7d8f5782ddca38199a1630765e4a2b6d7d703af0cc28d04685cbc6156177d9cb
MD5 (postgis-1.2.0.tar.gz) = 59b5f89d0a0230b00d80e779bb517520
MD5 (postgis-1.2.1.tar.gz) = 95430ee371c64a992ebcd8ddf2801acf
SHA256 (postgis-1.2.1.tar.gz) = edb57786b78bf89b72f60607cb38fa10da00354c2c4476c09bb3d88ca3c0d61f
SIZE (postgis-1.2.1.tar.gz) = 2084672

View file

@ -1,24 +1,25 @@
--- GNUmakefile Mon Dec 19 18:23:23 2005
+++ GNUmakefile Wed Dec 28 15:38:36 2005
@@ -4,9 +4,15 @@
--- GNUmakefile.orig Thu Jan 4 22:52:57 2007
+++ GNUmakefile Fri Jan 12 13:50:19 2007
@@ -4,9 +4,16 @@
#
#-----------------------------------------------------
-all: Makefile.config liblwgeom loaderdumper utils
-all: Makefile.config liblwgeom loaderdumper utils templategis
+all: Makefile.config liblwgeom loaderdumper utils
+ifneq ($(WITH-DOC),)
+ $(MAKE) -C doc
+endif
-install: all liblwgeom-install loaderdumper-install
-install: all liblwgeom-install loaderdumper-install templategis-install
+
+install: all liblwgeom-install loaderdumper-install utils-install
+ifneq ($(WITH-DOC),)
+ $(MAKE) -C doc install
+endif
uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall
uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall templategis-uninstall
@@ -74,6 +80,9 @@
@@ -86,6 +93,9 @@
utils:
$(MAKE) -C utils