[127795] trunk/dports/databases/postgis2/Portfile

vince at macports.org vince at macports.org
Tue Nov 4 02:09:48 PST 2014


Revision: 127795
          https://trac.macports.org/changeset/127795
Author:   vince at macports.org
Date:     2014-11-04 02:09:48 -0800 (Tue, 04 Nov 2014)
Log Message:
-----------
Bump to version 2.1.4

Modified Paths:
--------------
    trunk/dports/databases/postgis2/Portfile

Modified: trunk/dports/databases/postgis2/Portfile
===================================================================
--- trunk/dports/databases/postgis2/Portfile	2014-11-04 10:05:58 UTC (rev 127794)
+++ trunk/dports/databases/postgis2/Portfile	2014-11-04 10:09:48 UTC (rev 127795)
@@ -7,7 +7,7 @@
 name                postgis2
 categories          databases gis
 license             GPL
-version             2.1.3
+version             2.1.4
 epoch               1
 platforms           darwin
 maintainers         vince openmaintainer
@@ -25,8 +25,8 @@
 master_sites        http://download.osgeo.org/postgis/source
 distname            postgis-${version}
 
-checksums           rmd160  d42d962a1bbc077faa3f8a5b6934fc3b84a96811 \
-                    sha256  c17812aa4bb86ed561dfc65cb42ab45176b94e0620de183a4bbd773d6d876ec1
+checksums           rmd160  a72958390693a573716aede1de99cc13541a27ab \
+                    sha256  cd73c2a38428c8736f6cae73b955aee0bd42f9ca4fd8d93c1af464524cb100fc
 
 depends_build       port:autoconf \
                     port:automake \
@@ -49,18 +49,8 @@
 
 # Neither is PostGIS 2.0 compatible with PostGreSQL 8
 
-variant postgresql91        description {Builds with postgresql 9.1} \
-                            conflicts postgresql90 postgresql92 postgresql93 {
-    depends_lib-append      port:postgresql91 
-    archcheck.files-append  lib/postgresql91/libpq.dylib
-    configure.args-append   --libdir=${prefix}/lib/postgresql91\
-                            --with-pgconfig=${prefix}/lib/postgresql91/bin/pg_config
-    build.args-append       PGSQL_DOCDIR=${destroot}${prefix}/share/doc/postgresql91\
-                            PGSQL_MANDIR=${destroot}${prefix}/share/man
-}
-
 variant postgresql92        description {Builds with postgresql 9.2} \
-                            conflicts postgresql90 postgresql91 postgresql93 {
+                            conflicts postgresql93 {
     depends_lib-append      port:postgresql92
     archcheck.files-append  lib/postgresql92/libpq.dylib
     configure.args-append   --libdir=${prefix}/lib/postgresql92\
@@ -70,7 +60,7 @@
 }
 
 variant postgresql93        description {Builds with postgresql 9.3} \
-                            conflicts postgresql90 postgresql91 postgresql92 {
+                            conflicts postgresql92 {
     depends_lib-append      port:postgresql93
     archcheck.files-append  lib/postgresql93/libpq.dylib
     configure.args-append   --libdir=${prefix}/lib/postgresql93\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141104/ed4db92f/attachment.html>


More information about the macports-changes mailing list