Ticket #34033: portdiff

File portdiff, 1.5 KB (added by jeabraham, 12 years ago)

Diff in the portfile

Line 
1--- Portfile.orig       2012-04-13 13:09:02.000000000 -0600
2+++ Portfile    2012-04-13 15:09:03.000000000 -0600
3@@ -1,10 +1,11 @@
4-# $Id: Portfile 42074 2008-11-14 16:41:42Z macsforever2000@macports.org $
5+# $Id$
6 
7 PortSystem 1.0
8 
9 name             mapserver
10-version          5.2.0
11-maintainers      googlemail.com:mbarchfe
12+version          6.0.2
13+maintainers      googlemail.com:mbarchfe \
14+                                hbaspecto.com:jea
15 categories       gis
16 platforms        darwin
17 
18@@ -15,12 +16,13 @@
19 homepage         http://mapserver.gis.umn.edu/
20 master_sites     http://download.osgeo.org/mapserver
21 
22-checksums        md5 6c0f210eb6510f0a43b6d5b09df8bb83
23+checksums        rmd160 18b50cff9252eca6f7c2ab74f8b6df45ca8ffc84
24 
25 depends_lib      port:gd2 \
26                  port:geos
27 
28-patchfiles       patch-Makefile.in.diff
29+patchfiles       patch-Makefile.in.diff \
30+                                patch-renderers-agg-include-agg_renderer_outline_aa.h.diff
31 
32 configure.args   --with-gd=${prefix}
33 variant gdalogr description {Add raster formats from gdal (Geospatial Data Abstraction Library) and vector formats from OGR Simple Features Library} {
34@@ -34,6 +36,12 @@
35     configure.args-append   --with-proj=${prefix}
36 }
37 
38+variant postgis description {Add PostGIS support} {
39+    depends_lib-append      port:postgis
40+    depends_lib-append         port:postgresql91
41+    configure.args-append   --with-postgis=${prefix}/lib/postgresql91/bin/pg_config
42+}
43+
44 variant apache conflicts apache2 apache_apple description {Use MacPorts Apache 1} {
45        depends_run-append port:apache
46        global cgi_path