svn commit: r509237 - head/multimedia/kdenlive

Adriaan de Groot adridg at FreeBSD.org
Sun Aug 18 19:09:05 UTC 2019


Author: adridg
Date: Sun Aug 18 19:09:05 2019
New Revision: 509237
URL: https://svnweb.freebsd.org/changeset/ports/509237

Log:
  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

Modified:
  head/multimedia/kdenlive/Makefile

Modified: head/multimedia/kdenlive/Makefile
==============================================================================
--- head/multimedia/kdenlive/Makefile	Sun Aug 18 18:43:56 2019	(r509236)
+++ head/multimedia/kdenlive/Makefile	Sun Aug 18 19:09:05 2019	(r509237)
@@ -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
 


More information about the svn-ports-head mailing list