aboutsummaryrefslogtreecommitdiff
path: root/devel/cgit
Commit message (Collapse)AuthorAgeFilesLines
* Update included git to 2.11.1.Adam Weinberger2017-02-102-5/+5
| | | | Notes: svn path=/head/; revision=433778
* Add patch forgotten in r427459.Adam Weinberger2016-12-011-0/+11
| | | | Notes: svn path=/head/; revision=427502
* Update included git to 2.11.0 (and bump PORTREVISION for it). Also,Adam Weinberger2016-11-303-9/+11
| | | | | | | | enable verbose build, use OPTIONS helpers, and update the suggested Apache config block. Notes: svn path=/head/; revision=427459
* Update to cgit 1.1, and update the included git to 2.10.2. While here,Adam Weinberger2016-11-235-33/+30
| | | | | | | | | | | | | | simplify the plist and the pkg-message by assuming that the project isn't going to change its name. Also, tweak the COMMENT and pkg-descr. And lastly, take maintainership. Many thanks to Kevin for all his work in looking after this port for nearly three-and-a-half years! PR: 214791 Approved by: outgoing maintainer (Kevin Zheng) Notes: svn path=/head/; revision=426983
* devel/cgit: Sed in flags for USES=ssl (supports ports SSL)John Marino2016-09-101-1/+4
| | | | | | | | | Passing through CFLAGS and LDFLAGS definitions doesn't work Approved by: SSL blanket Notes: svn path=/head/; revision=421698
* Update cgit to 1.0, and the included git to 2.9.2.Adam Weinberger2016-07-182-8/+8
| | | | | | | | PR: 211200 Approved by: maintainer (Kevin Zheng) Notes: svn path=/head/; revision=418717
* devel/cgit: update 0.11.2 -> 0.12Jason Unovitch2016-01-203-10/+7
| | | | | | | | | | | | | | | Changes: http://lists.zx2c4.com/pipermail/cgit/2016-January/002817.html PR: 206417 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) Security: CVE-2016-1899 Security: CVE-2016-1900 Security: CVE-2016-1901 Security: https://vuxml.FreeBSD.org/freebsd/62c0dbbd-bfce-11e5-b5fe-002590263bf5.html MFH: 2016Q1 Notes: svn path=/head/; revision=406816
* Add NO_R_TO_GCC_LINKER=1 to MAKE_ARGS, which tells the bundled git toAdam Weinberger2015-12-071-1/+1
| | | | | | | | use -Wl,-rpath=/path/ instead of -R/path/. This occurs when USE_OPENSSL_PORT=yes is defined in /etc/make.conf, exposed by the changes in r403176. Notes: svn path=/head/; revision=403177
* cgit will link against libcrypto in ${LOCALBASE} if it exists, soAdam Weinberger2015-12-071-0/+2
| | | | | | | | | | add USE_OPENSSL to acknowledge the dependency. PR: 204995 Approved by: Kevin Zheng (maintainer) Notes: svn path=/head/; revision=403176
* - Add CPE infoDmitry Marakasov2015-05-171-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386589
* Update to version 0.11.2Pawel Pekala2015-03-163-6/+7
| | | | | | | | PR: 198609 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) Notes: svn path=/head/; revision=381434
* - update to 0.11.0Olli Hauer2015-02-253-8/+9
| | | | | | | | | | | | - use s/tar:bzip2/tar:xz/ PR: 198003 Submitted by: ohauer Approved by: maintainer (Kevin Zheng) MFH: 2015Q1 Notes: svn path=/head/; revision=379872
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371544
* - Update from 0.10.1 to 0.10.2Danilo Egea Gondolfo2014-07-043-30/+32
| | | | | | | | PR: ports/191546 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=360506
* - Update to version 0.10.1 [1]Pawel Pekala2014-03-214-37/+27
| | | | | | | | | | | - Strip cgi binary - Switch to PORTDOCS PR: ports/187211 [1] Submitted by: maintainer Notes: svn path=/head/; revision=348743
* devel/cgit: allow stagingWilliam Grzybowski2013-10-272-12/+6
| | | | | | | | | | | | - Allow staging [1] (based on) - Add DOCS option - Remove useless options.mk PR: ports/183369 Submitted by: Kevin Zheng <kevinz5000 gmail.com> (maintainer) Notes: svn path=/head/; revision=331804
* - Add explicit ICONV_LIB [1]Guido Falsi2013-09-231-4/+2
| | | | | | | | | | - While here, convert to USES gmake Submitted by: marino [1] Approved by: portmgr (bapt) Notes: svn path=/head/; revision=328059
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+7
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix build WITHOUT_NLS, NO_GETTEXT must be passed to makeAntoine Brodin2013-06-162-11/+10
| | | | | | | | | | | - Fix plist with pkg_install - Pass maintainership to reporter PR: ports/179599 Reported by: Kevin Zheng Notes: svn path=/head/; revision=321081
* Make bundle git respect CFLAGS/LDFLAGSBaptiste Daroussin2013-06-032-9/+12
| | | | | | | | | | | | Alway build the bundle git without gettext fix plist sort plist PR: ports/179257 Submitted by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=319767
* Drop maintainership I don't use it anymoreBaptiste Daroussin2013-06-031-2/+2
| | | | Notes: svn path=/head/; revision=319765
* Remove the leftovers directoriesBaptiste Daroussin2013-05-291-0/+2
| | | | Notes: svn path=/head/; revision=319365
* With the new plist it is better :)Baptiste Daroussin2013-05-292-1/+11
| | | | | | | While here fix the shebang of some scripts Notes: svn path=/head/; revision=319364
* Update to 0.9.2Baptiste Daroussin2013-05-295-95/+12
| | | | | | | | Update bundle git to 1.8.2.3 mark as job safe Notes: svn path=/head/; revision=319363
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Update bundled git to 1.7.4.4, which at the same time fixes the bad checksum ↵Baptiste Daroussin2013-03-072-5/+6
| | | | | | | | | | problem PR: ports/176707 Submitted by: John Marino <draco@marino.st>, miwi, bdrewery Notes: svn path=/head/; revision=313575
* - update to 0.9.1Baptiste Daroussin2013-02-214-9/+8
| | | | | | | | - update master site for both cgit and bundled git - update www Notes: svn path=/head/; revision=312715
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* Trim headerBaptiste Daroussin2012-12-312-8/+5
| | | | | | | | Convert to optionsng remove useless LICENSE_FILE Notes: svn path=/head/; revision=309721
* - Fix build avoiding collision of archive.h from git and the one from libarchiveBaptiste Daroussin2012-04-282-1/+49
| | | | | | | | | when libarchive is installed from ports Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> (by private mail) Notes: svn path=/head/; revision=295658
* - update to 0.9.0.3Baptiste Daroussin2012-03-222-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293652
* - Fix plist (makeing %%PORTNAME%% substitution working)Baptiste Daroussin2011-09-253-2/+6
| | | | | | | - While here display the message at install Notes: svn path=/head/; revision=282385
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* update to 0.9.0.2Baptiste Daroussin2011-07-222-3/+3
| | | | Notes: svn path=/head/; revision=278146
* - update to 0.9.0.1Baptiste Daroussin2011-07-112-4/+3
| | | | Notes: svn path=/head/; revision=277534
* remove the useless dependency on curlBaptiste Daroussin2011-04-151-2/+0
| | | | | | | Reported by: Freddy Dissaux <dsx _at_ bsdsx.fr> (irc) Notes: svn path=/head/; revision=272762
* Add PORTNAME to SUB_LISTBaptiste Daroussin2011-04-041-0/+1
| | | | | | | | PR: ports/156119 Submitted by: Philippe Pepiot <phil _at_ philpep.org> Notes: svn path=/head/; revision=272194
* - install filters in a better place and track them in plistBaptiste Daroussin2011-03-112-1/+7
| | | | | | | | | - bump port revision Reported by: pointy hat (pav) Notes: svn path=/head/; revision=270662
* - update to 0.9Baptiste Daroussin2011-03-073-23/+22
| | | | | | | - update bundled git to 1.7.4 Notes: svn path=/head/; revision=270435
* Make sure to link against ${PTHREAD_LIBS}Baptiste Daroussin2011-02-082-2/+1
| | | | | | | | | while here remove MD5 from distinfo Feature safe: yes Notes: svn path=/head/; revision=268781
* - Update to 0.8.3.4Baptiste Daroussin2010-09-293-14/+14
| | | | | | | - Update internal version of git to 1.7.3 Notes: svn path=/head/; revision=262074
* Remove signature from descriptionBaptiste Daroussin2010-09-031-3/+0
| | | | Notes: svn path=/head/; revision=260461
* - Update to 0.8.3.3Baptiste Daroussin2010-08-112-4/+7
| | | | | | | | | - Add license Approved by: rene@ (mentor vacation) Notes: svn path=/head/; revision=259101
* - Take maintainershipBaptiste Daroussin2010-07-292-9/+9
| | | | | | | | | | | - Update to 0.8.3.2 - Update embed git to 1.7.1.2 PR: ports/148544 Approved by: flz@ (maintainer), jadawin@ (co-mentor) Notes: svn path=/head/; revision=258430
* Update devel/cgit to 0.8.3.Florent Thoumie2009-09-172-8/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241599
* Fix build with custom LOCALBASE.Ion-Mihai Tetcu2009-06-101-0/+13
| | | | | | | | | Submitted by: kimelto on IRC Reported by: QATty Approved by: maintainer Notes: svn path=/head/; revision=235534
* - Switch to MASTER_SITE_KERNEL_ORG[1]Wesley Shields2009-06-021-4/+3
| | | | | | | | | | | - Remove BROKEN (fetches fine) - Portlint Submitted by: [1]: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: flz (maintainer) Notes: svn path=/head/; revision=235034
* - Mark BROKEN: does not fetchPav Lucistnik2009-05-271-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=234672