diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/grail/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php3/Makefile | 2 | ||||
-rw-r--r-- | www/ruby-div/Makefile | 2 | ||||
-rw-r--r-- | www/wml/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 2870e5daefbf..713b623e0708 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -19,6 +19,8 @@ COMMENT= An extensible Internet browser written entirely in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter BROKEN= Broken pkg-plist +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_PYTHON= -2.2 GRAILSUBDIR= share/grail diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 5e02c57c7b6f..ce84279d69a1 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -21,6 +21,8 @@ MAINTAINER= apache@FreeBSD.org COMMENT?= PHP3 module for Apache BROKEN= "Conflicting dependencies (mysql 3.x and 4.x)" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} .if !defined(STANDALONE) USE_APACHE= yes diff --git a/www/ruby-div/Makefile b/www/ruby-div/Makefile index 2c624f94304a..6a0b49b4b48c 100644 --- a/www/ruby-div/Makefile +++ b/www/ruby-div/Makefile @@ -16,6 +16,8 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A web application server using dRuby and ERB2 BROKEN= Does not build +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_RUBY= yes USE_RUBY_FEATURES= drb erb diff --git a/www/wml/Makefile b/www/wml/Makefile index 7c4acda095fc..4473a7b14e87 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -18,6 +18,8 @@ COMMENT= Website META Language, webdesign toolkit for HTML generation LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png BROKEN= Does not compile +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_PERL5= yes GNU_CONFIGURE= yes |