diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-18 19:09:05 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-18 19:09:05 +0000 |
commit | 7c20765ca85abe15103704ac1831781d4d7f808f (patch) | |
tree | 7ab13da2730c0727f9ae85c2afd56c0f46cf411f | |
parent | 187a48a29d9385bbdc18e1c8a3738898250f70a0 (diff) | |
download | freebsd-ports-7c20765ca85abe15103704ac1831781d4d7f808f.zip |
Restore PORTREVISION to multimedia/kdenlive
This is basically a duplicate of
r503971 | tcberner | 2019-06-11 19:14:05 +0200 (Tue, 11 Jun 2019) | 8 lines
M /head/multimedia/kdenlive/Makefile
In r503611 the PORTREVISION was mistakenly dropped (kdenlive is at the
moment held back at a lower version).
PR: 239947
Reported by: Ting-Wei Lan
-rw-r--r-- | multimedia/kdenlive/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index bb5fd3d6dbfb..73c153b0445b 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ PORTNAME= kdenlive +PORTREVISION= 4 +# NOTE KDE_APPLICATIONS_VERSION is set explicitly in this port, not 19.08 DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= multimedia kde kde-applications |