diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2011-05-03 14:24:04 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-05-03 14:24:04 +0000 |
commit | 806692674bc08450284da92594fdacbee7f4d907 (patch) | |
tree | 92bd72613f1a90ec9ef6f7a999b4be58518f5702 | |
parent | d2a23bc9c631d567f95b7050e33c3d858dca8681 (diff) | |
download | ports-806692674bc08450284da92594fdacbee7f4d907.tar.gz ports-806692674bc08450284da92594fdacbee7f4d907.zip |
Notes
-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 |