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