Date: Thu, 20 Dec 2018 09:43:30 +0000 (UTC) From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487873 - in head: databases/couchdb2 lang/erlang-runtime21 Message-ID: <201812200943.wBK9hUsi003498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200943.wBK9hUsi003498>