diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-01-03 09:07:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-01-03 09:07:28 +0000 |
commit | ff4fd22252b50ce633a434af91e7c84e03772db8 (patch) | |
tree | 3cc23c2ee428189d2d43265023245f02844ce50a /net | |
parent | 3a835b9be21b8d6d2525a21108fc42c8f7d8eb64 (diff) | |
download | pkgsrc-ff4fd22252b50ce633a434af91e7c84e03772db8.tar.gz |
Bump to pload-0.9.4nb2: make this compile again
Diffstat (limited to 'net')
-rw-r--r-- | net/pload/Makefile | 4 | ||||
-rw-r--r-- | net/pload/distinfo | 3 | ||||
-rw-r--r-- | net/pload/patches/patch-ab | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index 60ba30b89fe..1d8f9f70b2c 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2001/11/29 01:12:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/03 09:07:28 hubertf Exp $ # DISTNAME= pload-0.9.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net x11 MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/ diff --git a/net/pload/distinfo b/net/pload/distinfo index 2bdfd433673..c006c4d2630 100644 --- a/net/pload/distinfo +++ b/net/pload/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:29 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/01/03 09:07:28 hubertf Exp $ SHA1 (pload-0.9.4.tar.gz) = 2e93a7796049d0132629cdd8c85e8ce54a270c60 Size (pload-0.9.4.tar.gz) = 21244 bytes SHA1 (patch-aa) = a5d96eed12a58c9ea6822c7953737b21a4800310 +SHA1 (patch-ab) = 53a211ff7d0990d649472e69451a144d31603a61 diff --git a/net/pload/patches/patch-ab b/net/pload/patches/patch-ab new file mode 100644 index 00000000000..a15efcd6d69 --- /dev/null +++ b/net/pload/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2002/01/03 09:07:29 hubertf Exp $ + +--- Imakefile.orig Thu Mar 4 08:33:03 1999 ++++ Imakefile +@@ -15,7 +15,7 @@ + + ComplexProgramTarget(pload) + +-distclean: clean ++distclean:: clean + $(RM) Makefile osdefs.mk core + + tgz: |