diff options
author | rillig <rillig> | 2007-02-22 23:19:16 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-22 23:19:16 +0000 |
commit | 1f996c85820acea0e2caf8bd8a5a9135e47a1cfc (patch) | |
tree | 28b129773066efc706eb59ad044082aa045c5537 /sysutils/foremost/Makefile | |
parent | 4bccde903be215751d1453c5ad6ec9baa5b8f475 (diff) | |
download | pkgsrc-1f996c85820acea0e2caf8bd8a5a9135e47a1cfc.tar.gz |
Updated foremost to 1.4.
Changes since 1.3:
* Fixed realpath problems when compiling with cygwin
* Fixed flaw in Zip extraction
* Made indirect block detection a little more stable
Patch provided by Lubomir Kundrak in PR 35712.
Diffstat (limited to 'sysutils/foremost/Makefile')
-rw-r--r-- | sysutils/foremost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile index ce644c3650a..4bd0b441dd7 100644 --- a/sysutils/foremost/Makefile +++ b/sysutils/foremost/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/26 16:36:29 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/22 23:19:16 rillig Exp $ -DISTNAME= foremost-1.3 +DISTNAME= foremost-1.4 CATEGORIES= sysutils MASTER_SITES= http://foremost.sourceforge.net/pkg/ |