diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-23 16:43:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-23 16:43:17 +0000 |
commit | ea27b2b63cbb68d09a90f54b4b31b751cec13735 (patch) | |
tree | 242aa6ff3d5630cd328a98dee7c41a602eb0f896 | |
parent | 4e0ba208a91c3095999e64506e1d175709da0d3f (diff) | |
download | pkgsrc-ea27b2b63cbb68d09a90f54b4b31b751cec13735.tar.gz |
pkglint cleanup.
-rw-r--r-- | cad/boolean/Makefile | 4 | ||||
-rw-r--r-- | cad/boolean/distinfo | 6 | ||||
-rw-r--r-- | cad/boolean/patches/patch-ac | 4 | ||||
-rw-r--r-- | cad/boolean/patches/patch-ah | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 1b0da78ec02..498e85ab61a 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2007/02/23 16:42:30 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2007/02/23 16:43:17 wiz Exp $ # DISTNAME= boolean_6_92 @@ -7,7 +7,7 @@ CATEGORIES= cad graphics MASTER_SITES= http://www.xs4all.nl/~kholwerd/download/boolzip/ EXTRACT_SUFX= .zip -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xs4all.nl/~kholwerd/bool.html COMMENT= GDSII viewer/editor + (boolean) operations on sets of 2d polygons diff --git a/cad/boolean/distinfo b/cad/boolean/distinfo index b7bd016dd2c..1a1412bcbdf 100644 --- a/cad/boolean/distinfo +++ b/cad/boolean/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.12 2007/02/23 16:42:30 wiz Exp $ +$NetBSD: distinfo,v 1.13 2007/02/23 16:43:17 wiz Exp $ SHA1 (boolean_6_92.zip) = c0b75d957186cb482b9a363984133e311f291c14 RMD160 (boolean_6_92.zip) = efb5b5cd0237c5fe13cc994f89c5061b768fdd11 Size (boolean_6_92.zip) = 4366947 bytes SHA1 (patch-aa) = 2bca0775e3f94bd53041c4083d9b85394bfbfae4 SHA1 (patch-ab) = 19bf76826a67bd640451c558e8e36d830c23ebf5 -SHA1 (patch-ac) = 64f7c933057367364366d83f2388fc263aeb42bc -SHA1 (patch-ah) = 7443745169170f2df6744706cc12a020bc5711af +SHA1 (patch-ac) = e5f1f46d379347a1ea932a781693128c3f4ea682 +SHA1 (patch-ah) = ac97179d24e009f9654dc4e1a0e87218a572fab8 SHA1 (patch-ai) = 787bdae151487758891a2849992749dff00cf767 diff --git a/cad/boolean/patches/patch-ac b/cad/boolean/patches/patch-ac index c4efbe7ba6b..628502007b4 100644 --- a/cad/boolean/patches/patch-ac +++ b/cad/boolean/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.5 2007/02/23 16:42:30 wiz Exp $ +$NetBSD: patch-ac,v 1.6 2007/02/23 16:43:17 wiz Exp $ Don't define identifiers that are already macros. --- modules/kbool/include/booleng.h.orig 2005-11-28 13:32:50.000000000 +0000 +++ modules/kbool/include/booleng.h -@@ -56,8 +56,12 @@ class KBoolLink;
+@@ -56,8 +56,12 @@ class KBoolLink; typedef long long B_INT; // 8 bytes integer
//#define MAXB_INT LONG_LONG_MAX
//#define MINB_INT LONG_LONG_MIN // 8 bytes integer
diff --git a/cad/boolean/patches/patch-ah b/cad/boolean/patches/patch-ah index 8e98183068f..bed0aba491e 100644 --- a/cad/boolean/patches/patch-ah +++ b/cad/boolean/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.1 2007/02/23 16:42:31 wiz Exp $ +$NetBSD: patch-ah,v 1.2 2007/02/23 16:43:17 wiz Exp $ --- apps/edit/include/chandbas.h.orig 2005-03-04 14:20:52.000000000 +0000 +++ apps/edit/include/chandbas.h -@@ -298,7 +298,7 @@ class CommandHandler
+@@ -298,7 +298,7 @@ class CommandHandler //!add files to the history
bool AddFileToHistory(const wxString& file,const wxString& type);
//!save the history files
|