aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-01 15:08:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-01 15:09:49 +0000
commit7b4d1f0b36f88f7fee1898a9cc10c2acf261a123 (patch)
tree2abf1c896f8e1fd58b9c4e767d74a5ba36df7259 /ports-mgmt
parentfda98f5fc2459e6d2a205ca94c44ec038b560866 (diff)
downloadports-7b4d1f0b36f88f7fee1898a9cc10c2acf261a123.tar.gz
ports-7b4d1f0b36f88f7fee1898a9cc10c2acf261a123.zip
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/bsdadminscripts2/pkg-descr2
-rw-r--r--ports-mgmt/pkg_rmleaves/pkg-descr2
-rw-r--r--ports-mgmt/pkg_search/pkg-descr6
-rw-r--r--ports-mgmt/portgraph/pkg-descr2
4 files changed, 6 insertions, 6 deletions
diff --git a/ports-mgmt/bsdadminscripts2/pkg-descr b/ports-mgmt/bsdadminscripts2/pkg-descr
index 6c44293d0b87..89bdbd4d0081 100644
--- a/ports-mgmt/bsdadminscripts2/pkg-descr
+++ b/ports-mgmt/bsdadminscripts2/pkg-descr
@@ -1,6 +1,6 @@
This is a collection of scripts around the use of ports and packages.
-It allows you to:
+It allows you to:
- check library dependencies without producing false positives (pkg_libchk)
- lets you manage the autoremove flag for leaf packages (pkg_trim)
- remove obsolete or damaged distfiles (distviper)
diff --git a/ports-mgmt/pkg_rmleaves/pkg-descr b/ports-mgmt/pkg_rmleaves/pkg-descr
index e60e75e60e41..b824d06f0812 100644
--- a/ports-mgmt/pkg_rmleaves/pkg-descr
+++ b/ports-mgmt/pkg_rmleaves/pkg-descr
@@ -1,3 +1,3 @@
-pkg_rmleaves finds packages that are not required (depended on) by any
+pkg_rmleaves finds packages that are not required (depended on) by any
other installed package and lets you decide (in a beautiful dialog interface)
for each one if you want to keep it or deinstall it.
diff --git a/ports-mgmt/pkg_search/pkg-descr b/ports-mgmt/pkg_search/pkg-descr
index 9d4c66aa51c7..5a98e8c0e9fc 100644
--- a/ports-mgmt/pkg_search/pkg-descr
+++ b/ports-mgmt/pkg_search/pkg-descr
@@ -9,9 +9,9 @@ if necessary. Example of usage to search for a package:
# pkg_search -i cyrus-sasl-2.1.22
Name : cyrus-sasl-2.1.22-50
- Dir : /usr/ports/security/cyrus-sasl2
+ Dir : /usr/ports/security/cyrus-sasl2
Desc : RFC 2222 SASL (Simple Authentication and Security Layer)
- URL : http://cyrusimap.web.cmu.edu/
- Deps :
+ URL : http://cyrusimap.web.cmu.edu/
+ Deps :
WWW: http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/
diff --git a/ports-mgmt/portgraph/pkg-descr b/ports-mgmt/portgraph/pkg-descr
index 552fda2b1acb..7277b8c5cd53 100644
--- a/ports-mgmt/portgraph/pkg-descr
+++ b/ports-mgmt/portgraph/pkg-descr
@@ -2,7 +2,7 @@ Started from an idea on twitter and used to reduce the dependencies of a port,
here is a python script to produce dependencies' graph of a(ll) FreeBSD port(s).
'portgraph' produces a graph (.dot and svg) representing the dependencies needed
-for a given port or all ports thanks to graphviz and the power of make
+for a given port or all ports thanks to graphviz and the power of make
{build,run}-depends-list.
WWW: https://gitlab.com/lbartoletti/portgraph