svn commit: r345530 - head/security/duo

Antoine Brodin antoine at FreeBSD.org
Fri Feb 21 18:44:42 UTC 2014


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 <bsd.port.options.mk>

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


More information about the svn-ports-head mailing list