non port: devel/py-gflags/Makefile |
Number of commits found: 14 |
Wednesday, 14 Sep 2016
|
17:26 antoine
- Unbreak by using CHEESESHOP, distfile differs from 1 line in SOURCES.txt
- Remove dependency on the python2 metaport
MFH: 2016Q3 (rerolled distfile)
|
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
|
Monday, 19 Oct 2015
|
14:50 amdmi3
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
|
Wednesday, 29 Jul 2015
|
22:09 antoine
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955
|
Saturday, 20 Dec 2014
|
18:18 sunpoet
- Fix build when DEFAULT_VERSIONS=python=3.*
- Fix shebang
- Bump PORTREVISION for package change
With hat: python
|
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Sunday, 9 Mar 2014
|
18:10 jlaffaye
- Bump PORTREVISION (forgotten in previous commit)
Spotted by: sunpoet
|
17:19 jlaffaye
- Remove deprecated easy_install
- STAGE support
- Specify BSD license
|
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Wednesday, 27 Jun 2012
|
21:15 jlaffaye
- Update to 2.0
PR: ports/169441
Submitted by: Denis Generalov <gd@rambler-co.ru>
|
Wednesday, 14 Sep 2011
|
13:58 jlaffaye
- Update to 1.6
- Restrict USE_PYTHON range
- Use PLIST_FILES instead of pkg-plist
- Pet portlint
PR: ports/160687
Submitted by: sunpoet
|
Wednesday, 8 Jun 2011
|
16:52 jlaffaye
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor)
|
Tuesday, 11 Jan 2011
|
16:15 bapt
Add py-gflags 1.4, commandline flags module for Python.
PR: ports/153865
Submitted by: Julien Laffaye <kimelto at gmail.com>
Feature safe: yes
|
Number of commits found: 14 |