Tilman Linneweh wrote:
arved 2010-02-19 19:50:12 UTC
FreeBSD ports repository
Modified files:
www/MT Makefile pkg-plist
Log:
Fix pkg-plist
Reported by: QAT/pointyhat
Desupport PostgreSQL, it is no longer supported.
Reported by: Cheasy <[email protected]>
Bump PORTREVISION.
Feature safe: yes
Revision Changes Path
1.42 +6 -13 ports/www/MT/Makefile
1.25 +1 -0 ports/www/MT/pkg-plist
http://cvsweb.FreeBSD.org/ports/www/MT/Makefile.diff?r1=1.41&r2=1.42&f=h
| --- ports/www/MT/Makefile 2010/02/06 22:34:47 1.41
| +++ ports/www/MT/Makefile 2010/02/19 19:50:11 1.42
| @@ -2,11 +2,12 @@
| # Date created: Fri Jun 13 16:39:20 CST 2003
| # Whom: Foxfair Hu <[email protected]>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/MT/Makefile,v 1.41
2010/02/06 22:34:47 arved Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/MT/Makefile,v 1.42
2010/02/19 19:50:11 arved Exp $
| #
|
| PORTNAME= MT
| PORTVERSION= 5.01
| +PORTREVISION= 1
| CATEGORIES?= www
| MASTER_SITES= http://www.movabletype.org/downloads/stable/
| DISTNAME?= MTOS-${PORTVERSION}-en
| @@ -22,7 +23,6 @@ RUN_DEPENDS= ${SITE_PERL}/HTML/Template.
|
| OPTIONS= APACHE "USE_APACHE" off\
| MYSQL "USE_MYSQL" off\
| - POSTGRES "USE_POSTGRES" off\
| OPTIONAL_MODULES "OPTIONAL_MODULES" on
|
| .include <bsd.port.options.mk>
| @@ -44,10 +44,6 @@ CGIDIR= www/cgi-bin/mt
| .if defined(WITH_MYSQL)
| DB_DIR?= /var/db/mysql/blog
| USE_MYSQL= yes
| -.elif defined(WITH_POSTGRES)
| -DB_DIR?= ${PREFIX}/pgsql/data/blog
| -# Or somewhere defined in $PGDATA
| -USE_PGSQL= yes
| .else
| DB_DIR?= ${PREFIX}/${CGIDIR}/db
| RUN_DEPENDS+=\
| @@ -79,6 +75,11 @@ PLIST_SUB+= LANG_EN="" \
|
| .include <bsd.port.pre.mk>
|
| +.if defined(WITH_APACHE)
| +PLIST_FILES+= "@dirrmtry ${APACHEETCDIR}/Includes"
| +PLIST_FILES+= "@dirrmtry ${APACHEETCDIR}"
| +.endif
| +
AFAIK, you meant %%APACHEETCDIR%%. Using $ hard codes the current value
to the pkg-plist.
--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci ([email protected]) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer, FreeBSD Foundation
Consultant, P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.
Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"