From owner-cvs-ports@FreeBSD.ORG Fri Feb 19 20:20:20 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A95D106568F; Fri, 19 Feb 2010 20:20:20 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 433DD8FC12; Fri, 19 Feb 2010 20:20:20 +0000 (UTC) Received: from philip.hq.rws (174.79.184.239) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.176.0; Fri, 19 Feb 2010 12:20:19 -0800 Message-ID: <4B7EF282.1000104@p6m7g8.com> Date: Fri, 19 Feb 2010 20:20:18 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 2.0.0.23 (X11/20091208) MIME-Version: 1.0 To: Tilman Linneweh References: <201002191950.o1JJoC6h049483@repoman.freebsd.org> In-Reply-To: <201002191950.o1JJoC6h049483@repoman.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/MT Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 20:20:20 -0000 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 > > 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 > | # > | -# $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 > | @@ -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 > | > | +.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 (pgollucci@p6m7g8.com) 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.