From 9513655013bffc44aabf9879d6442dfb42c625b0 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 12 Oct 2018 09:23:04 +0000 Subject: [PATCH] pinentry: bump to 1.1.0, fix HOMEPAGE. --- ...entry-1.0.0.patchset => pinentry-1.1.0.patchset} | 6 +++--- ...{pinentry-1.0.0.recipe => pinentry-1.1.0.recipe} | 13 +++++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) rename app-crypt/pinentry/patches/{pinentry-1.0.0.patchset => pinentry-1.1.0.patchset} (90%) rename app-crypt/pinentry/{pinentry-1.0.0.recipe => pinentry-1.1.0.recipe} (84%) diff --git a/app-crypt/pinentry/patches/pinentry-1.0.0.patchset b/app-crypt/pinentry/patches/pinentry-1.1.0.patchset similarity index 90% rename from app-crypt/pinentry/patches/pinentry-1.0.0.patchset rename to app-crypt/pinentry/patches/pinentry-1.1.0.patchset index 6f4a814b7..cc55bb8a3 100644 --- a/app-crypt/pinentry/patches/pinentry-1.0.0.patchset +++ b/app-crypt/pinentry/patches/pinentry-1.1.0.patchset @@ -5,10 +5,10 @@ Subject: fix source file to use "sys/time.h" instead of "time.h" diff --git a/pinentry/pinentry-emacs.c b/pinentry/pinentry-emacs.c -index df12f1b..5bbcbc8 100644 +index 190ea9d..f39946f 100644 --- a/pinentry/pinentry-emacs.c +++ b/pinentry/pinentry-emacs.c -@@ -35,7 +35,7 @@ +@@ -36,7 +36,7 @@ #include #include #include @@ -18,5 +18,5 @@ index df12f1b..5bbcbc8 100644 #include #include -- -2.7.0 +2.19.1 diff --git a/app-crypt/pinentry/pinentry-1.0.0.recipe b/app-crypt/pinentry/pinentry-1.1.0.recipe similarity index 84% rename from app-crypt/pinentry/pinentry-1.0.0.recipe rename to app-crypt/pinentry/pinentry-1.1.0.recipe index 23cba98ac..87003db8a 100644 --- a/app-crypt/pinentry/pinentry-1.0.0.recipe +++ b/app-crypt/pinentry/pinentry-1.1.0.recipe @@ -1,12 +1,12 @@ SUMMARY="A collection of PIN or passphrase entry dialogs" DESCRIPTION="This is a collection of PIN or passphrase entry dialogs which \ utilize the Assuan protocol as specified in the Libassuan manual." -HOMEPAGE="https://www.gnupg.org/" -COPYRIGHT="2000-2016 Free Software Foundation, Inc." +HOMEPAGE="https://www.gnupg.org/related_software/pinentry/" +COPYRIGHT="2000-2017 Free Software Foundation, Inc." LICENSE="GNU GPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-$portVersion.tar.bz2" -CHECKSUM_SHA256="1672c2edc1feb036075b187c0773787b2afd0544f55025c645a71b4c2f79275a" +CHECKSUM_SHA256="68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570" PATCHES="pinentry-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -53,3 +53,8 @@ INSTALL() cp -r AUTHORS ChangeLog NEWS README $docDir } + +TEST() +{ + make check +}