From owner-svn-ports-all@FreeBSD.ORG Tue Feb 11 01:24:35 2014 Return-Path: Delivered-To: svn-ports-all@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 CBC4C6BE; Tue, 11 Feb 2014 01:24:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 999C4107D; Tue, 11 Feb 2014 01:24:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1B1OZJQ019676; Tue, 11 Feb 2014 01:24:35 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1B1OZKG019674; Tue, 11 Feb 2014 01:24:35 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201402110124.s1B1OZKG019674@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 11 Feb 2014 01:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343715 - head/security/duo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 01:24:35 -0000 Author: zi Date: Tue Feb 11 01:24:34 2014 New Revision: 343715 URL: http://svnweb.freebsd.org/changeset/ports/343715 QAT: https://qat.redports.org/buildarchive/r343715/ Log: - Update to 1.9.6 - Add STAGE support Modified: head/security/duo/Makefile head/security/duo/distinfo Modified: head/security/duo/Makefile ============================================================================== --- head/security/duo/Makefile Mon Feb 10 23:46:46 2014 (r343714) +++ head/security/duo/Makefile Tue Feb 11 01:24:34 2014 (r343715) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.5 -PORTREVISION= 1 +PORTVERSION= 1.9.6 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ @@ -26,7 +25,6 @@ MAN8= login_duo.8 pam_duo.8 OPTIONS= DOCS -NO_STAGE= yes OPTIONS_DEFINE= DOCS @@ -45,16 +43,16 @@ post-patch: post-install: @${INSTALL} -o sshd -g wheel -m 700 ${WRKSRC}/login_duo/login_duo.conf \ - ${PREFIX}/etc/login_duo.conf.sample + ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample @${INSTALL_DATA} -m 700 ${WRKSRC}/pam_duo/pam_duo.conf \ - ${PREFIX}/etc/pam_duo.conf.sample + ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample @if [ ! -f ${PREFIX}/etc/login_duo.conf ]; then \ - ${CP} -p ${PREFIX}/etc/login_duo.conf.sample \ - ${PREFIX}/etc/login_duo.conf ; \ + ${CP} -p ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample \ + ${STAGEDIR}${PREFIX}/etc/login_duo.conf ; \ fi @if [ ! -f ${PREFIX}/etc/pam_duo.conf ]; then \ - ${CP} -p ${PREFIX}/etc/pam_duo.conf.sample \ - ${PREFIX}/etc/pam_duo.conf ; \ + ${CP} -p ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample \ + ${STAGEDIR}${PREFIX}/etc/pam_duo.conf ; \ fi @${CAT} ${PKGMESSAGE} Modified: head/security/duo/distinfo ============================================================================== --- head/security/duo/distinfo Mon Feb 10 23:46:46 2014 (r343714) +++ head/security/duo/distinfo Tue Feb 11 01:24:34 2014 (r343715) @@ -1,2 +1,2 @@ -SHA256 (duo_unix-1.9.5.tar.gz) = afff2b06682020378e2d9c1ed5551f52940f4a358d2393db69a689b98f7a91fd -SIZE (duo_unix-1.9.5.tar.gz) = 458391 +SHA256 (duo_unix-1.9.6.tar.gz) = 9909a250a7a7db1008ed4eefddb705d35ee86fa9e040e618946e6256a956b20b +SIZE (duo_unix-1.9.6.tar.gz) = 456882