diff options
author | clement <clement@FreeBSD.org> | 2008-01-28 04:36:18 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-01-28 04:36:18 +0800 |
commit | d62e38fb093f67d0bd5fa1c3fd4a2deb2e5143f3 (patch) | |
tree | af9f6314aa5eee32dcdbeae730cce54256b3633f /www | |
parent | 1ff3937b8a41a19987bff37a2ee7dc268a40d407 (diff) | |
download | freebsd-ports-gnome-d62e38fb093f67d0bd5fa1c3fd4a2deb2e5143f3.tar.gz freebsd-ports-gnome-d62e38fb093f67d0bd5fa1c3fd4a2deb2e5143f3.tar.zst freebsd-ports-gnome-d62e38fb093f67d0bd5fa1c3fd4a2deb2e5143f3.zip |
- Update to 0.9.a
PR: ports/116963
Submitted by: Yarema <yds@CoolRat.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_cookie_mysql2/Makefile | 17 | ||||
-rw-r--r-- | www/mod_auth_cookie_mysql2/distinfo | 6 |
2 files changed, 9 insertions, 14 deletions
diff --git a/www/mod_auth_cookie_mysql2/Makefile b/www/mod_auth_cookie_mysql2/Makefile index f9e6899c6df4..9a6ca0f00a4f 100644 --- a/www/mod_auth_cookie_mysql2/Makefile +++ b/www/mod_auth_cookie_mysql2/Makefile @@ -5,28 +5,23 @@ # $FreeBSD$ PORTNAME= mod_auth_cookie_mysql2 -PORTVERSION= 0.7 +PORTVERSION= 0.9.a CATEGORIES= www MASTER_SITES= http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_0.9a DIST_SUBDIR= apache20 MAINTAINER= apache@FreeBSD.org COMMENT= Allows authentication against a MySQL database via a secure cookie USE_MYSQL= YES - USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES -AP_INC?= ${LOCALBASE}/include/mysql -AP_LIB?= ${LOCALBASE}/lib/mysql -lmysqlclient -lz -PORTDOCS= mod_auth_cookie_mysql.html +AP_EXTRAS= -DMODULE_NAME=${SHORTMODNAME} -DMODULE_NAME_module=${SHORTMODNAME}_module +AP_INC= `${LOCALBASE}/bin/mysql_config --include | ${SED} -e 's/^-I//'` +AP_LIB= `${LOCALBASE}/bin/mysql_config --libs | ${SED} -e 's/^-L//'` +SRC_FILE= mod_auth_cookie_sql2.c mod_auth_cookie_sql2_mysql.c -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif .include <bsd.port.mk> diff --git a/www/mod_auth_cookie_mysql2/distinfo b/www/mod_auth_cookie_mysql2/distinfo index adce1eec3014..65eeb6d0abdf 100644 --- a/www/mod_auth_cookie_mysql2/distinfo +++ b/www/mod_auth_cookie_mysql2/distinfo @@ -1,3 +1,3 @@ -MD5 (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = cb2869d2bff22f99d48bea11004a18eb -SHA256 (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = f5aedec0b4873bce5eaf92d8b431ecfeb894dcfc75d148e42c5450abfc2989f5 -SIZE (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = 7954 +MD5 (apache20/mod_auth_cookie_mysql2_0.9a.tar.gz) = 15c359e7157d032bbc1c1322181a59f6 +SHA256 (apache20/mod_auth_cookie_mysql2_0.9a.tar.gz) = 8a4c6f838d7e793b891096f23f9a76ffc13e3d4d2f3925676276bdc570b4840e +SIZE (apache20/mod_auth_cookie_mysql2_0.9a.tar.gz) = 7592 |