aboutsummaryrefslogtreecommitdiff
path: root/security/apg
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2012-09-23 14:59:36 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2012-09-23 14:59:36 +0000
commit67c07850d72c4bfaa20fab4a981db5eaac4409c9 (patch)
treef9caa45d4bff4017497ff27d70c0055c5b71c594 /security/apg
parentf3c3814e4f60688f6c5cb8e6d2c194bd23e90161 (diff)
downloadports-67c07850d72c4bfaa20fab4a981db5eaac4409c9.tar.gz
ports-67c07850d72c4bfaa20fab4a981db5eaac4409c9.zip
- Fix spelling in docs: normally I'd submit this change upstream, but
upstream has been completely unresponsive for years. - While here, rebuild patches using current naming conventions - Trim Makefile headers PR: 165312 Submitted by: Anatoly Borodin
Notes
Notes: svn path=/head/; revision=304744
Diffstat (limited to 'security/apg')
-rw-r--r--security/apg/Makefile6
-rw-r--r--security/apg/files/patch-Makefile (renamed from security/apg/files/patch-aa)8
-rw-r--r--security/apg/files/patch-apg.c7
-rw-r--r--security/apg/files/patch-doc_man_apg.114
-rw-r--r--security/apg/files/patch-doc_man_apgd.814
5 files changed, 33 insertions, 16 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile
index b52fef0b1ba9..b76392bfcdda 100644
--- a/security/apg/Makefile
+++ b/security/apg/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: apg
-# Date created: 1 September 2000
-# Whom: roam@FreeBSD.org
-#
+# Created by: roam@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= apg
PORTVERSION= 2.3.0b
diff --git a/security/apg/files/patch-aa b/security/apg/files/patch-Makefile
index b6ff9bb8f508..e80ba5050086 100644
--- a/security/apg/files/patch-aa
+++ b/security/apg/files/patch-Makefile
@@ -1,9 +1,5 @@
-Description: Add CrackLib support and conditionalize the build variables.
-Forwarded: no
-Author: Peter Pentchev <roam@FreeBSD.org>,
- Dominic Marks <dominic_marks@btinternet.com>,
- Roman Neuhauser <roman@bellavista.cz>
-Last-Update: 2010-12-23
+
+$FreeBSD$
--- Makefile.orig
+++ Makefile
diff --git a/security/apg/files/patch-apg.c b/security/apg/files/patch-apg.c
index cd451eb6a2a7..ec6808494945 100644
--- a/security/apg/files/patch-apg.c
+++ b/security/apg/files/patch-apg.c
@@ -1,8 +1,5 @@
-Description: Fix a segfault with crypt(3) password encryption.
-Origin: Debian; http://bugs.debian.org/337116
-Forwarded: yes
-Author: Paul Martin <pm@debian.org>
-Last-Update: 2010-12-23
+
+$FreeBSD$
--- apg.c.orig
+++ apg.c
diff --git a/security/apg/files/patch-doc_man_apg.1 b/security/apg/files/patch-doc_man_apg.1
new file mode 100644
index 000000000000..3a76f8b2cb38
--- /dev/null
+++ b/security/apg/files/patch-doc_man_apg.1
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- doc/man/apg.1.orig
++++ doc/man/apg.1
+@@ -233,7 +233,7 @@
+ quiet mode (do not print warnings)
+ .TP
+ .B -l
+-spell genetated passwords. Useful when you want to read generated password by telephone.
++spell generated passwords. Useful when you want to read generated password by telephone.
+ .RS
+ .B WARNING:
+ Think twice before read your password by phone.
diff --git a/security/apg/files/patch-doc_man_apgd.8 b/security/apg/files/patch-doc_man_apgd.8
new file mode 100644
index 000000000000..2e054e3f3d72
--- /dev/null
+++ b/security/apg/files/patch-doc_man_apgd.8
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- doc/man/apgd.8.orig
++++ doc/man/apgd.8
+@@ -248,7 +248,7 @@
+ .SS "Password output options"
+ .TP
+ .B -l
+-spell genetated passwords. Useful when you want to read generated password by telephone.
++spell generated passwords. Useful when you want to read generated password by telephone.
+ .RS
+ .B WARNING:
+ Think twice before read your password by phone.