non port: net/googlecl/Makefile |
Number of commits found: 27 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
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
 |
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
 |
Wednesday, 26 Apr 2017
|
19:44 sbz
- Update to 0.9.15.1
 |
Friday, 3 Mar 2017
|
16:00 mat
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 14 Sep 2016
|
15:59 mat
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 28 Aug 2015
|
13:39 amdmi3
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 13 Dec 2014
|
17:02 sunpoet
- Fix build when DEFAULT_VERSIONS=python=3.*
- Use USE_PYTHON=autoplist
With hat: python
 |
Friday, 24 Oct 2014
|
16:21 mva
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
 |
Thursday, 29 May 2014
|
05:48 sbz
- Support STAGEDIR
 |
Monday, 30 Dec 2013
|
20:55 ohauer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
 |
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
 |
Wednesday, 9 Jan 2013
|
10:30 sbz
- Update to 0.9.14
- Respect DOCS
 |
Friday, 6 Apr 2012
|
14:47 sbz
- Update to 0.9.13
- Make happy portlint
- Take maintainership
PR: ports/166692
Submitted by: myself
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes
 |
Monday, 9 Jan 2012
|
15:41 tabthorpe
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
 |
Saturday, 26 Feb 2011
|
17:05 lwhsu
- Add a patch to fix output of calendar list
PR: ports/155061
Submitted by: "Herbert J. Skuhra" <h.skuhra AT gmail.com>
 |
Saturday, 22 Jan 2011
|
16:04 lwhsu
- Update to 0.9.12
Feature safe: yes
 |
Saturday, 11 Dec 2010
|
18:51 lwhsu
- Update to 0.9.11
- Respect NO_INSTALL_MANPAGES
PR: ports/153011
Submitted by: Sofian Brabez <sbrabez AT gmail.com>
 |
Saturday, 2 Oct 2010
|
05:06 lwhsu
- Installing man/google.1 as man page
- Installing README.* files as documentation
- Setting license (Apache License, Version 2.0)
- Bump PORTREVISION
PR: ports/151044
Submitted by: Sébastien Santoro <dereckson AT gmail.com>
 |
Sunday, 19 Sep 2010
|
15:45 lwhsu
- Update to 0.9.10
 |
Wednesday, 4 Aug 2010
|
07:34 lwhsu
- Update to 0.9.9
 |
Saturday, 3 Jul 2010
|
05:45 lwhsu
- Update to 0.9.8
Feature safe: yes
 |
Tuesday, 22 Jun 2010
|
03:13 lwhsu
- Update to 0.9.7
Feature safe: yes
 |
Saturday, 19 Jun 2010
|
07:13 lwhsu
Add googlecl 0.9.5, command line tools for the Google Data APIs.
Feature safe: yes
 |
Number of commits found: 27 |