Date: Fri, 28 Aug 2015 17:08:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395517 - head/www/cakephp11 Message-ID: <201508281708.t7SH8egN080215@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 28 17:08:40 2015 New Revision: 395517 URL: https://svnweb.freebsd.org/changeset/ports/395517 Log: - Add empty directories to plist - Add NO_ARCH Modified: head/www/cakephp11/Makefile head/www/cakephp11/pkg-plist Modified: head/www/cakephp11/Makefile ============================================================================== --- head/www/cakephp11/Makefile Fri Aug 28 17:06:20 2015 (r395516) +++ head/www/cakephp11/Makefile Fri Aug 28 17:08:40 2015 (r395517) @@ -3,7 +3,7 @@ PORTNAME= cakephp PORTVERSION= 1.1.19.6305 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -18,6 +18,7 @@ USE_APACHE_RUN= 22+ CONFLICTS= cakephp-1[23]-* cakephp-2?-.* cakephp-2.3.* NO_BUILD= yes +NO_ARCH= yes USE_PHP= pcre session WANT_PHP_WEB= yes Modified: head/www/cakephp11/pkg-plist ============================================================================== --- head/www/cakephp11/pkg-plist Fri Aug 28 17:06:20 2015 (r395516) +++ head/www/cakephp11/pkg-plist Fri Aug 28 17:08:40 2015 (r395517) @@ -163,3 +163,22 @@ %%WWWDIR%%/cake/scripts/templates/skel/webroot/js/vendors.php %%WWWDIR%%/cake/scripts/templates/views/home.thtml %%WWWDIR%%/index.php +@dir %%WWWDIR%%/app/webroot/files +@dir %%WWWDIR%%/cake/scripts/templates/skel/controllers/components +@dir %%WWWDIR%%/cake/scripts/templates/skel/models/behaviors +@dir %%WWWDIR%%/cake/scripts/templates/skel/plugins +@dir %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/models +@dir %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/persistent +@dir %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/views +@dir %%WWWDIR%%/cake/scripts/templates/skel/tmp/logs +@dir %%WWWDIR%%/cake/scripts/templates/skel/tmp/sessions +@dir %%WWWDIR%%/cake/scripts/templates/skel/tmp/tests +@dir %%WWWDIR%%/cake/scripts/templates/skel/vendors +@dir %%WWWDIR%%/cake/scripts/templates/skel/views/elements +@dir %%WWWDIR%%/cake/scripts/templates/skel/views/errors +@dir %%WWWDIR%%/cake/scripts/templates/skel/views/helpers +@dir %%WWWDIR%%/cake/scripts/templates/skel/views/pages +@dir %%WWWDIR%%/cake/scripts/templates/skel/webroot/files +@dir %%WWWDIR%%/vendors +@owner +@group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508281708.t7SH8egN080215>