Date: Mon, 17 Dec 2012 22:46:06 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309133 - head/www/mod_authn_otp Message-ID: <201212172246.qBHMk66K091109@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Dec 17 22:46:06 2012 New Revision: 309133 URL: http://svnweb.freebsd.org/changeset/ports/309133 Log: - 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) Modified: head/www/mod_authn_otp/Makefile head/www/mod_authn_otp/distinfo Modified: head/www/mod_authn_otp/Makefile ============================================================================== --- head/www/mod_authn_otp/Makefile Mon Dec 17 21:40:40 2012 (r309132) +++ head/www/mod_authn_otp/Makefile Mon Dec 17 22:46:06 2012 (r309133) @@ -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 pass 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 Modified: head/www/mod_authn_otp/distinfo ============================================================================== --- head/www/mod_authn_otp/distinfo Mon Dec 17 21:40:40 2012 (r309132) +++ head/www/mod_authn_otp/distinfo Mon Dec 17 22:46:06 2012 (r309133) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212172246.qBHMk66K091109>