diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-07-09 00:08:27 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-07-09 00:08:27 +0000 |
commit | 91a2a9653aec2809f90ca6587c436d0ffe036de8 (patch) | |
tree | ab866487435798bd37a777aee0380bf4632cdfe7 | |
parent | 555dfd1b09baedb742bab634b12c788cac03ab8c (diff) | |
download | pkgsrc-91a2a9653aec2809f90ca6587c436d0ffe036de8.tar.gz |
Update 1.0b2 to 1.0b4.
Fix mastersite noted by Hubert Feyrer.
-rw-r--r-- | devel/pth/Makefile | 7 | ||||
-rw-r--r-- | devel/pth/files/md5 | 4 | ||||
-rw-r--r-- | devel/pth/patches/patch-aa | 8 | ||||
-rw-r--r-- | devel/pth/patches/patch-ab | 6 |
4 files changed, 13 insertions, 12 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 54dffb8f203..bfb3823ed5a 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/09 00:08:27 sakamoto Exp $ # -DISTNAME= pth-1.0b2 +DISTNAME= pth-1.0b4 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU:=pth/} +MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ +#MASTER_SITES= ${MASTER_SITE_GNU:=pth/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pth/pth.html diff --git a/devel/pth/files/md5 b/devel/pth/files/md5 index 2794fe35c80..2bfe5014a18 100644 --- a/devel/pth/files/md5 +++ b/devel/pth/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $ +$NetBSD: md5,v 1.2 1999/07/09 00:08:27 sakamoto Exp $ -MD5 (pth-1.0b2.tar.gz) = d57546e7a611ddc3e62f73d90e7dc6dd +MD5 (pth-1.0b4.tar.gz) = 916b4e821ee62bf3775de0c1f83a1d8b diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa index ccc72bf46e1..aff6eb869fd 100644 --- a/devel/pth/patches/patch-aa +++ b/devel/pth/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $ +$NetBSD: patch-aa,v 1.2 1999/07/09 00:08:28 sakamoto Exp $ ---- ./configure.orig Sun Jul 4 22:14:20 1999 -+++ ./configure Mon Jul 5 13:16:46 1999 -@@ -1009,5 +1009,5 @@ +--- ./configure.orig Thu Jul 8 19:30:44 1999 ++++ ./configure Fri Jul 9 08:51:42 1999 +@@ -997,5 +997,5 @@ $libtool_flags --no-verify ltmain.sh $PLATFORM ||\ { echo "configure: error: libtool configuration failed" 1>&2; exit 1; } -LIBTOOL="\$(TOP)/libtool" diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab index 9e8b0288376..7887dcdb02e 100644 --- a/devel/pth/patches/patch-ab +++ b/devel/pth/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $ +$NetBSD: patch-ab,v 1.2 1999/07/09 00:08:28 sakamoto Exp $ ---- ./Makefile.in.orig Sun Jul 4 23:10:35 1999 -+++ ./Makefile.in Mon Jul 5 13:22:59 1999 +--- ./Makefile.in.orig Thu Jul 8 19:34:37 1999 ++++ ./Makefile.in Fri Jul 9 08:51:42 1999 @@ -193,5 +193,5 @@ $(SHTOOL) install -c -m 644 pth.3 $(mandir)/man3/pth.3 $(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h |