Re: double words in DESCR

2023-04-09 Thread Stuart Henderson
The REVISION bump for cad/kicad-share/packages3D should be in 
cad/kicad-share/packages3D/Makefile rather than 
cad/kicad-share/Makefile.inc (which affects all subdirs), otherwise ok with me


--
 Sent from a phone, apologies for poor formatting.

On 9 April 2023 09:42:20 Jonathan Gray  wrote:


Index: cad/kicad-share/Makefile.inc
===
RCS file: /cvs/ports/cad/kicad-share/Makefile.inc,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile.inc
--- cad/kicad-share/Makefile.inc18 Feb 2023 07:14:52 -  1.18
+++ cad/kicad-share/Makefile.inc9 Apr 2023 08:33:04 -
@@ -7,6 +7,7 @@ PKG_ARCH ?= *

V ?=6.0.11
EXTRACT_SUFX ?= .tar.bz2
+REVISION = 0

DISTNAME=   kicad-${KICAD_PROJECT}-$V

Index: cad/kicad-share/packages3D/pkg/DESCR
===
RCS file: /cvs/ports/cad/kicad-share/packages3D/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- cad/kicad-share/packages3D/pkg/DESCR3 Oct 2019 07:58:04 -   
1.1.1.1
+++ cad/kicad-share/packages3D/pkg/DESCR9 Apr 2023 08:33:04 -
@@ -1,4 +1,4 @@
The KiCad 3D model libraries are the individual .3dshapes directories.
These 3d models are best used in combination with the official footprint libs.
-Each directory directory contains multiple 3D model files, supporting the
+Each directory contains multiple 3D model files, supporting the
WRL and STEP file formats.
Index: chinese/libtabe/Makefile
===
RCS file: /cvs/ports/chinese/libtabe/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- chinese/libtabe/Makefile11 Mar 2022 18:25:21 -  1.29
+++ chinese/libtabe/Makefile9 Apr 2023 08:33:04 -
@@ -2,7 +2,7 @@ COMMENT=library for Chinese language pr

DISTNAME=   libtabe-0.2.6
PKGNAME=zh-${DISTNAME}
-REVISION=  6
+REVISION=  7
CATEGORIES= chinese
SHARED_LIBS +=  tabe 2.1  # .0.0
SHARED_LIBS +=  bims 2.1  # .0.0
Index: chinese/libtabe/pkg/DESCR
===
RCS file: /cvs/ports/chinese/libtabe/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- chinese/libtabe/pkg/DESCR   14 Jan 2004 05:56:23 -  1.1.1.1
+++ chinese/libtabe/pkg/DESCR   9 Apr 2023 08:33:04 -
@@ -1,5 +1,5 @@
After its pioneering work on Chinese i18n/l10n issues, TaBE Project extends
-extends its goal to more general Chinese language processing issues
+its goal to more general Chinese language processing issues
on computer systems.

libtabe, the latest work made available by the Project, is a library which
Index: databases/p5-DBIx-DBSchema/Makefile
===
RCS file: /cvs/ports/databases/p5-DBIx-DBSchema/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- databases/p5-DBIx-DBSchema/Makefile 26 Feb 2023 07:57:19 -  1.16
+++ databases/p5-DBIx-DBSchema/Makefile 9 Apr 2023 08:33:04 -
@@ -4,6 +4,7 @@ DISTNAME =  DBIx-DBSchema-0.47
CATEGORIES= databases
MODULES=cpan
PKG_ARCH=   *
+REVISION=  0

# Perl
PERMIT_PACKAGE= Yes
Index: databases/p5-DBIx-DBSchema/pkg/DESCR
===
RCS file: /cvs/ports/databases/p5-DBIx-DBSchema/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- databases/p5-DBIx-DBSchema/pkg/DESCR6 May 2006 19:36:12 -   
1.1.1.1
+++ databases/p5-DBIx-DBSchema/pkg/DESCR9 Apr 2023 08:33:04 -
@@ -2,5 +2,5 @@ This module implements an OO-interface t
module, you can create a database schema with an OO Perl interface. You
can read the schema from an existing database. You can save the schema
to disk and restore it a different process. Most importantly,
-DBIx::DBSchema can write SQL CREATE statements statements for different
+DBIx::DBSchema can write SQL CREATE statements for different
databases from a single source.
Index: devel/npth/Makefile
===
RCS file: /cvs/ports/devel/npth/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- devel/npth/Makefile 11 Mar 2022 18:50:52 -  1.11
+++ devel/npth/Makefile 9 Apr 2023 08:33:04 -
@@ -1,6 +1,7 @@
COMMENT=new GNU Portable Threads Library

DISTNAME=   npth-1.6
+REVISION=  0

SHARED_LIBS=npth 1.0# 1.1

Index: devel/npth/pkg/DESCR
===
RCS file: /cvs/ports/devel/npth/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- devel/npth/pkg/DESCR17 Oct 2012 11:56:22 -  1.1.1.1
+++ devel/npth/pkg/DESCR9 Apr 2023 08:33:04 -
@@ -1,5 +1,5 @@
nPth is a non-preemptive 

double words in DESCR

2023-04-09 Thread Jonathan Gray
Index: cad/kicad-share/Makefile.inc
===
RCS file: /cvs/ports/cad/kicad-share/Makefile.inc,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile.inc
--- cad/kicad-share/Makefile.inc18 Feb 2023 07:14:52 -  1.18
+++ cad/kicad-share/Makefile.inc9 Apr 2023 08:33:04 -
@@ -7,6 +7,7 @@ PKG_ARCH ?= *
 
 V ?=   6.0.11
 EXTRACT_SUFX ?=.tar.bz2
+REVISION = 0
 
 DISTNAME=  kicad-${KICAD_PROJECT}-$V
 
Index: cad/kicad-share/packages3D/pkg/DESCR
===
RCS file: /cvs/ports/cad/kicad-share/packages3D/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- cad/kicad-share/packages3D/pkg/DESCR3 Oct 2019 07:58:04 -   
1.1.1.1
+++ cad/kicad-share/packages3D/pkg/DESCR9 Apr 2023 08:33:04 -
@@ -1,4 +1,4 @@
 The KiCad 3D model libraries are the individual .3dshapes directories.
 These 3d models are best used in combination with the official footprint libs.
-Each directory directory contains multiple 3D model files, supporting the
+Each directory contains multiple 3D model files, supporting the
 WRL and STEP file formats.
Index: chinese/libtabe/Makefile
===
RCS file: /cvs/ports/chinese/libtabe/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- chinese/libtabe/Makefile11 Mar 2022 18:25:21 -  1.29
+++ chinese/libtabe/Makefile9 Apr 2023 08:33:04 -
@@ -2,7 +2,7 @@ COMMENT=library for Chinese language pr
 
 DISTNAME=  libtabe-0.2.6
 PKGNAME=   zh-${DISTNAME}
-REVISION=  6
+REVISION=  7
 CATEGORIES=chinese
 SHARED_LIBS += tabe 2.1  # .0.0
 SHARED_LIBS += bims 2.1  # .0.0
Index: chinese/libtabe/pkg/DESCR
===
RCS file: /cvs/ports/chinese/libtabe/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- chinese/libtabe/pkg/DESCR   14 Jan 2004 05:56:23 -  1.1.1.1
+++ chinese/libtabe/pkg/DESCR   9 Apr 2023 08:33:04 -
@@ -1,5 +1,5 @@
 After its pioneering work on Chinese i18n/l10n issues, TaBE Project extends 
-extends its goal to more general Chinese language processing issues 
+its goal to more general Chinese language processing issues 
 on computer systems.
 
 libtabe, the latest work made available by the Project, is a library which
Index: databases/p5-DBIx-DBSchema/Makefile
===
RCS file: /cvs/ports/databases/p5-DBIx-DBSchema/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- databases/p5-DBIx-DBSchema/Makefile 26 Feb 2023 07:57:19 -  1.16
+++ databases/p5-DBIx-DBSchema/Makefile 9 Apr 2023 08:33:04 -
@@ -4,6 +4,7 @@ DISTNAME =  DBIx-DBSchema-0.47
 CATEGORIES=databases
 MODULES=   cpan
 PKG_ARCH=  *
+REVISION=  0
 
 # Perl
 PERMIT_PACKAGE=Yes
Index: databases/p5-DBIx-DBSchema/pkg/DESCR
===
RCS file: /cvs/ports/databases/p5-DBIx-DBSchema/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- databases/p5-DBIx-DBSchema/pkg/DESCR6 May 2006 19:36:12 -   
1.1.1.1
+++ databases/p5-DBIx-DBSchema/pkg/DESCR9 Apr 2023 08:33:04 -
@@ -2,5 +2,5 @@ This module implements an OO-interface t
 module, you can create a database schema with an OO Perl interface. You
 can read the schema from an existing database. You can save the schema
 to disk and restore it a different process. Most importantly,
-DBIx::DBSchema can write SQL CREATE statements statements for different
+DBIx::DBSchema can write SQL CREATE statements for different
 databases from a single source.
Index: devel/npth/Makefile
===
RCS file: /cvs/ports/devel/npth/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- devel/npth/Makefile 11 Mar 2022 18:50:52 -  1.11
+++ devel/npth/Makefile 9 Apr 2023 08:33:04 -
@@ -1,6 +1,7 @@
 COMMENT=   new GNU Portable Threads Library
 
 DISTNAME=  npth-1.6
+REVISION=  0
 
 SHARED_LIBS=   npth 1.0# 1.1
 
Index: devel/npth/pkg/DESCR
===
RCS file: /cvs/ports/devel/npth/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- devel/npth/pkg/DESCR17 Oct 2012 11:56:22 -  1.1.1.1
+++ devel/npth/pkg/DESCR9 Apr 2023 08:33:04 -
@@ -1,5 +1,5 @@
 nPth is a non-preemptive threads implementation using an API very similar to
 the one known from GNU Pth. It has been designed as a replacement of GNU Pth
-for non-ancient operating systems. In contrast to GNU Pth is is based on the
+for non-ancient operating systems. In contrast to