From owner-svn-ports-head@FreeBSD.ORG Tue Nov 18 08:30:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30E51F83; Tue, 18 Nov 2014 08:30:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CB4E179; Tue, 18 Nov 2014 08:30:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAI8Ur89096382; Tue, 18 Nov 2014 08:30:53 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAI8UrEd096379; Tue, 18 Nov 2014 08:30:53 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201411180830.sAI8UrEd096379@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 18 Nov 2014 08:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372703 - head/www/phprecipebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 08:30:54 -0000 Author: madpilot Date: Tue Nov 18 08:30:53 2014 New Revision: 372703 URL: https://svnweb.freebsd.org/changeset/ports/372703 QAT: https://qat.redports.org/buildarchive/r372703/ Log: - Clean up plist - Use @sample - Use USES=tar:tgz Modified: head/www/phprecipebook/Makefile head/www/phprecipebook/pkg-plist Modified: head/www/phprecipebook/Makefile ============================================================================== --- head/www/phprecipebook/Makefile Tue Nov 18 08:29:26 2014 (r372702) +++ head/www/phprecipebook/Makefile Tue Nov 18 08:30:53 2014 (r372703) @@ -5,7 +5,6 @@ PORTVERSION= 3.01 PORTREVISION= 1 CATEGORIES= www deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION:C/\..*//} -EXTRACT_SUFX= .tgz MAINTAINER= madpilot@FreeBSD.org COMMENT= Small php webapp to manage your recipes @@ -15,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/docs/LICENSE.TXT WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +USES= tar:tgz USE_PHP= xml WANT_PHP_WEB= yes SUB_FILES= pkg-message Modified: head/www/phprecipebook/pkg-plist ============================================================================== --- head/www/phprecipebook/pkg-plist Tue Nov 18 08:29:26 2014 (r372702) +++ head/www/phprecipebook/pkg-plist Tue Nov 18 08:30:53 2014 (r372703) @@ -1,6 +1,4 @@ -@unexec if cmp -s %D/%%WWWDIR%%/custom_inc.php.sample %D/%%WWWDIR%%/custom_inc.php; then rm -f %D/%%WWWDIR%%/custom_inc.php; fi -%%WWWDIR%%/custom_inc.php.sample -@exec if [ ! -f %D/%%WWWDIR%%/custom_inc.php ] ; then cp -p %D/%F %B/custom_inc.php; fi +@sample %%WWWDIR%%/custom_inc.php.sample %%WWWDIR%%/.buildpath %%WWWDIR%%/.project %%WWWDIR%%/.settings/.jsdtscope @@ -643,68 +641,7 @@ %%WWWDIR%%/themes/text/images/pixel.png %%WWWDIR%%/themes/text/images/view.png %%WWWDIR%%/themes/text/style.css -@dirrm %%WWWDIR%%/themes/text/images -@dirrm %%WWWDIR%%/themes/text -@dirrm %%WWWDIR%%/themes/default/images -@dirrm %%WWWDIR%%/themes/default -@dirrm %%WWWDIR%%/themes -@dirrm %%WWWDIR%%/sql/upgrade -@dirrm %%WWWDIR%%/sql -@dirrm %%WWWDIR%%/modules/utils -@dirrm %%WWWDIR%%/modules/settings -@dirrm %%WWWDIR%%/modules/reviews -@dirrm %%WWWDIR%%/modules/restaurants -@dirrm %%WWWDIR%%/modules/recipes -@dirrm %%WWWDIR%%/modules/meals -@dirrm %%WWWDIR%%/modules/login -@dirrm %%WWWDIR%%/modules/lists -@dirrm %%WWWDIR%%/modules/ingredients -@dirrm %%WWWDIR%%/modules/admin -@dirrm %%WWWDIR%%/modules -@dirrm %%WWWDIR%%/libs/phpsm/sql -@dirrm %%WWWDIR%%/libs/phpsm/pages -@dirrm %%WWWDIR%%/libs/phpsm/forms -@dirrm %%WWWDIR%%/libs/phpsm/docs -@dirrm %%WWWDIR%%/libs/phpsm/classes/drivers -@dirrm %%WWWDIR%%/libs/phpsm/classes -@dirrm %%WWWDIR%%/libs/phpsm -@dirrm %%WWWDIR%%/libs/phpmailer/language -@dirrm %%WWWDIR%%/libs/phpmailer -@dirrm %%WWWDIR%%/libs/adodb5/xsl -@dirrm %%WWWDIR%%/libs/adodb5/tests -@dirrm %%WWWDIR%%/libs/adodb5/session/old -@dirrm %%WWWDIR%%/libs/adodb5/session -@dirrm %%WWWDIR%%/libs/adodb5/perf -@dirrm %%WWWDIR%%/libs/adodb5/pear/Auth/Container -@dirrm %%WWWDIR%%/libs/adodb5/pear/Auth -@dirrm %%WWWDIR%%/libs/adodb5/pear -@dirrm %%WWWDIR%%/libs/adodb5/lang -@dirrm %%WWWDIR%%/libs/adodb5/drivers -@dirrm %%WWWDIR%%/libs/adodb5/docs -@dirrm %%WWWDIR%%/libs/adodb5/datadict -@dirrm %%WWWDIR%%/libs/adodb5/cute_icons_for_site -@dirrm %%WWWDIR%%/libs/adodb5/contrib -@dirrm %%WWWDIR%%/libs/adodb5 -@dirrm %%WWWDIR%%/libs/adodb4/xsl -@dirrm %%WWWDIR%%/libs/adodb4/tests -@dirrm %%WWWDIR%%/libs/adodb4/session/old -@dirrm %%WWWDIR%%/libs/adodb4/session -@dirrm %%WWWDIR%%/libs/adodb4/perf -@dirrm %%WWWDIR%%/libs/adodb4/pear/Auth/Container -@dirrm %%WWWDIR%%/libs/adodb4/pear/Auth -@dirrm %%WWWDIR%%/libs/adodb4/pear -@dirrm %%WWWDIR%%/libs/adodb4/lang -@dirrm %%WWWDIR%%/libs/adodb4/drivers -@dirrm %%WWWDIR%%/libs/adodb4/docs -@dirrm %%WWWDIR%%/libs/adodb4/datadict -@dirrm %%WWWDIR%%/libs/adodb4/cute_icons_for_site -@dirrm %%WWWDIR%%/libs/adodb4/contrib -@dirrm %%WWWDIR%%/libs/adodb4 -@dirrm %%WWWDIR%%/libs -@dirrm %%WWWDIR%%/lang -@dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/docs -@dirrm %%WWWDIR%%/classes -@dirrm %%WWWDIR%%/.settings -@dirrm %%WWWDIR%% +@dir %%WWWDIR%%/modules/settings +@dir %%WWWDIR%%/modules +@dir %%WWWDIR%% +@dir www