diff options
author | pawel <pawel@FreeBSD.org> | 2012-12-18 06:46:06 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-12-18 06:46:06 +0800 |
commit | eb34b8ffe2ab151f545bf345741329df6c43daee (patch) | |
tree | 47c3427c6d58443c6705f14dc434f77e308459ff /www | |
parent | 75ca1233bb410536951542fe5957b4939d43513d (diff) | |
download | freebsd-ports-gnome-eb34b8ffe2ab151f545bf345741329df6c43daee.tar.gz freebsd-ports-gnome-eb34b8ffe2ab151f545bf345741329df6c43daee.tar.zst freebsd-ports-gnome-eb34b8ffe2ab151f545bf345741329df6c43daee.zip |
- Update to version 1.1.5 [1]
- Respect CFLAGS
- Convert to OptionsNG
PR: ports/174112 [1]
Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_authn_otp/Makefile | 11 | ||||
-rw-r--r-- | www/mod_authn_otp/distinfo | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/www/mod_authn_otp/Makefile b/www/mod_authn_otp/Makefile index 0752a5c542b9..1a053dd75c80 100644 --- a/www/mod_authn_otp/Makefile +++ b/www/mod_authn_otp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mod_authn_otp -PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTVERSION= 1.1.5 CATEGORIES= www MASTER_SITES= http://mod-authn-otp.googlecode.com/files/ \ http://alex.bmg.gv.at/programs/ @@ -15,7 +14,7 @@ COMMENT= Apache module for one-time password authentication MAKE_JOBS_SAFE= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_APACHE= 22 MAN1= otptool.1 @@ -27,9 +26,13 @@ PORTEXAMPLES= users.sample CONFIGURE_ARGS= --prefix=${PREFIX} \ --mandir=${MANPREFIX}/man +post-configure: + @${REINPLACE_CMD} 's|CFLAGS =|CFLAGS ?=|' \ + ${WRKSRC}/Makefile + post-install: @${APXS} -e -A -n ${PORTNAME:S/mod_//} ${APACHEMODDIR}/${PORTNAME}.so -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/users.sample ${EXAMPLESDIR}/ .endif diff --git a/www/mod_authn_otp/distinfo b/www/mod_authn_otp/distinfo index fb98ee82c38f..ef803667fe4c 100644 --- a/www/mod_authn_otp/distinfo +++ b/www/mod_authn_otp/distinfo @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_authn_otp-1.1.4.tar.gz) = f1dad6741ec2904637c251bee88f50156df611a9ebdbcf0abf64471c4a3987c0 -SIZE (apache2/mod_authn_otp-1.1.4.tar.gz) = 94911 +SHA256 (apache2/mod_authn_otp-1.1.5.tar.gz) = 119f445518ccf300b8c71e4cb3391bc942cf68e8b0fc8df3d1624ca3aceef9b1 +SIZE (apache2/mod_authn_otp-1.1.5.tar.gz) = 97889 |