cb50d5e092
Changes since 1.4.0: - COUCHDB-1781: The official documentation has been overhauled. - New administration UI, included as an experimental preview. - COUCHDB-1888: Fixed an issue where admin users would be restricted by the public_fields feature. - Fixed an issue with the JavaScript CLI test runner. - COUCHDB-1867: An experimental plugin feature has been added. - COUCHDB-1894: An experimental Node.js-based query server runtime added. - COUCHDB-1901: Better retry mechanism for transferring attachments during replication.
24 lines
628 B
Text
24 lines
628 B
Text
# $NetBSD: Makefile.versions,v 1.2 2014/01/02 17:10:22 fhajny Exp $
|
|
|
|
_VERSIONS= \
|
|
couch_dbupdates 0.1 \
|
|
couch_index 0.1 \
|
|
couch_mrview 0.1 \
|
|
couch_plugins 0.1 \
|
|
couch_replicator 0.1 \
|
|
ejson 0.1.0 \
|
|
ibrowse 2.2.0 \
|
|
mochiweb 1.4.1 \
|
|
snappy 1.0.5
|
|
|
|
PLIST_SUBST+= VERSION=${DIST_VERSION_MAJOR}
|
|
|
|
.for name version in ${_VERSIONS}
|
|
VERSION.${name}=${version}
|
|
PLIST_SUBST+= VERSION.${name}=${version}
|
|
.endfor
|
|
|
|
# Generate PLIST
|
|
.for _pkg_ _version_ in $(_VERSIONS)
|
|
PRINT_PLIST_AWK+= {if ($$0 ~ /\/$(_pkg_)-$(_version_)\//) {sub(/\/$(_pkg_)-$(_version_)\//,"/$(_pkg_)-$${VERSION.$(_pkg_)}/", $$0);}}
|
|
.endfor
|