diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-04-12 02:34:26 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-04-12 02:34:26 +0000 |
commit | 327c7cebcb1545b3b4fd9ab8b35e60beb7d34b5c (patch) | |
tree | f8634cc5d377a17418d5680212334747255d59eb | |
parent | dns/dnsmasq-devel: synch non-UCL pkg-message.in (diff) |
e2fsprogs, rawtherapee: Repair more UCL pkg-message conversion errors.
Both pkg-message texts are relevant for updates.
Reverting this part of UNAUTHORIZED commits, and bump PORTREVISION.
Clean up pkg-message.
Failure-inducing commits:
------------------------------------------------------------------------
r508837 | mat | 2019-08-13 18:03:11 +0200 (Tue, 13 Aug 2019) | 2 lines
Convert to UCL & cleanup pkg-message (categories e-g)
------------------------------------------------------------------------
r508909 | mat | 2019-08-14 14:16:12 +0200 (Wed, 14 Aug 2019) | 2 lines
Convert to UCL & cleanup pkg-message (categories s)
------------------------------------------------------------------------
Notes
Notes:
svn path=/head/; revision=531477
-rw-r--r-- | graphics/rawtherapee/Makefile | 2 | ||||
-rw-r--r-- | graphics/rawtherapee/pkg-message | 6 | ||||
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/e2fsprogs/pkg-message | 6 |
4 files changed, 2 insertions, 14 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index c442fdc3b605..b2079aeea1c6 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -3,7 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://rawtherapee.com/shared/source/ \ LOCAL/mandree/ diff --git a/graphics/rawtherapee/pkg-message b/graphics/rawtherapee/pkg-message index df018b85b5d2..cc7177afff8a 100644 --- a/graphics/rawtherapee/pkg-message +++ b/graphics/rawtherapee/pkg-message @@ -1,6 +1,3 @@ -[ -{ type: install - message: <<EOM LENSFUN INFORMATION: This package uses lensfun to correct lens aberrations. In case @@ -16,6 +13,3 @@ remove older cache directories. Also, after configurations have been moved to the new version's directory, older $HOME/.config/RawTherapee* directories may be removed. -EOM -} -] diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index b44a5167fad6..70f827b3ff4b 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -3,7 +3,7 @@ PORTNAME= e2fsprogs PORTVERSION= 1.45.6 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} diff --git a/sysutils/e2fsprogs/pkg-message b/sysutils/e2fsprogs/pkg-message index 8bc2492b8c54..e58b0a0d7e07 100644 --- a/sysutils/e2fsprogs/pkg-message +++ b/sysutils/e2fsprogs/pkg-message @@ -1,9 +1,3 @@ -[ -{ type: install - message: <<EOM Note: this is a modified version of the e2fsprogs package, not the official package. Report all building and run-time trouble that originates in the package to the port maintainer, mandree@FreeBSD.org. -EOM -} -] |