diff options
author | cjep <cjep@pkgsrc.org> | 2006-11-20 07:30:35 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2006-11-20 07:30:35 +0000 |
commit | b2a38e4373e066087210ccf3067333c30a11055a (patch) | |
tree | 9036e1ec9d70c2d8d007dbe4002b049128d203f9 /misc/bsdiff/Makefile | |
parent | 1264ae81d15abb6f13ee56efc477f11d516abc85 (diff) | |
download | pkgsrc-b2a38e4373e066087210ccf3067333c30a11055a.tar.gz |
Upgrade to 4.3 (PR#34429).
The author of this software has not provided a changelog, but on glancing
at the sources the license has been added to each source file and there
are a few additions to some files. Some of the syntax has been tidied up.
Diffstat (limited to 'misc/bsdiff/Makefile')
-rw-r--r-- | misc/bsdiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/bsdiff/Makefile b/misc/bsdiff/Makefile index 84b256e850e..0a9e58785b3 100644 --- a/misc/bsdiff/Makefile +++ b/misc/bsdiff/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/07/25 13:39:41 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/11/20 07:30:35 cjep Exp $ # -DISTNAME= bsdiff-4.2 -PKGREVISION= 1 +DISTNAME= bsdiff-4.3 CATEGORIES= misc MASTER_SITES= http://www.daemonology.net/bsdiff/ |