diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-09 22:05:35 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-09 22:05:35 +0800 |
commit | 8f72e530fa7351f1d66ce1caab458ee88b2e6887 (patch) | |
tree | d0105df99f758e0208ecd6e9d73874d42ba8630a /www/cakephp11/Makefile | |
parent | 30d1e1004f0c46891c744db029b7fada20dde154 (diff) | |
download | freebsd-ports-gnome-8f72e530fa7351f1d66ce1caab458ee88b2e6887.tar.gz freebsd-ports-gnome-8f72e530fa7351f1d66ce1caab458ee88b2e6887.tar.zst freebsd-ports-gnome-8f72e530fa7351f1d66ce1caab458ee88b2e6887.zip |
- Add CONFLICT with www/cakephp-devel
- Bump PORTREVSION
PR: ports/119322
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Diffstat (limited to 'www/cakephp11/Makefile')
-rw-r--r-- | www/cakephp11/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/cakephp11/Makefile b/www/cakephp11/Makefile index 9a3d12b0d669..27ab0c1846e1 100644 --- a/www/cakephp11/Makefile +++ b/www/cakephp11/Makefile @@ -7,6 +7,7 @@ PORTNAME= cakephp PORTVERSION= 1.1.19.6305 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://cakeforge.org/frs/download.php/591/ DISTNAME= cake_${PORTVERSION} @@ -22,6 +23,7 @@ TARGET_DISTFILE=${DISTNAME}${EXTRACT_SUFX} USE_APACHE= 2.0+ SLAVE_PORT_MODULES= rewrite +CONFLICTS= cakephp-devel-[0-9]* NO_BUILD= yes USE_PHP= pcre session WANT_PHP_WEB= yes |