aboutsummaryrefslogtreecommitdiff
path: root/deskutils/taskwarrior
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* Unbreak on 9.3/i386Steven Kreuzer2016-01-201-0/+10
| | | | Notes: svn path=/head/; revision=406805
* deskutils/taskwarrior: Update to 2.5.0, ModernizeKubilay Kocak2016-01-058-39/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (2.5.0) - Update pkg-plist - Un-conditionalize GNUTLS. It is now mandatory [1] - Switch to GITHUB for DISTFILES, tarball doesn't include tests - Use USES=compiler for determing which C++11 compiler to use, deprecate OSVERSION < 10 check accordingly. - Patch files to correct for ambiguous type signatures under LLVM, fixing build failure on 32-bit ARCH's (only i386 tested) and ISO8601 unit test failures. [3] - Add python:test for TEST_DEPENDS support [2] - Add do-test target for running the test suite - Update SHEBANG_FILES, no more .py, .rb files - Remove WRKSRC override - Add LICENSE_FILE - Sort Makefile sections Changes: [1] https://taskwarrior.org/news/news.20151021.html [2] https://svnweb.freebsd.org/changeset/ports/405075 [3] C++ fixes kindly supplied by Brendan Molloy Approved by: skreuzer (maintainer) Differential Revision: D4756 Notes: svn path=/head/; revision=405299
* - Fix shebangsDmitry Marakasov2015-08-171-1/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=394520
* Update to version 2.4.2Steven Kreuzer2015-06-123-17/+3
| | | | Notes: svn path=/head/; revision=389289
* Update to version 2.4.2Steven Kreuzer2015-04-162-3/+3
| | | | Notes: svn path=/head/; revision=384111
* Fix building on i386Steven Kreuzer2015-04-152-2/+14
| | | | | | | | PR: 199393 Submitted by: ppp15478@ribbon.or.jp Notes: svn path=/head/; revision=384064
* Require lang/clang36 when building on FreeBSD 9.3 or olderSteven Kreuzer2015-04-021-0/+9
| | | | Notes: svn path=/head/; revision=383042
* Mark this as only for amd64 for nowSteven Kreuzer2015-03-161-0/+2
| | | | Notes: svn path=/head/; revision=381437
* Update to v2.4.1Steven Kreuzer2015-03-124-28/+43
| | | | Notes: svn path=/head/; revision=381149
* Adopt portSteven Kreuzer2014-12-121-1/+1
| | | | Notes: svn path=/head/; revision=374596
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Cleanup plistBaptiste Daroussin2014-10-201-11/+0
| | | | Notes: svn path=/head/; revision=371262
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-0/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* - Make GnuTLS support optionalPietro Cerutti2014-07-071-1/+5
| | | | | | | | PR: 191684 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Notes: svn path=/head/; revision=361042
* - Update to 2.3.0 [http://taskwarrior.org/news/185]Pietro Cerutti2014-01-164-14/+10
| | | | | | | | | - Add LICENSE - Enhance COMMENT - Depend on GnuTLS, necessary for the communication with the task server Notes: svn path=/head/; revision=339903
* - STAGE-cleanPietro Cerutti2014-01-082-5/+11
| | | | | | | - USES=shebangfix Notes: svn path=/head/; revision=339084
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* - Fix build on CURRENTPietro Cerutti2013-09-172-0/+20
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=327467
* - Update to 2.2.0Pietro Cerutti2013-04-173-25/+9
| | | | | | | | | | Release notes: http://taskwarrior.org/news/167 - Note that support for LUA extensions has been removed Feature safe: yes Notes: svn path=/head/; revision=315948
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 2.1.2Pietro Cerutti2012-09-182-3/+3
| | | | | | | | This version fixes a serious bug that could result in data corruption. Release notes: http://taskwarrior.org/news/156 Notes: svn path=/head/; revision=304458
* - Update to 2.1.1Pietro Cerutti2012-08-073-6/+6
| | | | | | | | | Changelogs: 2.1.0 - http://taskwarrior.org/projects/taskwarrior/wiki/Prior_versions 2.1.1 - http://taskwarrior.org/projects/taskwarrior/wiki/Changelog Notes: svn path=/head/; revision=302225
* - Update to 2.0.0Pietro Cerutti2012-04-023-25/+41
| | | | | | | | | Release notes: http://taskwarrior.org/news/135 Feature safe: yes Notes: svn path=/head/; revision=294126
* - make Lua support optionalPietro Cerutti2011-05-271-0/+7
| | | | | | | Suggested by: David Magda <dmagda@ee.ryerson.ca> Notes: svn path=/head/; revision=274721
* - Update to 1.9.4Pietro Cerutti2011-03-094-56/+42
| | | | | | | Announcement: http://taskwarrior.org/news/show/68 Notes: svn path=/head/; revision=270548
* - Update to 1.9.3Pietro Cerutti2010-11-094-8/+15
| | | | | | | Changes: http://taskwarrior.org/wiki/taskwarrior/Changelog Notes: svn path=/head/; revision=264299
* - Update to 1.9.2Pietro Cerutti2010-07-164-10/+13
| | | | | | | Changelog: http://taskwarrior.org/wiki/taskwarrior/ChangeLog Notes: svn path=/head/; revision=257857
* - Update to 1.9.1Pietro Cerutti2010-05-262-4/+4
| | | | | | | Changelog: http://taskwarrior.org/wiki/taskwarrior/Changelog Notes: svn path=/head/; revision=255104
* - Update to 1.9.0Pietro Cerutti2010-02-234-35/+36
| | | | | | | | | ChangeLog: http://taskwarrior.org/wiki/taskwarrior/Changelog Feature safe: yes Notes: svn path=/head/; revision=250219
* - Update to 1.8.5Pietro Cerutti2009-12-062-4/+4
| | | | | | | Changelog: http://taskwarrior.org/wiki/taskwarrior/Changelog Notes: svn path=/head/; revision=245281
* - Update to 1.8.4Pietro Cerutti2009-11-182-4/+4
| | | | | | | This update fixes a severe bug that could cause crashes or hangs. Notes: svn path=/head/; revision=244435
* - Update to 1.8.2Pietro Cerutti2009-09-072-4/+4
| | | | | | | http://taskwarrior.org/wiki/taskwarrior/Changelog Notes: svn path=/head/; revision=240988
* - Fix NOPORTDOCS buildPietro Cerutti2009-08-211-1/+1
| | | | Notes: svn path=/head/; revision=240022
* - Update to 1.8.1Pietro Cerutti2009-08-213-29/+4
| | | | | | | | | | - Remove patches accepted and committed upstreams Thanks to: Federico Hernandez <ultrafredde@gmail.com> (upstreams support) Notes: svn path=/head/; revision=240017
* - Activate the 32-bit fix patch all over. The patch has been integratedPietro Cerutti2009-07-272-4/+0
| | | | | | | | upstream, but not likely to be released soon. See here for details: http://taskwarrior.org/issues/show/231 Notes: svn path=/head/; revision=238422
* - Fix build on 32-bit platforms (temporary quick & dirty fix)Pietro Cerutti2009-07-232-1/+32
| | | | | | | | PR: 137028 Submitted by: Charlie Kester <corky1951@comcast.net> Notes: svn path=/head/; revision=238236
* - Update to 1.8.0Pietro Cerutti2009-07-224-10/+64
| | | | Notes: svn path=/head/; revision=238200
* - Do not create DOCSDIR when NOPORTDOCS is setPietro Cerutti2009-06-151-1/+1
| | | | | | | Reported by: QA Tindie Notes: svn path=/head/; revision=235914
* - New port: deskutils/taskwarriorPietro Cerutti2009-06-154-0/+47
Taskwarrior is an ambitious project to supercharge task (most excellent CLI task manager by Paul Beckingham) with an interactive interface, a powerful search tool, hotkeys, fast forms data entry and a host of new features. Notes: svn path=/head/; revision=235887