diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-20 03:24:22 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-20 03:24:22 +0000 |
commit | e57b7e11718c503d15a14dfd40538d95ffb138e2 (patch) | |
tree | 6fac8142f277c71db948ad761f349505c6c07316 /www | |
parent | 85c26a4737b8d302a2c61bdccb208ba8e4ad7173 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_accesscookie/Makefile | 3 | ||||
-rw-r--r-- | www/mod_auth_any/Makefile | 3 | ||||
-rw-r--r-- | www/mod_log_data/Makefile | 3 | ||||
-rw-r--r-- | www/mod_vdbh/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/www/mod_accesscookie/Makefile b/www/mod_accesscookie/Makefile index 76e300ad015a..50daab2c6716 100644 --- a/www/mod_accesscookie/Makefile +++ b/www/mod_accesscookie/Makefile @@ -25,6 +25,9 @@ AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient PORTDOCS= README +DEPRECATED= upstream is gone +EXPIRATION_DATE= 2011-01-02 + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/www/mod_auth_any/Makefile b/www/mod_auth_any/Makefile index 234e88aa8e43..5a0b99d58c34 100644 --- a/www/mod_auth_any/Makefile +++ b/www/mod_auth_any/Makefile @@ -20,6 +20,9 @@ AP_FAST_BUILD= yes AP_GENPLIST= yes WRKSRC= ${WRKDIR}/${PORTNAME}/src +DEPRECATED= upstream is gone +EXPIRATION_DATE= 2011-01-02 + .include <bsd.port.pre.mk> .if ${APACHE_VERSION} >= 20 diff --git a/www/mod_log_data/Makefile b/www/mod_log_data/Makefile index dd39af65857c..7cadc14771d1 100644 --- a/www/mod_log_data/Makefile +++ b/www/mod_log_data/Makefile @@ -18,6 +18,9 @@ MAKE_JOBS_SAFE= yes USE_APACHE= 2.0 +DEPRECATED= upstream is gone +EXPIRATION_DATE= 2011-01-02 + WRKSRC= ${WRKDIR}/${PORTNAME} AP_FAST_BUILD= yes diff --git a/www/mod_vdbh/Makefile b/www/mod_vdbh/Makefile index 621660657f76..1ab11faa2f4e 100644 --- a/www/mod_vdbh/Makefile +++ b/www/mod_vdbh/Makefile @@ -16,6 +16,9 @@ COMMENT= Allows mass virtual hosting using a MySQL backend with Apache 2.0.x MAKE_JOBS_SAFE= yes +DEPRECATED= upstream is gone +EXPIRATION_DATE= 2011-01-02 + USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES |