summaryrefslogtreecommitdiff
path: root/security/gpgme03
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-23 22:54:54 +0000
committerminskim <minskim@pkgsrc.org>2004-03-23 22:54:54 +0000
commit092fc57b55306b755a9ebd9983dafa8bfcd46710 (patch)
tree9a986a951f5cd473d1416d64b835af0cacf9258b /security/gpgme03
parenta4a18612a3ce58ec9faecf44441d466d6cfbb2ac (diff)
downloadpkgsrc-092fc57b55306b755a9ebd9983dafa8bfcd46710.tar.gz
Add a missing apostrophe in a shell command.
Diffstat (limited to 'security/gpgme03')
-rw-r--r--security/gpgme03/distinfo4
-rw-r--r--security/gpgme03/patches/patch-aa6
2 files changed, 5 insertions, 5 deletions
diff --git a/security/gpgme03/distinfo b/security/gpgme03/distinfo
index 98d4c56e3e8..ab9c85eb61b 100644
--- a/security/gpgme03/distinfo
+++ b/security/gpgme03/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2004/03/11 12:26:28 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2004/03/23 22:54:54 minskim Exp $
SHA1 (gpgme-0.3.16.tar.gz) = a59a48e920eb01b4f3af57f8f02fbedfaa63b0a9
Size (gpgme-0.3.16.tar.gz) = 679430 bytes
-SHA1 (patch-aa) = faf0cdffd99d648aef82481b935a2cdf4b2d23db
+SHA1 (patch-aa) = 77f58df8e29037babdd6c0be182a9b8b5ba0dc50
SHA1 (patch-ab) = d73b151c643d6ae5b2a321e58291a6b48892fd03
SHA1 (patch-ac) = d04178a5e3fe8d71c1ebf19290b597d3e21810f0
SHA1 (patch-ad) = e07cce6ec27248be0ca8192a70f652dbcfae8e6d
diff --git a/security/gpgme03/patches/patch-aa b/security/gpgme03/patches/patch-aa
index 21e1d0381da..5c7879a4663 100644
--- a/security/gpgme03/patches/patch-aa
+++ b/security/gpgme03/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1 2004/03/11 12:26:28 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2004/03/23 22:54:54 minskim Exp $
---- gpgme/Makefile.in.orig 2003-11-19 09:55:10.000000000 +0100
+--- gpgme/Makefile.in.orig 2003-11-19 02:55:10.000000000 -0600
+++ gpgme/Makefile.in
@@ -175,9 +175,9 @@ bin_SCRIPTS = gpgme-config
m4datadir = $(datadir)/aclocal
@@ -95,7 +95,7 @@ $NetBSD: patch-aa,v 1.1 2004/03/11 12:26:28 jmmv Exp $
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
if test -f $$d$$p; then \
- f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
-+ f=`echo "$$p" | sed -e 's|^.*/||' -e 's|gpgme|gpgme03|`; \
++ f=`echo "$$p" | sed -e 's|^.*/||' -e 's|gpgme|gpgme03|'`; \
echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
$(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
else :; fi; \