diff options
author | matthew <matthew@FreeBSD.org> | 2012-09-23 22:59:36 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-09-23 22:59:36 +0800 |
commit | 989c662424185b6477447abd1c28f4a0e442b8b6 (patch) | |
tree | f9caa45d4bff4017497ff27d70c0055c5b71c594 | |
parent | c195ab8d18527528562aa2d30ca021de8ebe77a0 (diff) | |
download | freebsd-ports-gnome-989c662424185b6477447abd1c28f4a0e442b8b6.tar.gz freebsd-ports-gnome-989c662424185b6477447abd1c28f4a0e442b8b6.tar.zst freebsd-ports-gnome-989c662424185b6477447abd1c28f4a0e442b8b6.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
-rw-r--r-- | security/apg/Makefile | 6 | ||||
-rw-r--r-- | security/apg/files/patch-Makefile (renamed from security/apg/files/patch-aa) | 8 | ||||
-rw-r--r-- | security/apg/files/patch-apg.c | 7 | ||||
-rw-r--r-- | security/apg/files/patch-doc_man_apg.1 | 14 | ||||
-rw-r--r-- | security/apg/files/patch-doc_man_apgd.8 | 14 |
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. |