summaryrefslogtreecommitdiff
path: root/devel/pwlib
diff options
context:
space:
mode:
authortonnerre <tonnerre>2008-08-10 19:50:47 +0000
committertonnerre <tonnerre>2008-08-10 19:50:47 +0000
commit5490943cc591b0c3709a4ad51a8d69495e25fbcf (patch)
tree9025168b8836e1b629f3b3d41aa83968c132ec72 /devel/pwlib
parent62f12a89eaf03a4fc2bfdfaa14835a64cc3225cc (diff)
downloadpkgsrc-5490943cc591b0c3709a4ad51a8d69495e25fbcf.tar.gz
Fix missing src from path in patch-ax.
Diffstat (limited to 'devel/pwlib')
-rw-r--r--devel/pwlib/distinfo4
-rw-r--r--devel/pwlib/patches/patch-ax6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/pwlib/distinfo b/devel/pwlib/distinfo
index 8f54f68d9b3..f66b097ed20 100644
--- a/devel/pwlib/distinfo
+++ b/devel/pwlib/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2008/07/13 14:38:41 tonnerre Exp $
+$NetBSD: distinfo,v 1.26 2008/08/10 19:50:47 tonnerre Exp $
SHA1 (pwlib-v1_8_3-src-tar.gz) = d3a6eff571ebfd37889e75cbaef75983e6119d2e
RMD160 (pwlib-v1_8_3-src-tar.gz) = 1ce2544ef631c8344543e62988f97022c998bb05
@@ -26,7 +26,7 @@ SHA1 (patch-at) = 87bbff9a5426c18c3e8407406b244eef2413cdbd
SHA1 (patch-au) = 4947ee29e91c84f39a370ebc128c1e67737234d1
SHA1 (patch-av) = 2bb533f6a29f10d357aed1b12c0bfc43af8a4f3b
SHA1 (patch-aw) = 236cb19fc7f0b78055b0634b3821c099318abb9f
-SHA1 (patch-ax) = ef77c8c1f767490eba3400e1d784419e7cbfd335
+SHA1 (patch-ax) = 4058be18b01483f2dd929a113493fc53c4c1fc40
SHA1 (patch-ay) = 4a7978e13956172e9190444cb773c950c2e95ace
SHA1 (patch-az) = b82405bea8da7d93d965457f1090e64149e5f561
SHA1 (patch-ba) = 5695be7e37677e7d4db84bb997404030e8a8523f
diff --git a/devel/pwlib/patches/patch-ax b/devel/pwlib/patches/patch-ax
index 45cd4fe2928..9842abc9b82 100644
--- a/devel/pwlib/patches/patch-ax
+++ b/devel/pwlib/patches/patch-ax
@@ -1,7 +1,7 @@
-$NetBSD: patch-ax,v 1.1 2008/07/13 14:38:41 tonnerre Exp $
+$NetBSD: patch-ax,v 1.2 2008/08/10 19:50:47 tonnerre Exp $
---- ptlib/common/contain.cxx.orig 2004-10-21 15:04:21.000000000 +0200
-+++ ptlib/common/contain.cxx
+--- src/ptlib/common/contain.cxx.orig 2004-10-21 15:04:21.000000000 +0200
++++ src/ptlib/common/contain.cxx
@@ -2454,7 +2454,7 @@ PString & PString::vsprintf(const char *
PAssert(SetSize(2000), POutOfMemory);
::vsprintf(theArray+len, fmt, arg);