From owner-svn-ports-all@freebsd.org Sun Nov 1 08:07:20 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA6D14464AA; Sun, 1 Nov 2020 08:07:20 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CP7tw3rgLz3cp7; Sun, 1 Nov 2020 08:07:20 +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 6764215917; Sun, 1 Nov 2020 08:07:20 +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 0A187K91016322; Sun, 1 Nov 2020 08:07:20 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A187K54016320; Sun, 1 Nov 2020 08:07:20 GMT (envelope-from dch@FreeBSD.org) Message-Id: <202011010807.0A187K54016320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Sun, 1 Nov 2020 08:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553827 - head/databases/couchdb3 X-SVN-Group: ports-head X-SVN-Commit-Author: dch X-SVN-Commit-Paths: head/databases/couchdb3 X-SVN-Commit-Revision: 553827 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 01 Nov 2020 08:07:20 -0000 Author: dch Date: Sun Nov 1 08:07:19 2020 New Revision: 553827 URL: https://svnweb.freebsd.org/changeset/ports/553827 Log: databases/couchdb3: add web UI tools by default Sponsored by: SkunkWerks, GmbH Modified: head/databases/couchdb3/Makefile head/databases/couchdb3/pkg-plist Modified: head/databases/couchdb3/Makefile ============================================================================== --- head/databases/couchdb3/Makefile Sun Nov 1 08:06:42 2020 (r553826) +++ head/databases/couchdb3/Makefile Sun Nov 1 08:07:19 2020 (r553827) @@ -1,6 +1,7 @@ # $FreeBSD$ PORTNAME= couchdb3 +PORTREVISION= 1 DISTVERSION= 3.1.1 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} Modified: head/databases/couchdb3/pkg-plist ============================================================================== --- head/databases/couchdb3/pkg-plist Sun Nov 1 08:06:42 2020 (r553826) +++ head/databases/couchdb3/pkg-plist Sun Nov 1 08:07:19 2020 (r553827) @@ -896,6 +896,8 @@ man/man1/apachecouchdb.1.gz %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/3.1.html %%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/index.html @comment fauxton core UI +%%WWWDIR%%/dashboard.assets/css/styles.2ca2557452a177700f4c.css +%%WWWDIR%%/dashboard.assets/css/styles.bdfacd9ba862d16e41b9.css %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.eot %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.ttf %%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.woff @@ -913,5 +915,8 @@ man/man1/apachecouchdb.1.gz %%WWWDIR%%/dashboard.assets/img/linkedin.png %%WWWDIR%%/dashboard.assets/img/loader.gif %%WWWDIR%%/dashboard.assets/img/twitter.png +%%WWWDIR%%/dashboard.assets/js/bundle.bdfacd9ba862d16e41b9.js +%%WWWDIR%%/dashboard.assets/js/manifest.583577db79221d5ae84e.js +%%WWWDIR%%/dashboard.assets/js/vendor.2ca2557452a177700f4c.js %%WWWDIR%%/favicon.ico %%WWWDIR%%/index.html