From owner-svn-ports-all@FreeBSD.ORG Sat May 16 09:30:36 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8BA9E42; Sat, 16 May 2015 09:30:36 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A68931F79; Sat, 16 May 2015 09:30:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4G9UarG051320; Sat, 16 May 2015 09:30:36 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4G9UZjP051315; Sat, 16 May 2015 09:30:35 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201505160930.t4G9UZjP051315@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 16 May 2015 09:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386507 - in head/security/apg: . files 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.20 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: Sat, 16 May 2015 09:30:36 -0000 Author: matthew Date: Sat May 16 09:30:34 2015 New Revision: 386507 URL: https://svnweb.freebsd.org/changeset/ports/386507 Log: - Fix an error in apg(1) and apgd(8) man pages - Regenerate patches Submitted by: jgh Modified: head/security/apg/Makefile head/security/apg/files/patch-Makefile (contents, props changed) head/security/apg/files/patch-apg.c (contents, props changed) head/security/apg/files/patch-doc_man_apg.1 (contents, props changed) head/security/apg/files/patch-doc_man_apgd.8 (contents, props changed) Modified: head/security/apg/Makefile ============================================================================== --- head/security/apg/Makefile Sat May 16 09:29:00 2015 (r386506) +++ head/security/apg/Makefile Sat May 16 09:30:34 2015 (r386507) @@ -3,7 +3,7 @@ PORTNAME= apg PORTVERSION= 2.3.0b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.adel.nursat.kz/apg/download/ Modified: head/security/apg/files/patch-Makefile ============================================================================== --- head/security/apg/files/patch-Makefile Sat May 16 09:29:00 2015 (r386506) +++ head/security/apg/files/patch-Makefile Sat May 16 09:30:34 2015 (r386507) @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- Makefile.orig +--- Makefile.orig 2003-08-07 15:40:39 UTC +++ Makefile -@@ -44,10 +44,12 @@ +@@ -44,10 +44,12 @@ APG_CLIBS += -lcrypt # If you want to use cracklib for password quality check then you # must uncomment the folowing 4 lines (you must not do this for WIN32) # @@ -20,7 +17,7 @@ $FreeBSD$ ################################################################## # Support for ANSI X9.17/SHA1 PRNG -@@ -60,12 +62,12 @@ +@@ -60,12 +62,12 @@ APG_CLIBS += -lcrypt ################################################################## # You can modify CC variable if you have compiler other than GCC # But the code was designed and tested with GCC @@ -35,7 +32,7 @@ $FreeBSD$ #################################################################### # If you plan to install APG daemon you should look at lines below # -@@ -135,7 +137,7 @@ +@@ -135,7 +137,7 @@ apgd: ${CC} ${CFLAGS} -DCLISERV ${CLISERV_OPTIONS} -o ${CS_PROGNAME} ${SOURCES} ${APG_CS_CLIBS} apgbfm: Modified: head/security/apg/files/patch-apg.c ============================================================================== --- head/security/apg/files/patch-apg.c Sat May 16 09:29:00 2015 (r386506) +++ head/security/apg/files/patch-apg.c Sat May 16 09:30:34 2015 (r386507) @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- apg.c.orig +--- apg.c.orig 2003-08-07 15:40:39 UTC +++ apg.c -@@ -709,7 +709,7 @@ +@@ -709,7 +709,7 @@ print_help (void) */ char * crypt_passstring (const char *p) { Modified: head/security/apg/files/patch-doc_man_apg.1 ============================================================================== --- head/security/apg/files/patch-doc_man_apg.1 Sat May 16 09:29:00 2015 (r386506) +++ head/security/apg/files/patch-doc_man_apg.1 Sat May 16 09:30:34 2015 (r386507) @@ -1,9 +1,15 @@ - -$FreeBSD$ - ---- doc/man/apg.1.orig +--- doc/man/apg.1.orig 2003-08-07 15:40:39 UTC +++ doc/man/apg.1 -@@ -233,7 +233,7 @@ +@@ -151,7 +151,7 @@ length. + .PP + .B Note: + .br +-Usage of L, M, N, C will slow down password generation process. ++Usage of L, S, N, C will slow down password generation process. + .PP + .B Examples: + .br +@@ -233,7 +233,7 @@ print generated passwords and crypted pa quiet mode (do not print warnings) .TP .B -l Modified: head/security/apg/files/patch-doc_man_apgd.8 ============================================================================== --- head/security/apg/files/patch-doc_man_apgd.8 Sat May 16 09:29:00 2015 (r386506) +++ head/security/apg/files/patch-doc_man_apgd.8 Sat May 16 09:30:34 2015 (r386507) @@ -1,9 +1,15 @@ - -$FreeBSD$ - ---- doc/man/apgd.8.orig +--- doc/man/apgd.8.orig 2003-08-07 15:40:39 UTC +++ doc/man/apgd.8 -@@ -248,7 +248,7 @@ +@@ -187,7 +187,7 @@ length. + .PP + .B Note: + .br +-Usage of L, M, N, C will slow down password generation process. ++Usage of L, S, N, C will slow down password generation process. + .PP + .B Examples: + .br +@@ -248,7 +248,7 @@ This option is active only if \fB-b\fP o .SS "Password output options" .TP .B -l