Date: Sat, 16 May 2015 09:30:35 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386507 - in head/security/apg: . files Message-ID: <201505160930.t4G9UZjP051315@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505160930.t4G9UZjP051315>