svn commit: r487873 - in head: databases/couchdb2 lang/erlang-runtime21

Dave Cottlehuber dch at FreeBSD.org
Thu Dec 20 09:43:31 UTC 2018


Author: dch
Date: Thu Dec 20 09:43:30 2018
New Revision: 487873
URL: https://svnweb.freebsd.org/changeset/ports/487873

Log:
  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)
  MFH:		2018Q4
  Differential Revision:	https://reviews.freebsd.org/D18597

Modified:
  head/databases/couchdb2/Makefile
  head/lang/erlang-runtime21/Makefile

Modified: head/databases/couchdb2/Makefile
==============================================================================
--- head/databases/couchdb2/Makefile	Thu Dec 20 09:42:44 2018	(r487872)
+++ head/databases/couchdb2/Makefile	Thu Dec 20 09:43:30 2018	(r487873)
@@ -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: head/lang/erlang-runtime21/Makefile
==============================================================================
--- head/lang/erlang-runtime21/Makefile	Thu Dec 20 09:42:44 2018	(r487872)
+++ head/lang/erlang-runtime21/Makefile	Thu Dec 20 09:43:30 2018	(r487873)
@@ -3,6 +3,7 @@
 
 PORTNAME=	erlang
 PORTVERSION=	21.2
+# 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