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

(-)postgis/Makefile (-2 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	postgis
8
PORTNAME=	postgis
9
DISTVERSION=	1.0.4
9
DISTVERSION=	1.0.5
10
PORTREVISION=	2
11
CATEGORIES=	databases
10
CATEGORIES=	databases
12
MASTER_SITES=	http://postgis.refractions.net/download/
11
MASTER_SITES=	http://postgis.refractions.net/download/
13
12
Lines 73-78 Link Here
73
	${MV} ${WRKDIR}/pgsql/postgresql* ${PGSQL_SRC} \
72
	${MV} ${WRKDIR}/pgsql/postgresql* ${PGSQL_SRC} \
74
73
75
post-install:
74
post-install:
75
	@([ -d ${PREFIX}/lib/postgresql ] || ${MKDIR} ${PREFIX}/lib/postgresql )
76
	@ ${LN} ${PREFIX}/lib/liblwgeom.so.1 ${PREFIX}/lib/postgresql
76
	@ ${SETENV} PKG_PREFIX=${PREFIX} \
77
	@ ${SETENV} PKG_PREFIX=${PREFIX} \
77
		${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL
78
		${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL
78
79
(-)postgis/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (postgis-1.0.4.tar.gz) = b5a260c9ffdc663665b991f8016b7b85
1
MD5 (postgis-1.0.5.tar.gz) = 0fb63a885a723b2d71b52207fd05888a
2
SIZE (postgis-1.0.4.tar.gz) = 1479923
2
SHA256 (postgis-1.0.5.tar.gz) = 35aa79f660c1b2071557e4e6525654acfc03ff4a80710dd2456250d2693c8436
3
SIZE (postgis-1.0.5.tar.gz) = 1396740
(-)postgis/pkg-plist (+2 lines)
Lines 2-7 Link Here
2
bin/shp2pgsql
2
bin/shp2pgsql
3
lib/liblwgeom.so
3
lib/liblwgeom.so
4
lib/liblwgeom.so.1
4
lib/liblwgeom.so.1
5
lib/postgresql/liblwgeom.so.1
5
%%DATADIR%%/README.postgis
6
%%DATADIR%%/README.postgis
6
%%DATADIR%%/lwpostgis.sql
7
%%DATADIR%%/lwpostgis.sql
7
%%DATADIR%%/spatial_ref_sys.sql
8
%%DATADIR%%/spatial_ref_sys.sql
Lines 11-16 Link Here
11
%%DATADIR%%/utils/test_joinestimation.pl
12
%%DATADIR%%/utils/test_joinestimation.pl
12
%%DATADIR%%/utils/README
13
%%DATADIR%%/utils/README
13
%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true
14
%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true
15
@unexec rmdir %%LIBDIR%%/postgresql 2>/dev/null || true
14
@unexec rmdir %D/%%DATADIR%%/utils 2>/dev/null || true
16
@unexec rmdir %D/%%DATADIR%%/utils 2>/dev/null || true
15
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
17
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
16
@unexec rmdir %D/lib 2>/dev/null || true
18
@unexec rmdir %D/lib 2>/dev/null || true

Return to bug 89667