non port: deskutils/gtg/Makefile |
Number of commits found: 41 |
Tuesday, 28 Jan 2020
|
21:57 antoine
Deprecate some pygtk2 ports
With hat: portmgr
 |
Friday, 8 Nov 2019
|
09:41 tobik
deskutils: Add missing USES={gnome,mate,php}
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
16:59 mat
Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.
Sponsored by: Absolight
 |
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 19 Oct 2014
|
08:50 mva
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
 |
Friday, 3 Jan 2014
|
00:46 bapt
Part 1 at removing now useless FETCH_ARGS redifition
 |
Monday, 23 Dec 2013
|
08:53 rm
- update to 0.3.1
- remove py-configobj dependency (it's now using standard ConfigParser)
- utilize shebangfix
- support staging
- use options helper
changelog:
https://launchpad.net/gtg/+announcement/12191
 |
Friday, 20 Sep 2013
|
16:21 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
 |
Thursday, 18 Jul 2013
|
10:42 rm
- convert desktopfileutils to USES
Submitted by: miwi (by mail)
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Friday, 9 Nov 2012
|
09:05 rm
- update to 0.3
release notes:
http://gtg.fritalk.com/post/2012/11/06/Announcing-GTG-0.3%21
Feature safe: yes
 |
Sunday, 3 Jun 2012
|
21:27 rm
- convert to optionsNG
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Monday, 13 Feb 2012
|
19:51 rm
- update to 0.2.9
changes:
http://bazaar.launchpad.net/~gtg/gtg/trunk/view/head:/CHANGELOG
 |
Saturday, 3 Dec 2011
|
05:40 rm
- update to 0.2.5
Approved by: glarkin (mentor)
Feature safe: yes
 |
Tuesday, 15 Nov 2011
|
01:34 rm
- add explicit dependency on x11/xset,
it would fix runtime for x11/xorg-minimal users [1]
- move LICENSE into proper block
- strict python versions (python3 isn't yet supported)
- silence REINPLACE_CMD call
- bump PORTREVISION because of dependencies change
Reported by: vit shatsillo <vit.shatsillo at gmail.com> ([1] via mail)
Approved by: novel (mentor)
Feature safe: yes
 |
Thursday, 10 Nov 2011
|
22:20 rm
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes
 |
Thursday, 17 Mar 2011
|
17:25 miwi
- Fix dependency
- Cleanup a bit
PR: 154914
Submitted by: maintainer
 |
Friday, 7 Jan 2011
|
00:11 wen
- Fix plist
Reported by: QAT@
Submitted by: cvs-src@yandex.ru (maintainer, via email)
 |
Wednesday, 5 Jan 2011
|
07:12 wen
- Add missing RUN_DEPENDS
PR: ports/153432
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Monday, 19 Apr 2010
|
09:21 wen
- Update to 0.2.4
PR: ports/145811
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Saturday, 6 Mar 2010
|
19:35 amdmi3
- Update to 0.2.2
PR: 144413
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Feature safe: yes
 |
Saturday, 13 Feb 2010
|
14:38 lwhsu
- Fix some portlint warnings
- Add dependency (default off) on devel/py-cheetah (it is needed for export
plugin)
- Bump PORTREVISION
PR: ports/143845
Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru> (maintainer)
 |
Thursday, 11 Feb 2010
|
20:09 pgollucci
- Update to 0.2.1
PR: ports/143411
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Sunday, 13 Dec 2009
|
14:56 amdmi3
- Update to 0.2
PR: 141428
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Friday, 11 Dec 2009
|
02:22 amdmi3
- Update to 0.1.99
PR: 141349
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Monday, 26 Oct 2009
|
14:33 pav
- Fix code that does already-running check
PR: ports/139827
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
 |
Monday, 14 Sep 2009
|
07:53 miwi
- Fix dependency
- Remove stale mirror
- Fix plist
PR: 138805
Submitted by: "R.Mahmatkhanov" <cvs-src@yandex.ru> (maintainer)
Reported by: pointyhat
 |
Friday, 11 Sep 2009
|
09:42 arved
Update to 0.1.2
PR: 138702
Submitted by: maintainer
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Wednesday, 17 Jun 2009
|
19:20 amdmi3
- Fix localization
- Bump portrevision
- While here, make it respect PREFIX
PR: 135661
Submitted by: "R.Mahmatkhanov" <cvs-src@yandex.ru> (maintainer)
 |
Thursday, 9 Apr 2009
|
12:53 amdmi3
- Fix fetch by removing -A from FETCH_ARGS.
Reported by: QAT, maintainer
 |
02:59 amdmi3
- Update to 0.1.1
PR: 133472
Submitted by: "R.Mahmatkhanov" <cvs-src at yandex dot ru> (maintainer)
 |
Monday, 16 Mar 2009
|
22:36 miwi
- Add backup mirror
 |
21:11 miwi
GTG is a personal organizer for the GNOME desktop environment,
it focuses on ease of use and flexibility, while keeping things
simple.
WWW: http://gtg.fritalk.com/
PR: ports/132676
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
 |
Number of commits found: 41 |