Commit Graph

22 Commits

Author SHA1 Message Date
Neel Chauhan f4ee943fba Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D27966
2021-01-05 15:33:39 +00:00
Piotr Kubaj 5bdae5a56e deskutils/go-for-it: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-incompatible-pointer-types"
cc1: error: unrecognized command line option "-Wno-discarded-qualifiers"

MFH:		2020Q1
2021-01-04 13:48:22 +00:00
Mikael Urankar 308f23edc7 deskutils/go-for-it: Update to 1.9.0
PR:		251747
Submitted by:	Neel Chauhan (maintainer)
2020-12-11 12:46:33 +00:00
Fernando Apesteguía ff7757d94c deskutils/go-for-it: Update to 1.8.7
ChangeLog: https://github.com/JMoerman/Go-For-It/compare/1.8.6...1.8.7

PR:	251553
Submitted by:	neel@neelc.org (maintainer)
2020-12-04 07:16:49 +00:00
Mikael Urankar 50bdc2aafc deskutils/go-for-it: Update to 1.8.6
Changelog:
  https://github.com/JMoerman/Go-For-It/releases/tag/1.8.6

PR:		250911
Submitted by:	Neel Chauhan (maintainer)
2020-11-07 16:16:18 +00:00
Mateusz Piotrowski f0223d1315 Pass maintainership to Neel Chauhan
PR:		249907
Submitted by:	neel@neelc.org
2020-09-27 10:34:41 +00:00
Mateusz Piotrowski 0a001c9c7b Update to 1.8.3
This update brings some improvements to various translations and some minor
bug fixes.

Also, take maintainership.

Reported by:	Portscout
2020-09-26 09:55:15 +00:00
Mateusz Piotrowski 771025263c Update to 1.8.1
Release notes:
- https://github.com/mank319/Go-For-It/releases/tag/1.8.0
- https://github.com/mank319/Go-For-It/releases/tag/1.8.1

Reported by:	Repology
2020-09-25 16:50:11 +00:00
Rene Ladan 32cf9e1bf6 Return Neels ports to the pool on his request.
Submitted by:	neelc@neelc.org (former maintainer) via freebsd-ports
2020-03-28 11:26:58 +00:00
Steve Wills 0b3efb6902 deskutils/go-for-it: Update to 1.7.3
PR:		240338
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2019-09-24 18:01:25 +00:00
Steve Wills cbd4d92b6b deskutils/go-for-it: Update to 1.7.2
PR:		239146
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2019-07-16 16:30:53 +00:00
Fernando Apesteguía bb20efdcec deskutils/go-for-it: Update to 1.7.1
While here, regenerate patch with makepatch and move some variables to their
sections.

ChangeLog: https://github.com/mank319/Go-For-It/releases/tag/1.7.1

 * The application id can now be set with -DAPP_ID=some_id
 * For some widgets Go For It! did not properly load a fallback icon.

PR:	237339
Submitted by:	neel@neelc.org (maintainer)
2019-04-17 19:01:02 +00:00
Steve Wills e8df528a81 deskutils/go-for-it: Update to 1.7.0
PR:		236467
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2019-03-18 20:51:01 +00:00
Steve Wills 704080faca deskutils/go-for-it: Update to 1.6.10
PR:		235813
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2019-02-27 18:49:02 +00:00
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Steve Wills aca138515b deskutils/go-for-it: Update to 1.6.9
PR:		233805
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-12-09 00:50:56 +00:00
Mateusz Piotrowski c184d7ca63 deskutils/go-for-it: Update to 1.6.7.
PR:		232002
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Reviewed by:	krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17455
2018-10-08 08:04:55 +00:00
Kirill Ponomarev 748fe95ffd Update to 1.6.6
PR:		227756
Submitted by:	maintainer
2018-04-27 15:24:26 +00:00
Yuri Victorovich 86d49e87e4 deskutils/go-for-it: Updated to 1.6.5
Changhelog:
https://github.com/mank319/Go-For-It/releases/tag/1.6.5

Additional changes:
* Changed to DISTVERSION
* USES=cmake:outsource
* Removed post-install (not needed)
* Removed the unnecessary patch
* Added the patch to revert the app name to go-for-it (from com.xx...go-for-it)
* Plist now uses %%DATADIR%% + many additions

PR:		226257
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-28 22:20:06 +00:00
Carlos J. Puga Medina 4ad582c426 deskutils/go-for-it: unbreak build with vala 0.36
/wrkdirs/usr/ports/deskutils/go-for-it/work/Go-For-It-release_v1.5/src/TaskStore.vala:89.22-89.25: error: Argument 1: Cannot pass value to reference or output parameter
        this.remove (iter);
                     ^^^^

While I'm here, pet portlint, USE_* comes before USES

PR:		222036
Submitted by:	cpm
Approved by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-09-13 02:27:36 +00:00
Emanuel Haupt 2684c21f90 Update to 1.5
PR:		215495
Submitted by:	neel@neelc.org (maintainer)
2016-12-23 13:19:25 +00:00
Emanuel Haupt 6cf4fdab83 Add go-for-it 1.4.7, stylish to-do list with built-in productivity
timer.

PR:		212990
Submitted by:	neel@neelc.org
2016-12-16 13:07:26 +00:00