Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2019 23:33:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517292 - in head/multimedia: librav1e rav1e
Message-ID:  <201911112333.xABNXAa4017035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911112333.xABNXAa4017035>