aboutsummaryrefslogtreecommitdiff
path: root/databases/couchdb3
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* databases/couchdb3: add upstream jwt auth patchesDave Cottlehuber2021-04-075-6/+131
| | | | | See https://github.com/apache/couchdb/commit/331894a6acb4565c71d800f2e63206101dfbb48c
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-241-0/+3
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* Clean up some thingsTobias Kortkamp2021-02-261-1/+0
| | | | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Sort categories Reported by: portscan Notes: svn path=/head/; revision=566598
* devel/icu: update to 68.1Jan Beich2020-11-031-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* databases/couchdb3: add web UI tools by defaultDave Cottlehuber2020-11-012-0/+6
| | | | | | | Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=553827
* databases/couchdb3: update to 3.1.1Dave Cottlehuber2020-10-185-40/+5
| | | | | | | | Reported by: portscout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=552633
* Multiple ports: improve regex compliance (part 2)Kyle Evans2020-07-241-1/+1
| | | | | | | | | | | | | | | | | This is again a part of the project to stop extraneous escaping of ordinary characters and redefine some ordinary escapes as special behavior. Most of these ports are pushed over to use textproc/gsed because they want to use GNU extensions. Others are fixed to either escape appropriately (e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes (e.g. backtick in single quotes doesn't need escaped). PR: 229925 MFH: no (invasive risk) Notes: svn path=/head/; revision=543267
* databases/couchdb3: use more appropriate regex escapesDave Cottlehuber2020-06-231-2/+2
| | | | | | | See r538197 for further clarification Notes: svn path=/head/; revision=539968
* databases/couchdb3: amend PORTREVISION broken in r538498Dave Cottlehuber2020-06-111-1/+1
| | | | | | | Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=538500
* databases/couchdb3: re-enable web UIDave Cottlehuber2020-06-112-3/+4
| | | | | | | | | | over-zealous PORTNAME replacement breaks the environment vars that tell CouchDB where to serve files for the administrator portal. Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=538498
* databases/couchdb3: accommodate compiler quirks in i386Dave Cottlehuber2020-06-032-0/+57
| | | | | | | | | | | | As reported in BZ, -flto passes unsupported parameters to /usr/bin/ld Fixes all 11.x and 12.x i386 & handles additional unused warnings on i386. PR: 238514 Reported by: pkg-fallout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=537609
* Add compiler:c++14-lang to USES to fix build on GCC-based systems:Mark Linimon2020-06-011-1/+1
| | | | | | | | | cc1plus: error: unrecognized command line option "-std=c++14" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537455
* databases/couchdb3: new port from databases/couchdb2Dave Cottlehuber2020-05-3111-0/+1274
- upstream supports both 2.x and 3.x series - this will also support any platform that has a functioning SpiderMonkey 60 port as well as Erlang/OTP, such as armv8 & ppc64 Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D24616 Notes: svn path=/head/; revision=537447