View | Details | Raw Unified | Return to bug 138034
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=		mapserver
8
PORTNAME=		mapserver
9
PORTVERSION=		5.4.0
9
PORTVERSION=		5.4.2
10
PORTREVISION=	1
11
CATEGORIES=		graphics www geography
10
CATEGORIES=		graphics www geography
12
MASTER_SITES=		http://download.osgeo.org/mapserver/
11
MASTER_SITES=		http://download.osgeo.org/mapserver/
13
12
Lines 108-114 Link Here
108
.endif
107
.endif
109
108
110
.if defined(WITH_MAPSERV)
109
.if defined(WITH_MAPSERV)
111
USE_APACHE=		13
110
USE_APACHE=		22
112
PLIST_SUB+=		WITH_MAPSERV=""
111
PLIST_SUB+=		WITH_MAPSERV=""
113
.else
112
.else
114
PLIST_SUB+=		WITH_MAPSERV="@comment "
113
PLIST_SUB+=		WITH_MAPSERV="@comment "
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mapserver-5.4.0.tar.gz) = 9863c89dcbbac0779e462b0924c0e981
1
MD5 (mapserver-5.4.2.tar.gz) = 7c58bb90f5003fcfaec4320cc652a669
2
SHA256 (mapserver-5.4.0.tar.gz) = 37eff9d7f0d4571570efccc213f550ad7bfa379f46fcc4331d44e6b779173f46
2
SHA256 (mapserver-5.4.2.tar.gz) = a7005a809c7494cf2ca1648350eab601cc1af34709b127587679bce349e5e185
3
SIZE (mapserver-5.4.0.tar.gz) = 1875509
3
SIZE (mapserver-5.4.2.tar.gz) = 1877995
(-)pkg-plist (+1 lines)
Lines 8-13 Link Here
8
bin/shptreevis
8
bin/shptreevis
9
bin/sortshp
9
bin/sortshp
10
%%WITH_MAPSERV%%www/cgi-bin/mapserv
10
%%WITH_MAPSERV%%www/cgi-bin/mapserv
11
%%WITH_MAPSERV%%@dirrm www/cgi-bin
11
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.so
12
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.so
12
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.bs
13
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.bs
13
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/.packlist
14
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/.packlist

Return to bug 138034