non port: www/feedjack/Makefile |
Number of commits found: 20 |
Monday, 5 Aug 2019
|
13:22 antoine
Mark BROKEN: unfetchable
|
Friday, 10 Aug 2018
|
16:38 rene
www/feedjack: mark DEPRECATED (upstream gone) and build against Django 1.11
|
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
|
Tuesday, 6 Mar 2018
|
12:32 tobik
Reset MAINTAINER of flz's ports by his request
PR: 195339
|
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:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 16 Jan 2016
|
16:16 miwi
- Siwtch to www/py-django18
|
Saturday, 3 Jan 2015
|
08:41 mva
- Convert USE_PYTHON to new USES in www/
With hat: python@
|
Sunday, 15 Jun 2014
|
17:19 mva
- Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
|
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
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Friday, 30 Aug 2013
|
16:49 mva
- do not use local bsd.python.mk variables within the port Makefile - switch
the publicly accessible ones instead
|
Tuesday, 24 Jul 2012
|
21:27 cs
Fix typos in COMMENT
|
Sunday, 13 Dec 2009
|
16:28 miwi
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
|
Friday, 24 Jul 2009
|
09:44 flz
- Update www/feedjack to 0.9.16.
- Use easy_install.
- Sort packing list.
|
Friday, 6 Jun 2008
|
14:07 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Monday, 30 Jul 2007
|
09:42 alexbl
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
Saturday, 5 Aug 2006
|
10:07 flz
- Fix packing list.
Reported by: erwinbot
|
Friday, 28 Jul 2006
|
17:58 flz
Add feedjack 0.9.7, a feed aggregator writen in Python using the Django web
development framework.
|
Number of commits found: 20 |