aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2018-12-20 14:19:33 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2018-12-20 14:19:33 +0000
commit8d34c8678f4402a23cbd878294c047a4a19faebe (patch)
treea621144cc808cbcb3aef29443086874bff932826
parent7e611710f1bb18bbd0a010b94fdb53e4500b80e2 (diff)
downloadports-8d34c8678f4402a23cbd878294c047a4a19faebe.tar.gz
ports-8d34c8678f4402a23cbd878294c047a4a19faebe.zip
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
Notes
Notes: svn path=/branches/2018Q4/; revision=487883
-rw-r--r--databases/couchdb2/Makefile1
-rw-r--r--lang/erlang-runtime21/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/databases/couchdb2/Makefile b/databases/couchdb2/Makefile
index b27dd42a17bd..b8a98e0b0d40 100644
--- a/databases/couchdb2/Makefile
+++ b/databases/couchdb2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= couchdb2
DISTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= APACHE/couchdb/source/${DISTVERSION}
DISTNAME= apache-couchdb-${DISTVERSION}
diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile
index 5171c70d9891..a7f775ff6fdc 100644
--- a/lang/erlang-runtime21/Makefile
+++ b/lang/erlang-runtime21/Makefile
@@ -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 \