pinentry: bump to 1.1.0, fix HOMEPAGE.

This commit is contained in:
fbrosson
2018-10-12 09:23:04 +00:00
parent e359dbe99c
commit 9513655013
2 changed files with 12 additions and 7 deletions

View File

@@ -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 <string.h>
#include <errno.h>
#include <limits.h>
@@ -18,5 +18,5 @@ index df12f1b..5bbcbc8 100644
#include <sys/stat.h>
#include <sys/socket.h>
--
2.7.0
2.19.1

View File

@@ -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
}