diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/mod_auth_pgsql | |
parent | d800016e3408fa62b2ffd8ead6e8ab7abb84a0bb (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/mod_auth_pgsql')
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 42 | ||||
-rw-r--r-- | www/mod_auth_pgsql/distinfo | 2 | ||||
-rw-r--r-- | www/mod_auth_pgsql/pkg-descr | 6 | ||||
-rw-r--r-- | www/mod_auth_pgsql/pkg-message | 8 |
4 files changed, 0 insertions, 58 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile deleted file mode 100644 index 336c7130dcf4..000000000000 --- a/www/mod_auth_pgsql/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: apache mod_auth_pgsql -# Date created: 2000/11/10 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# -# $FreeBSD$ - -PORTNAME= mod_auth_pgsql -PORTVERSION= 0.9.12 -PORTREVISION= 4 -CATEGORIES= www -MASTER_SITES= http://www.giuseppetanzilli.it/${PORTNAME}/dist/ -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} - -MAINTAINER= apache@FreeBSD.org -COMMENT= Allows users to use PostgreSQL databases for user authentication - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_DOS2UNIX= ${PORTNAME}.html - -USE_PGSQL= yes -USE_APACHE= 13 - -AP_FAST_BUILD= yes -AP_GENPLIST= yes -AP_INC= ${LOCALBASE}/include -AP_LIB= ${LOCALBASE}/lib -lpq - -PORTDOCS= README index.html - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR}/index.html -.endif - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_auth_pgsql/distinfo b/www/mod_auth_pgsql/distinfo deleted file mode 100644 index b69a8116c850..000000000000 --- a/www/mod_auth_pgsql/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_auth_pgsql-0.9.12.tar.gz) = f6876bfdb788395307d1e1f27a7b6ab5e0318e64393df352102e78bb043c1e44 -SIZE (mod_auth_pgsql-0.9.12.tar.gz) = 30527 diff --git a/www/mod_auth_pgsql/pkg-descr b/www/mod_auth_pgsql/pkg-descr deleted file mode 100644 index 3cbd7cc4140c..000000000000 --- a/www/mod_auth_pgsql/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This add-on module allows the apache web server to use a PostgreSQL -database for user and/or group authentication. For large user lists this -can offer a significate speed up over apache's standard flat file -format. - -WWW: http://www.giuseppetanzilli.it/mod_auth_pgsql/ diff --git a/www/mod_auth_pgsql/pkg-message b/www/mod_auth_pgsql/pkg-message deleted file mode 100644 index 34ff46f75898..000000000000 --- a/www/mod_auth_pgsql/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ - - ================= Upgrading =================== - -Note on upgrading from earlier versions. All of the module's commands -are now consistently named Auth_PG_*. Make sure to review your Apache -config file(s) and, well, ``s/Auth_PG([^_])/Auth_PG_\1/g''. - - =============================================== |