diff options
author | abs <abs@pkgsrc.org> | 2015-02-17 09:59:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2015-02-17 09:59:30 +0000 |
commit | aed025c0971ed3c031aa715241f4a0b9a580038e (patch) | |
tree | 7bd0d1f81580793084cc415962a309895e2bc3c1 /sysutils/estd/Makefile | |
parent | 83b3b504bc54c09b70e978abde6e6ab51b615434 (diff) | |
download | pkgsrc-aed025c0971ed3c031aa715241f4a0b9a580038e.tar.gz |
Fix off by one error which caused SEGV when no valid scaling option found
Add comments to patch-ab
Bump PKGREVISION
Diffstat (limited to 'sysutils/estd/Makefile')
-rw-r--r-- | sysutils/estd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/estd/Makefile b/sysutils/estd/Makefile index a2c97ec8ec3..25d2e04d6ac 100644 --- a/sysutils/estd/Makefile +++ b/sysutils/estd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2015/02/01 18:59:05 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/02/17 09:59:30 abs Exp $ DISTNAME= estd-r9 +PKGREVISION= 1 PKGNAME= estd-0.9 CATEGORIES= sysutils MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ |