diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-08-19 00:06:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-08-19 00:06:44 +0000 |
commit | 8c8769471c89de8ad9326e4067318c518ca03d47 (patch) | |
tree | a20535cf97ab93e4bb9f33033c8972dd2820c20b /cad/gerbv/Makefile | |
parent | a666fc8bebbaafb824fb89a93dbc570c81f2f5a1 (diff) | |
download | pkgsrc-8c8769471c89de8ad9326e4067318c518ca03d47.tar.gz |
update to gerbv-0.14.
Changes since 0.13:
* Removal of the last inclusions of malloc.h after tips
from Charles Lepple.
* Some patch that fixed a problem for Larry Doolittle
* Error messages when running RS274D instead of
"crash-and-burn" (ie segfault).
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r-- | cad/gerbv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 6349304341c..8222f03f2aa 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:25:01 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/08/19 00:06:44 dmcmahill Exp $ # -DISTNAME= gerbv-0.13 -PKGREVISION= 2 +DISTNAME= gerbv-0.14 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} |