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 <j...@jsg.id.au> 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.inc        18 Feb 2023 07:14:52 -0000      1.18
+++ cad/kicad-share/Makefile.inc        9 Apr 2023 08:33:04 -0000
@@ -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/DESCR        3 Oct 2019 07:58:04 -0000       
1.1.1.1
+++ cad/kicad-share/packages3D/pkg/DESCR        9 Apr 2023 08:33:04 -0000
@@ -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/Makefile    11 Mar 2022 18:25:21 -0000      1.29
+++ chinese/libtabe/Makefile    9 Apr 2023 08:33:04 -0000
@@ -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 -0000      1.1.1.1
+++ chinese/libtabe/pkg/DESCR   9 Apr 2023 08:33:04 -0000
@@ -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 -0000      1.16
+++ databases/p5-DBIx-DBSchema/Makefile 9 Apr 2023 08:33:04 -0000
@@ -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/DESCR        6 May 2006 19:36:12 -0000       
1.1.1.1
+++ databases/p5-DBIx-DBSchema/pkg/DESCR        9 Apr 2023 08:33:04 -0000
@@ -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 -0000      1.11
+++ devel/npth/Makefile 9 Apr 2023 08:33:04 -0000
@@ -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/DESCR        17 Oct 2012 11:56:22 -0000      1.1.1.1
+++ devel/npth/pkg/DESCR        9 Apr 2023 08:33:04 -0000
@@ -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 GNU Pth is based on the
system's standard threads implementation. Thus nPth allows the use of
libraries which are not compatible to GNU Pth.
Index: devel/p5-String-Tagged-Terminal/Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-String-Tagged-Terminal/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- devel/p5-String-Tagged-Terminal/Makefile    13 Feb 2023 22:18:15 -0000      
1.2
+++ devel/p5-String-Tagged-Terminal/Makefile    9 Apr 2023 08:33:04 -0000
@@ -1,6 +1,7 @@
COMMENT =       format terminal output using String::Tagged

DISTNAME =      String-Tagged-Terminal-0.06
+REVISION =     0

CATEGORIES =    devel

Index: devel/p5-String-Tagged-Terminal/pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/p5-String-Tagged-Terminal/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- devel/p5-String-Tagged-Terminal/pkg/DESCR 13 Nov 2022 17:31:20 -0000 1.1.1.1
+++ devel/p5-String-Tagged-Terminal/pkg/DESCR   9 Apr 2023 08:33:04 -0000
@@ -1,3 +1,3 @@
This subclass of String::Tagged provides a method, build_terminal, for
outputting the formatting tags embedded in the string as terminal
-escape sequences, to render the the output in the appropriate style.
+escape sequences, to render the output in the appropriate style.
Index: devel/py-wcwidth/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-wcwidth/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- devel/py-wcwidth/Makefile   22 Jan 2023 14:54:53 -0000      1.15
+++ devel/py-wcwidth/Makefile   9 Apr 2023 08:33:04 -0000
@@ -3,6 +3,7 @@ COMMENT=                measures number of terminal co
MODPY_EGG_VERSION=      0.2.6
DISTNAME=               wcwidth-${MODPY_EGG_VERSION}
PKGNAME=                py-${DISTNAME}
+REVISION=              0

CATEGORIES=             devel

Index: devel/py-wcwidth/pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/py-wcwidth/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- devel/py-wcwidth/pkg/DESCR  7 Jan 2016 08:13:29 -0000       1.1.1.1
+++ devel/py-wcwidth/pkg/DESCR  9 Apr 2023 08:33:04 -0000
@@ -3,6 +3,6 @@ that expect to interpreted by a terminal
printable width of a string on a Terminal.

Usually, the length of the string is equivalent to the number of cells it
-occupies except that there are are also some categories of characters which
+occupies except that there are also some categories of characters which
occupy 2 or even 0 cells. POSIX-conforming systems provide wcwidth(3) and
wcswidth(3) of which this module's interface mirrors precisely.
Index: devel/vanessa/logger/Makefile
===================================================================
RCS file: /cvs/ports/devel/vanessa/logger/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- devel/vanessa/logger/Makefile       11 Mar 2022 18:53:34 -0000      1.6
+++ devel/vanessa/logger/Makefile       9 Apr 2023 08:33:04 -0000
@@ -2,7 +2,7 @@ COMMENT=        provides a generic logging laye

VERSION=        0.0.10
DISTNAME=       vanessa_logger-${VERSION}
-REVISION=      0
+REVISION=      1

SHARED_LIBS=    vanessa_logger                  1.0     # 0.5

Index: devel/vanessa/logger/pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/vanessa/logger/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- devel/vanessa/logger/pkg/DESCR      6 Nov 2006 10:57:38 -0000       1.1.1.1
+++ devel/vanessa/logger/pkg/DESCR      9 Apr 2023 08:33:04 -0000
@@ -1,5 +1,5 @@
Provides a generic logging layer that may be used to log to one or more of
-syslog, an open file handle or a file name. Though due to to limitations in
+syslog, an open file handle or a file name. Though due to limitations in
the implementation of syslog opening multiple syslog loggers doesn't makes
sense. Includes the ability to limit which messages will be logged based on
priorities.
Index: fonts/chivo/Makefile
===================================================================
RCS file: /cvs/ports/fonts/chivo/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- fonts/chivo/Makefile        11 Mar 2022 19:00:17 -0000      1.4
+++ fonts/chivo/Makefile        9 Apr 2023 08:33:04 -0000
@@ -2,7 +2,7 @@ COMMENT =       open-source Grotesque sans-ser

# version numbers listed in README.md
DISTNAME =      chivo-1.007
-REVISION =     0
+REVISION =     1

CATEGORIES =    fonts

Index: fonts/chivo/pkg/DESCR
===================================================================
RCS file: /cvs/ports/fonts/chivo/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- fonts/chivo/pkg/DESCR       6 Mar 2019 08:12:53 -0000       1.1.1.1
+++ fonts/chivo/pkg/DESCR       9 Apr 2023 08:33:04 -0000
@@ -1,6 +1,6 @@
Chivo (Goat) is a new Omnibus-Type grotesque Sans Serif typeface
family. The strength of Chivo Black makes it ideal for highlights
and headlines. Chivo Regular's elegance makes it ideal for combining
-with the strength of Chivo Black and for for continuous reading
+with the strength of Chivo Black and for continuous reading
settings. Its design details make it an indispensable ally for any
designer.
Index: fonts/league-fonts/junction/Makefile
===================================================================
RCS file: /cvs/ports/fonts/league-fonts/junction/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- fonts/league-fonts/junction/Makefile        11 Mar 2022 19:00:22 -0000      
1.3
+++ fonts/league-fonts/junction/Makefile        9 Apr 2023 08:33:04 -0000
@@ -3,7 +3,7 @@ COMMENT =       humanist sans-serif typeface
V =             1.001pre1
DISTNAME =      Junction-$V
LEAGUE_FONT =   junction
-REVISION =     0
+REVISION =     1

MASTER_SITES =  https://distfiles.roadrunner.page/

Index: fonts/league-fonts/junction/pkg/DESCR
===================================================================
RCS file: /cvs/ports/fonts/league-fonts/junction/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- fonts/league-fonts/junction/pkg/DESCR       20 Mar 2021 12:30:01 -0000      
1.1.1.1
+++ fonts/league-fonts/junction/pkg/DESCR       9 Apr 2023 08:33:04 -0000
@@ -1,3 +1,3 @@
-Junction is a a humanist sans-serif, and the first open-source type project
+Junction is a humanist sans-serif, and the first open-source type project
started by The League of Moveable Type. It has been updated to include
additional weights (light/bold) and expanded international support.
Index: games/puzzles/Makefile
===================================================================
RCS file: /cvs/ports/games/puzzles/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- games/puzzles/Makefile      11 Mar 2022 19:04:50 -0000      1.21
+++ games/puzzles/Makefile      9 Apr 2023 08:33:04 -0000
@@ -2,6 +2,7 @@ COMMENT =       collection of puzzles games

DISTNAME =      puzzles-20211021
CATEGORIES =    games
+REVISION =     0

MASTER_SITES =  https://rhaalovely.net/stuff/
HOMEPAGE =      https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
Index: games/puzzles/pkg/DESCR
===================================================================
RCS file: /cvs/ports/games/puzzles/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- games/puzzles/pkg/DESCR     28 Mar 2012 12:53:53 -0000      1.1.1.1
+++ games/puzzles/pkg/DESCR     9 Apr 2023 08:33:04 -0000
@@ -1,3 +1,3 @@
-This is is a collection of well-known puzzle games, all built around a
+This is a collection of well-known puzzle games, all built around a
common portable framework by Simon Tatham. They're perfect to slack
during a compilation.
Index: graphics/dcmtk/Makefile
===================================================================
RCS file: /cvs/ports/graphics/dcmtk/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- graphics/dcmtk/Makefile     13 Jul 2022 18:44:37 -0000      1.28
+++ graphics/dcmtk/Makefile     9 Apr 2023 08:33:04 -0000
@@ -2,6 +2,7 @@ COMMENT=                DICOM toolkit

V =                     3.6.7
DISTNAME=               dcmtk-$V
+REVISION =             0

SHARED_LIBS +=  cmr                       0.1 # 3.6
SHARED_LIBS +=  dcmdata                   1.0 # 3.6
Index: graphics/dcmtk/pkg/DESCR
===================================================================
RCS file: /cvs/ports/graphics/dcmtk/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -r1.2 DESCR
--- graphics/dcmtk/pkg/DESCR    29 Jul 2017 12:56:19 -0000      1.2
+++ graphics/dcmtk/pkg/DESCR    9 Apr 2023 08:33:04 -0000
@@ -2,5 +2,5 @@ DCMTK is a collection of libraries and a
parts the DICOM standard. It includes software for examining,
constructing and converting DICOM image files, handling offline media,
sending and receiving images over a network connection, as well as
-demonstrative image storage and worklist servers. DCMTK is is written in
+demonstrative image storage and worklist servers. DCMTK is written in
a mixture of ANSI C and C++.
Index: graphics/jbigkit/Makefile
===================================================================
RCS file: /cvs/ports/graphics/jbigkit/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- graphics/jbigkit/Makefile   11 Mar 2022 19:22:35 -0000      1.46
+++ graphics/jbigkit/Makefile   9 Apr 2023 08:33:04 -0000
@@ -1,6 +1,7 @@
COMMENT =       lossless image compression library, with lightweight version

DISTNAME =      jbigkit-2.1
+REVISION =     0

SHARED_LIBS +=  jbig   3.0 # 2.0
SHARED_LIBS +=  jbig85 3.0 # 2.0
Index: graphics/jbigkit/pkg/DESCR
===================================================================
RCS file: /cvs/ports/graphics/jbigkit/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -r1.2 DESCR
--- graphics/jbigkit/pkg/DESCR  13 Apr 2013 08:53:10 -0000      1.2
+++ graphics/jbigkit/pkg/DESCR  9 Apr 2023 08:33:04 -0000
@@ -11,7 +11,7 @@ Poskanzer's PBM graphics file conversion

New in version 2.0 is an additional 'lightweight' version of the jbig
library, named jbig85. This implements only the T.85 profile of the
-the full standard in the ITU-T recommendation, but is far smaller
+full standard in the ITU-T recommendation, but is far smaller
and uses much less memory while encoding. See the homepage for more
details: http://www.cl.cam.ac.uk/~mgk25/jbigkit/

Index: lang/kawa/Makefile
===================================================================
RCS file: /cvs/ports/lang/kawa/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- lang/kawa/Makefile  11 Mar 2022 19:29:04 -0000      1.23
+++ lang/kawa/Makefile  9 Apr 2023 08:33:04 -0000
@@ -2,7 +2,7 @@ COMMENT=                Scheme and language framework

DISTNAME=               kawa-3.1.1
CATEGORIES=             lang java
-REVISION=              0
+REVISION=              1

HOMEPAGE=               https://www.gnu.org/software/kawa/

Index: lang/kawa/pkg/DESCR
===================================================================
RCS file: /cvs/ports/lang/kawa/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -r1.2 DESCR
--- lang/kawa/pkg/DESCR 11 May 2015 07:39:19 -0000      1.2
+++ lang/kawa/pkg/DESCR 9 Apr 2023 08:33:04 -0000
@@ -6,4 +6,4 @@ language", but includes a compiler and a
programming language, including optional static typing, so Kawa programs
can be as efficient as Java.  Kawa is also a useful framework for
implementing other programming languages on the Java platform. It has
-has many useful utility classes.
+many useful utility classes.
Index: lang/rsm/Makefile
===================================================================
RCS file: /cvs/ports/lang/rsm/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- lang/rsm/Makefile   15 Apr 2022 02:08:40 -0000      1.1.1.1
+++ lang/rsm/Makefile   9 Apr 2023 08:33:04 -0000
@@ -8,6 +8,7 @@ GL_TAGNAME =    v1.76.2
CATEGORIES =    lang
HOMEPAGE =      https://gitlab.com/${GL_ACCOUNT}/${GL_TAGNAME}
MAINTAINER =    Thomas Frohwein <t...@openbsd.org>
+REVISION =     0

# AGPL-3.0+
PERMIT_PACKAGE =        Yes
Index: lang/rsm/pkg/DESCR
===================================================================
RCS file: /cvs/ports/lang/rsm/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- lang/rsm/pkg/DESCR  15 Apr 2022 02:08:40 -0000      1.1.1.1
+++ lang/rsm/pkg/DESCR  9 Apr 2023 08:33:04 -0000
@@ -1,4 +1,4 @@
-M or MUMPS is a a high performance transaction processing key-value database
+M or MUMPS is a high performance transaction processing key-value database
with integrated programming language. It was originally developed at
Massachusetts General Hospital for managing hospital laboratory information
systems. It is widely used in the healthcare and banking sectors.
Index: mail/rss2email/Makefile
===================================================================
RCS file: /cvs/ports/mail/rss2email/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- mail/rss2email/Makefile     26 Nov 2022 09:27:41 -0000      1.15
+++ mail/rss2email/Makefile     9 Apr 2023 08:33:04 -0000
@@ -3,6 +3,7 @@ COMMENT =       convert RSS/Atom newsfeeds to
MODPY_EGG_VERSION = 3.14
DISTNAME =      rss2email-${MODPY_EGG_VERSION}
CATEGORIES =    mail www
+REVISION =     0

MAINTAINER =    Kaashif Hymabaccus <kaas...@kaashif.co.uk>

Index: mail/rss2email/pkg/DESCR
===================================================================
RCS file: /cvs/ports/mail/rss2email/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -r1.2 DESCR
--- mail/rss2email/pkg/DESCR    11 Sep 2019 00:15:43 -0000      1.2
+++ mail/rss2email/pkg/DESCR    9 Apr 2023 08:33:04 -0000
@@ -3,4 +3,4 @@ watches RSS feeds and sends you nicely f
each new item.

rss2email was started by Aaron Swartz and is currently maintained by
-by the community at https://github.com/rss2email.
+the community at https://github.com/rss2email.
Index: print/latex-mk/Makefile
===================================================================
RCS file: /cvs/ports/print/latex-mk/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- print/latex-mk/Makefile     11 Mar 2022 19:51:02 -0000      1.10
+++ print/latex-mk/Makefile     9 Apr 2023 08:33:04 -0000
@@ -1,7 +1,7 @@
COMMENT=        set of Makefile fragments to manage LaTeX documents

DISTNAME=       latex-mk-1.9.1
-REVISION=      1
+REVISION=      2
CATEGORIES=     print
HOMEPAGE=       http://latex-mk.sourceforge.net/

Index: print/latex-mk/pkg/DESCR
===================================================================
RCS file: /cvs/ports/print/latex-mk/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- print/latex-mk/pkg/DESCR    31 Jan 2007 22:38:03 -0000      1.1.1.1
+++ print/latex-mk/pkg/DESCR    9 Apr 2023 08:33:04 -0000
@@ -1,5 +1,5 @@
latex-mk is a set of Makefile fragments designed to assist in the
management of LaTeX documents. The user creates a simple Makefile which
sets up a few simple variables and then includes the latex.mk fragment
-at the end. Large documents, which require many many steps to typeset can
+at the end. Large documents, which require many steps to typeset can
be managed easily.
Index: security/p5-Text-Password-Pronounceable/Makefile
===================================================================
RCS file: /cvs/ports/security/p5-Text-Password-Pronounceable/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- security/p5-Text-Password-Pronounceable/Makefile 11 Mar 2022 19:53:48 -0000 1.8
+++ security/p5-Text-Password-Pronounceable/Makefile    9 Apr 2023 08:33:04 
-0000
@@ -4,7 +4,7 @@ MODULES=        cpan
PKG_ARCH=       *
DISTNAME=       Text-Password-Pronounceable-0.30
FIX_EXTRACT_PERMISSIONS=Yes
-REVISION=      0
+REVISION=      1

CATEGORIES=     security

Index: security/p5-Text-Password-Pronounceable/pkg/DESCR
===================================================================
RCS file: /cvs/ports/security/p5-Text-Password-Pronounceable/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- security/p5-Text-Password-Pronounceable/pkg/DESCR 14 Jun 2011 11:31:45 -0000 1.1.1.1
+++ security/p5-Text-Password-Pronounceable/pkg/DESCR   9 Apr 2023 08:33:04 
-0000
@@ -1,2 +1,2 @@
This module generates pronuceable passwords,
-based the the English digraphs by D Edwards.
+based on the English digraphs by D Edwards.
Index: sysutils/hcloud/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/hcloud/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- sysutils/hcloud/Makefile    14 Mar 2023 19:00:02 -0000      1.9
+++ sysutils/hcloud/Makefile    9 Apr 2023 08:33:04 -0000
@@ -1,5 +1,6 @@
COMMENT =               command-line interface for Hetzner Cloud
V =                     1.31.1
+REVISION =             0

MODGO_MODNAME =         github.com/hetznercloud/cli
MODGO_VERSION =         v${V}
Index: sysutils/hcloud/pkg/DESCR
===================================================================
RCS file: /cvs/ports/sysutils/hcloud/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- sysutils/hcloud/pkg/DESCR   22 May 2021 17:57:34 -0000      1.1.1.1
+++ sysutils/hcloud/pkg/DESCR   9 Apr 2023 08:33:04 -0000
@@ -1,4 +1,4 @@
Manage Hetzner Cloud Server from the command line.

-Hcloud is is a command line utility written in go, which implements the
+Hcloud is a command line utility written in go, which implements the
Hetzner Cloud API as described in https://docs.hetzner.cloud
Index: sysutils/multitail/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/multitail/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- sysutils/multitail/Makefile 30 Nov 2022 14:34:38 -0000      1.35
+++ sysutils/multitail/Makefile 9 Apr 2023 08:33:04 -0000
@@ -2,7 +2,7 @@ COMMENT=        multi-window tail(1) utility

DISTNAME=       multitail-6.4.2
CATEGORIES=     sysutils
-REVISION=      1
+REVISION=      2

HOMEPAGE=       https://www.vanheusden.com/multitail/
PORTROACH=      site:https://github.com/folkertvanheusden/multitail/releases/
Index: sysutils/multitail/pkg/DESCR
===================================================================
RCS file: /cvs/ports/sysutils/multitail/pkg/DESCR,v
retrieving revision 1.3
diff -u -p -r1.3 DESCR
--- sysutils/multitail/pkg/DESCR        1 Aug 2016 12:29:36 -0000       1.3
+++ sysutils/multitail/pkg/DESCR        9 Apr 2023 08:33:04 -0000
@@ -1,7 +1,7 @@
multitail allows the viewing of one or multiple files like
the original tail(1) program.
The difference is that this program creates multiple windows
-windows on the console (with ncurses). It can also use colors
+on the console (with ncurses). It can also use colors
while displaying the logfiles for faster recognizing which
lines are important and which are not. It is optimized for
terminal-sessions through slow links.
Index: sysutils/tarsnapper/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/tarsnapper/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- sysutils/tarsnapper/Makefile        26 Nov 2022 15:03:00 -0000      1.13
+++ sysutils/tarsnapper/Makefile        9 Apr 2023 08:33:04 -0000
@@ -2,7 +2,7 @@ COMMENT =               tarsnap wrapper which automat

MODPY_EGG_VERSION =     0.4.0
DISTNAME =              tarsnapper-${MODPY_EGG_VERSION}
-REVISION =             6
+REVISION =             7

CATEGORIES =            sysutils

Index: sysutils/tarsnapper/pkg/DESCR
===================================================================
RCS file: /cvs/ports/sysutils/tarsnapper/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- sysutils/tarsnapper/pkg/DESCR       12 Aug 2017 19:17:14 -0000      1.1.1.1
+++ sysutils/tarsnapper/pkg/DESCR       9 Apr 2023 08:33:04 -0000
@@ -1,7 +1,7 @@
Tarsnapper is a wrapper around tarsnap which:

- Lets you define "backup jobs" (tarsnap invocations) in a config file, though
-  on it's own this has little advantage over just using a a shell script.
+  on it's own this has little advantage over just using a shell script.

- Lets you expire old backups using a Grandfather-father-son backup scheme.
  This feature can be used in conjunction with tarsnapper backup jobs, or
Index: textproc/meld/Makefile
===================================================================
RCS file: /cvs/ports/textproc/meld/Makefile,v
retrieving revision 1.84
diff -u -p -r1.84 Makefile
--- textproc/meld/Makefile      20 Nov 2022 12:20:45 -0000      1.84
+++ textproc/meld/Makefile      9 Apr 2023 08:33:04 -0000
@@ -2,7 +2,7 @@ COMMENT=                graphical diff and merge tool

GNOME_VERSION=          3.22.0
GNOME_PROJECT=          meld
-REVISION=              1
+REVISION=              2

CATEGORIES=             textproc

Index: textproc/meld/pkg/DESCR
===================================================================
RCS file: /cvs/ports/textproc/meld/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- textproc/meld/pkg/DESCR     3 Jun 2009 18:23:27 -0000       1.1.1.1
+++ textproc/meld/pkg/DESCR     9 Apr 2023 08:33:04 -0000
@@ -1,6 +1,6 @@
Meld is a visual diff and merge tool. You can compare two or three files
and edit them in place (diffs update dynamically). You can compare two
or three folders and launch file comparisons. You can browse and view a
-working copy from popular version control systems such such as CVS,
+working copy from popular version control systems such as CVS,
Subversion, Bazaar-ng and Mercurial if the corresponding commands are
installed.
Index: textproc/py-patiencediff/Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-patiencediff/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- textproc/py-patiencediff/Makefile   5 Mar 2023 11:09:55 -0000       1.13
+++ textproc/py-patiencediff/Makefile   9 Apr 2023 08:33:04 -0000
@@ -3,6 +3,7 @@ COMMENT=        Python implementation of the pa
MODPY_EGG_VERSION=      0.2.13
DISTNAME=       patiencediff-${MODPY_EGG_VERSION}
PKGNAME=        py-patiencediff-${MODPY_EGG_VERSION}
+REVISION=      0

CATEGORIES=     textproc

Index: textproc/py-patiencediff/pkg/DESCR
===================================================================
RCS file: /cvs/ports/textproc/py-patiencediff/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -r1.2 DESCR
--- textproc/py-patiencediff/pkg/DESCR  19 Oct 2022 11:23:23 -0000      1.2
+++ textproc/py-patiencediff/pkg/DESCR  9 Apr 2023 08:33:04 -0000
@@ -14,7 +14,7 @@ The package comes with two implementatio

- A Python implementation (_patiencediff_py.py); this implementation only
  requires a Python interpreter and is the more readable version of the two.
-- A C implementation implementation (_patiencediff_c.c); this implementation
+- A C implementation (_patiencediff_c.c); this implementation
  is faster, but requires a C compiler and is less readable.

It may also be called from the command line:
Index: www/netsurf/libnspsl/Makefile
===================================================================
RCS file: /cvs/ports/www/netsurf/libnspsl/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- www/netsurf/libnspsl/Makefile       11 Mar 2022 20:10:08 -0000      1.8
+++ www/netsurf/libnspsl/Makefile       9 Apr 2023 08:33:04 -0000
@@ -2,6 +2,7 @@ COMMENT =               public suffix list library fo

NETSURF_PROJECT =       libnspsl
NETSURF_VERSION =       0.1.6
+REVISION =             0

CATEGORIES =            www
SHARED_LIBS =           nspsl 0.0 #0.1.0
Index: www/netsurf/libnspsl/pkg/DESCR
===================================================================
RCS file: /cvs/ports/www/netsurf/libnspsl/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- www/netsurf/libnspsl/pkg/DESCR      2 Dec 2016 06:22:53 -0000       1.1.1.1
+++ www/netsurf/libnspsl/pkg/DESCR      9 Apr 2023 08:33:04 -0000
@@ -1,5 +1,5 @@
The Public Suffix List is a database of top level domain names. The
-database allows an application to determine if if a domain name requires
+database allows an application to determine if a domain name requires
an additional label to be valid.

The nspsl library generates a static code representation of the Public
Index: www/polipo/Makefile
===================================================================
RCS file: /cvs/ports/www/polipo/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- www/polipo/Makefile 8 Nov 2022 11:17:19 -0000       1.23
+++ www/polipo/Makefile 9 Apr 2023 08:33:04 -0000
@@ -2,7 +2,7 @@ COMMENT=        HTTP caching proxy

DISTNAME=       polipo-1.1.1
CATEGORIES=     www
-REVISION=      1
+REVISION=      2

HOMEPAGE=       http://www.pps.univ-paris-diderot.fr/~jch/software/polipo/

Index: www/polipo/pkg/DESCR
===================================================================
RCS file: /cvs/ports/www/polipo/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- www/polipo/pkg/DESCR        6 Aug 2005 21:21:53 -0000       1.1.1.1
+++ www/polipo/pkg/DESCR        9 Apr 2023 08:33:04 -0000
@@ -1,4 +1,4 @@
Polipo is a small and fast caching web proxy (a web cache, an HTTP
proxy) designed to be used by one person or a small group of people. I
like to think that is similar in spirit to WWWOFFLE, but the
-implementation techniques are more like the ones ones used by Squid.
+implementation techniques are more like the ones used by Squid.

Reply via email to