diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-04-30 10:29:45 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-05-03 10:00:26 +0200 |
commit | fa6c86d28188b4310cacf3d8667d719284e7e34d (patch) | |
tree | be4c9c647d0be0314ea437dd82a8fbff530ced65 /emulators/cingb | |
parent | 9530e44de7503a0c6df93e64ae1b03016a7728ae (diff) | |
download | freebsd-ports-fa6c86d28188b4310cacf3d8667d719284e7e34d.zip |
*: Fix up PORTREVISION
Mostly just typos and assigning PORTREVISION multiple times.
This commit doesn't fix up PORTREVISION between master-slave
ports where the master port often overwrites PORTREVISION from
the slaves which means the slaves don't actually get bumped.
These probably just need PORTREVISION?= but care must be taken
to not decrease the package versions of all the master-slave
packages and to actually bump PORTREVISION as intended. For the
record the currently visible broken master ports are:
databases/libgda5
emulators/virtualbox-ose
emulators/virtualbox-ose-legacy
graphics/atril
multimedia/mlt7
textproc/uim
But all master ports should be looked at here and get an explicit
PORTREVISION?= where it's currently missing to prevent this.
Reported by: portscan
Diffstat (limited to 'emulators/cingb')
-rw-r--r-- | emulators/cingb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile index 9fb5b1d1e057..7d94593243dd 100644 --- a/emulators/cingb/Makefile +++ b/emulators/cingb/Makefile @@ -3,7 +3,7 @@ PORTNAME= cingb DISTVERSIONPREFIX= v DISTVERSION= 0.32 -PORTREVISIO= 1 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= 0mp@FreeBSD.org |