From owner-svn-ports-all@freebsd.org Thu Dec 20 14:19:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52FCC134887A; Thu, 20 Dec 2018 14:19:34 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECCE282B61; Thu, 20 Dec 2018 14:19:33 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA55326BD5; Thu, 20 Dec 2018 14:19:33 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBKEJXEx045715; Thu, 20 Dec 2018 14:19:33 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBKEJXF0045713; Thu, 20 Dec 2018 14:19:33 GMT (envelope-from dch@FreeBSD.org) Message-Id: <201812201419.wBKEJXF0045713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Thu, 20 Dec 2018 14:19:33 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in branches/2018Q4: databases/couchdb2 lang/erlang-runtime21 X-SVN-Commit-Revision: 487883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ECCE282B61 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 14:19:34 -0000 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 \