diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 21:18:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 21:18:34 +0000 |
commit | c1fc3d42f4fc17dfa354de602a45ed6a20715ea3 (patch) | |
tree | 7dea3860c2ed565f3c234e0715bc9a448f88956b /databases/postgis | |
parent | eef6535b195f572c37b62655a24a355c8a6aba9f (diff) | |
download | ports-c1fc3d42f4fc17dfa354de602a45ed6a20715ea3.tar.gz ports-c1fc3d42f4fc17dfa354de602a45ed6a20715ea3.zip |
- Update to 1.2.1
PR: ports/107856
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Notes
Notes:
svn path=/head/; revision=182229
Diffstat (limited to 'databases/postgis')
-rw-r--r-- | databases/postgis/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis/distinfo | 6 | ||||
-rw-r--r-- | databases/postgis/files/patch-GNUmakefile | 15 |
3 files changed, 12 insertions, 11 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index f7892a721803..6e5b94b5208b 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgis -DISTVERSION= 1.2.0 +DISTVERSION= 1.2.1 CATEGORIES= databases MASTER_SITES= http://postgis.refractions.net/download/ diff --git a/databases/postgis/distinfo b/databases/postgis/distinfo index fc0c321bbce8..3907105843c3 100644 --- a/databases/postgis/distinfo +++ b/databases/postgis/distinfo @@ -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 diff --git a/databases/postgis/files/patch-GNUmakefile b/databases/postgis/files/patch-GNUmakefile index e2125b8c00e0..83a470d02e41 100644 --- a/databases/postgis/files/patch-GNUmakefile +++ b/databases/postgis/files/patch-GNUmakefile @@ -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 |