From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 18:44:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 42BF35D7; Fri, 21 Feb 2014 18:44:42 +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 2D1A61FB0; Fri, 21 Feb 2014 18:44:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LIigdQ002254; Fri, 21 Feb 2014 18:44:42 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LIifLr002251; Fri, 21 Feb 2014 18:44:41 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402211844.s1LIifLr002251@svn.freebsd.org> From: Antoine Brodin Date: Fri, 21 Feb 2014 18:44:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345530 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 18:44:42 -0000 Author: antoine Date: Fri Feb 21 18:44:41 2014 New Revision: 345530 URL: http://svnweb.freebsd.org/changeset/ports/345530 QAT: https://qat.redports.org/buildarchive/r345530/ Log: Finish stage support Modified: head/security/duo/Makefile head/security/duo/pkg-plist Modified: head/security/duo/Makefile ============================================================================== --- head/security/duo/Makefile Fri Feb 21 18:41:59 2014 (r345529) +++ head/security/duo/Makefile Fri Feb 21 18:44:41 2014 (r345530) @@ -3,6 +3,7 @@ PORTNAME= duo PORTVERSION= 1.9.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ @@ -20,12 +21,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes SUB_FILES= pkg-message -MAN3= duo.3 -MAN8= login_duo.8 pam_duo.8 - -OPTIONS= DOCS - - OPTIONS_DEFINE= DOCS .include Modified: head/security/duo/pkg-plist ============================================================================== --- head/security/duo/pkg-plist Fri Feb 21 18:41:59 2014 (r345529) +++ head/security/duo/pkg-plist Fri Feb 21 18:44:41 2014 (r345530) @@ -13,6 +13,9 @@ lib/libduo.a libdata/pkgconfig/libduo.pc lib/security/pam_duo.so lib/security/pam_duo.la +man/man3/duo.3.gz +man/man8/login_duo.8.gz +man/man8/pam_duo.8.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CHANGES