svn commit: r517292 - in head/multimedia: librav1e rav1e

Jan Beich jbeich at FreeBSD.org
Mon Nov 11 23:33:11 UTC 2019


Author: jbeich
Date: Mon Nov 11 23:33:10 2019
New Revision: 517292
URL: https://svnweb.freebsd.org/changeset/ports/517292

Log:
  multimedia/rav1e: adjust PORTREVISION for slave port
  
  r517260 accidentally bumped PORTREVISION for librav1e. ?= to serve as
  a reminder to avoid dropping the line on update only to repeat the
  same mistake in future.

Modified:
  head/multimedia/librav1e/Makefile   (contents, props changed)
  head/multimedia/rav1e/Makefile   (contents, props changed)

Modified: head/multimedia/librav1e/Makefile
==============================================================================
--- head/multimedia/librav1e/Makefile	Mon Nov 11 23:29:03 2019	(r517291)
+++ head/multimedia/librav1e/Makefile	Mon Nov 11 23:33:10 2019	(r517292)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMEPREFIX=	lib
 
 MASTERDIR=	${.CURDIR}/../rav1e

Modified: head/multimedia/rav1e/Makefile
==============================================================================
--- head/multimedia/rav1e/Makefile	Mon Nov 11 23:29:03 2019	(r517291)
+++ head/multimedia/rav1e/Makefile	Mon Nov 11 23:33:10 2019	(r517292)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rav1e
 DISTVERSION=	0.1.0
-PORTREVISION=	1
+PORTREVISION?=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich at FreeBSD.org


More information about the svn-ports-all mailing list