From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 14 11:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E07C3665 for ; Wed, 14 May 2014 11:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC5352523 for ; Wed, 14 May 2014 11:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4EBK0cp021344 for ; Wed, 14 May 2014 11:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4EBK0LT021333; Wed, 14 May 2014 11:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 14 May 2014 11:20:00 GMT Resent-Message-Id: <201405141120.s4EBK0LT021333@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Hausner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5670647E for ; Wed, 14 May 2014 11:11:48 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 371E224EA for ; Wed, 14 May 2014 11:11:48 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4EBBlNq064432 for ; Wed, 14 May 2014 11:11:47 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4EBBlDj064429; Wed, 14 May 2014 11:11:47 GMT (envelope-from nobody) Message-Id: <201405141111.s4EBBlDj064429@cgiserv.freebsd.org> Date: Wed, 14 May 2014 11:11:47 GMT From: Alexander Hausner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189796: [maintainer-upgrade] [patch] www/mod_authn_otp to version 1.1.6 and converted to staging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 11:20:01 -0000 >Number: 189796 >Category: ports >Synopsis: [maintainer-upgrade] [patch] www/mod_authn_otp to version 1.1.6 and converted to staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 14 11:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Alexander Hausner >Release: FreeBSD 10.0-STABLE >Organization: BMG >Environment: FreeBSD fbsd-test 10.0-STABLE FreeBSD 10.0-STABLE #0 r264497: Tue Apr 15 18:03:42 CEST 2014 root@fbsd-test:/usr/obj/usr/src/sys/FBSDTEST amd64 >Description: Update to version 1.1.6 of mod-authn-otp and also converted to staging. >How-To-Repeat: >Fix: diff -ur mod_authn_otp.orig/Makefile mod_authn_otp/Makefile --- mod_authn_otp.orig/Makefile 2014-02-21 14:39:57.000000000 +0100 +++ mod_authn_otp/Makefile 2014-05-14 12:54:38.076879180 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/mod_authn_otp/Makefile 345437 2014-02-21 13:39:57Z ehaupt $ PORTNAME= mod_authn_otp -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= www MASTER_SITES= http://mod-authn-otp.googlecode.com/files/ \ http://alex.bmg.gv.at/programs/ @@ -12,32 +12,29 @@ MAINTAINER= alex@hugo.bmg.gv.at COMMENT= Apache module for one-time password authentication - GNU_CONFIGURE= yes USE_APACHE= 22 - -MAN1= otptool.1 +AP_FAST_BUILD= yes +AP_GENPLIST= yes PORTEXAMPLES= users.sample -NO_STAGE= yes - OPTIONS_DEFINE= EXAMPLES .include -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --mandir=${MANPREFIX}/man +CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ + --mandir=${STAGEDIR}${MANPREFIX}/man post-configure: @${REINPLACE_CMD} 's|CFLAGS =|CFLAGS ?=|' \ ${WRKSRC}/Makefile post-install: - @${APXS} -e -A -n ${PORTNAME:S/mod_//} ${APACHEMODDIR}/${PORTNAME}.so + @${APXS} -e -A -n ${PORTNAME:S/mod_//} ${STAGEDIR}${APACHEMODDIR}/${PORTNAME}.so .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/users.sample ${EXAMPLESDIR}/ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/users.sample ${STAGEDIR}${EXAMPLESDIR}/ .endif .include diff -ur mod_authn_otp.orig/distinfo mod_authn_otp/distinfo --- mod_authn_otp.orig/distinfo 2014-01-22 16:30:13.000000000 +0100 +++ mod_authn_otp/distinfo 2014-05-13 14:18:23.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_authn_otp-1.1.5.tar.gz) = 119f445518ccf300b8c71e4cb3391bc942cf68e8b0fc8df3d1624ca3aceef9b1 -SIZE (apache2/mod_authn_otp-1.1.5.tar.gz) = 97889 +SHA256 (apache2/mod_authn_otp-1.1.6.tar.gz) = c6ea1776128cadb98068fea616013dd0bf2d8f8dfaf12e01fde1cdf7bcfc8837 +SIZE (apache2/mod_authn_otp-1.1.6.tar.gz) = 99838 diff -ur mod_authn_otp.orig/pkg-plist mod_authn_otp/pkg-plist --- mod_authn_otp.orig/pkg-plist 2014-01-22 16:16:56.000000000 +0100 +++ mod_authn_otp/pkg-plist 2014-05-14 14:49:33.594470661 +0200 @@ -3,3 +3,4 @@ @exec %D/sbin/apxs -e -A -n authn_otp %D/%F @unexec echo \"Don\'t forget to remove all mod_authn_otp-related directives in your httpd.conf\" bin/otptool +man/man1/otptool.1.gz >Release-Note: >Audit-Trail: >Unformatted: