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
This commit is contained in:
Dave Cottlehuber 2018-12-20 14:19:33 +00:00
parent 7e611710f1
commit 8d34c8678f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q4/; revision=487883
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= couchdb2
DISTVERSION= 2.3.0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= APACHE/couchdb/source/${DISTVERSION}
DISTNAME= apache-couchdb-${DISTVERSION}

View File

@ -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 \