pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-gnupg: fix typos



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Fri Mar 13 19:31:53 2020 +0200
Changeset:	a113b715d5dd608a1c349f70568933f40420dd51

Modified Files:
	php-gnupg/DESCR
	php-gnupg/MESSAGE
	php-gnupg/Makefile

Log Message:
php-gnupg: fix typos

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a113b715d5dd608a1c349f70568933f40420dd51

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-gnupg/DESCR    | 2 +-
 php-gnupg/MESSAGE  | 2 +-
 php-gnupg/Makefile | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/php-gnupg/DESCR b/php-gnupg/DESCR
index 6c9e56b123..094b952593 100644
--- a/php-gnupg/DESCR
+++ b/php-gnupg/DESCR
@@ -1,4 +1,4 @@
-Php module for interacting with gnupg.
+PHP module for interacting with gnupg.
 https://www.php.net/manual/en/book.gnupg
 
 The extension supports only gnupg version 1 and the version 2 is not
diff --git a/php-gnupg/MESSAGE b/php-gnupg/MESSAGE
index 7dc735ab11..249febbcd2 100644
--- a/php-gnupg/MESSAGE
+++ b/php-gnupg/MESSAGE
@@ -1,4 +1,4 @@
-This Php extension supports only gnupg version 1.
+This PHP extension supports only gnupg version 1.
 
 This can be achieved by setting:
 
diff --git a/php-gnupg/Makefile b/php-gnupg/Makefile
index 02e27687e1..e397d832bb 100644
--- a/php-gnupg/Makefile
+++ b/php-gnupg/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=		security
 
 MAINTAINER=		tpaul%NetBSD.org@localhost
 LICENSE=		modified-bsd
-COMMENT=		Php module for interacting with gnupg
+COMMENT=		PHP module for interacting with gnupg
 
 CONFIGURE_ARGS+=	--with-gnupg=${PREFIX}/include
 
@@ -15,7 +15,7 @@ INSTALLATION_DIRS+=	include/php/ext/gnupg
 .include "../../security/gpgme/buildlink3.mk"
 
 .if !empty(PKG_BUILD_OPTIONS.gpgme:Mgnupg2)
-PKG_FAIL_REASON+=	"gpgme should be build with gnupg1 option"
+PKG_FAIL_REASON+=	"gpgme should be built with gnupg1 option"
 .endif
 
 .include "../../lang/php/ext.mk"


Home | Main Index | Thread Index | Old Index