diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-05-03 22:24:04 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-05-03 22:24:04 +0800 |
commit | 98ab28da180ebc6ff6f41abc8180e4f4a440089f (patch) | |
tree | e0a211f5b351c01757ca2f2c0cd6b0f4c9bcf1a8 | |
parent | fd1baadce64debaa03ae0b8defbc6158354f56df (diff) | |
download | freebsd-ports-gnome-98ab28da180ebc6ff6f41abc8180e4f4a440089f.tar.gz freebsd-ports-gnome-98ab28da180ebc6ff6f41abc8180e4f4a440089f.tar.zst freebsd-ports-gnome-98ab28da180ebc6ff6f41abc8180e4f4a440089f.zip |
- Added MOVED entry for www/codeigniter -> www/codeigniter17
- Added LATEST_LINK and CONFLICTS to codeigniter17/Makefile
- Removed www/codeigniter from build and hooked in www/codeigniter17
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/codeigniter17/Makefile | 3 |
3 files changed, 5 insertions, 1 deletions
@@ -2162,3 +2162,4 @@ audio/cantus||2011-05-03|Has expired: Upstream disapear and distfile is no more audio/xaylet||2011-05-03|Has expired: Upstream disapear and distfile is no more available science/oases||2011-05-03|Has expired: Upstream disapear and distfile is no more available shells/pash||2011-05-03|Has expired: Upstream disapear and distfile is no more available +www/codeigniter|www/codeigniter17|2011-05-03|Renamed to track deprecated branch diff --git a/www/Makefile b/www/Makefile index 76017f5731ab..e38b4d014016 100644 --- a/www/Makefile +++ b/www/Makefile @@ -109,8 +109,8 @@ SUBDIR += cmsmadesimple SUBDIR += cntlm SUBDIR += cocoon - SUBDIR += codeigniter SUBDIR += codeigniter-devel + SUBDIR += codeigniter17 SUBDIR += comclear SUBDIR += commonist SUBDIR += contenido diff --git a/www/codeigniter17/Makefile b/www/codeigniter17/Makefile index 5cb3ddcedc8d..060026fc8e28 100644 --- a/www/codeigniter17/Makefile +++ b/www/codeigniter17/Makefile @@ -17,6 +17,9 @@ COMMENT= A framework for developing PHP web applications USE_ZIP= yes +LATEST_LINK= codeigniter17 +CONFLICTS= codeigniter-2.[0-9]* + NO_BUILD= yes USE_PHP= session pcre WANT_PHP_WEB= yes |