svn commit: r487883 - in branches/2018Q4: databases/couchdb2 lang/erlang-runtime21

Dave Cottlehuber dch at FreeBSD.org
Thu Dec 20 14:19:34 UTC 2018


Author: dch
Date: Thu Dec 20 14:19:33 2018
New Revision: 487883
URL: https://svnweb.freebsd.org/changeset/ports/487883

Log:
  MFH: r487873
  
  databases/couchdb2: bump PORTREVISION after lang/erlang-runtime21 was updated
  
  As lang/erlang-runtime21 is a dependency, it requires a PORTREVISION
  bump to ensure BEAM bytecode in CouchDB is updated accordingly. Byte
  code is versioned so the module version changes in Erlang break those
  in CouchDB.
  
  Approved by:	jrm (mentor)
  Differential Revision:	https://reviews.freebsd.org/D18597
  
  Approved by:	ports-secteam

Modified:
  branches/2018Q4/databases/couchdb2/Makefile
  branches/2018Q4/lang/erlang-runtime21/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/databases/couchdb2/Makefile
==============================================================================
--- branches/2018Q4/databases/couchdb2/Makefile	Thu Dec 20 14:00:47 2018	(r487882)
+++ branches/2018Q4/databases/couchdb2/Makefile	Thu Dec 20 14:19:33 2018	(r487883)
@@ -3,6 +3,7 @@
 
 PORTNAME=	couchdb2
 DISTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	APACHE/couchdb/source/${DISTVERSION}
 DISTNAME=	apache-couchdb-${DISTVERSION}

Modified: branches/2018Q4/lang/erlang-runtime21/Makefile
==============================================================================
--- branches/2018Q4/lang/erlang-runtime21/Makefile	Thu Dec 20 14:00:47 2018	(r487882)
+++ branches/2018Q4/lang/erlang-runtime21/Makefile	Thu Dec 20 14:19:33 2018	(r487883)
@@ -3,6 +3,7 @@
 
 PORTNAME=	erlang
 PORTVERSION=	21.1
+# NB when bumping OTP versions also bump PORTREVISION in databases/couchdb2
 CATEGORIES=	lang parallel java
 MASTER_SITES=	http://www.erlang.org/download/:erlangorg			\
 		http://erlang.stacken.kth.se/download/:erlangorg		\


More information about the svn-ports-all mailing list