diff options
author | zuntum <zuntum> | 2001-08-16 22:45:33 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-08-16 22:45:33 +0000 |
commit | 189c977e19b787bca7de9fbcbdc619f2a3f786de (patch) | |
tree | 55ec02f634ef52fa232e69191100e6471288b254 /devel/pardiff/Makefile | |
parent | bd345c918da303e1b4de217ed3779739446589d1 (diff) | |
download | pkgsrc-189c977e19b787bca7de9fbcbdc619f2a3f786de.tar.gz |
Update pardiff to 0.9.4
Changelog:
* Version 0.9.4 (Aug 15, 2001)
* Handle context format diff (thanks Adam Bernstein)
* Portability fixes for {Net,Free,Open}Bsd (thanks Tomasz Luchowski)
* Fixed flawed #!/bin/sh line in diffp shell script (thanks Tomasz Luchowski)
Two patches are now in the distribution, so we can remove them.
Diffstat (limited to 'devel/pardiff/Makefile')
-rw-r--r-- | devel/pardiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pardiff/Makefile b/devel/pardiff/Makefile index d0bec0b97c5..22ea644d7aa 100644 --- a/devel/pardiff/Makefile +++ b/devel/pardiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/09 09:35:37 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/16 22:45:33 zuntum Exp $ # -DISTNAME= pardiff-0.9.3 +DISTNAME= pardiff-0.9.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pardiff/} |