non port: www/py-django-signals-ahoy/Makefile |
Number of commits found: 13 |
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
 |
Friday, 18 May 2018
|
23:31 sunpoet
Mark DEPRECATED and set EXPIRATION_DATE to 2018-08-01
PR: 228347
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
 |
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
|
09:52 miwi
- Switch all ports to www/py-django18
- Bump PORTREVISION
 |
Thursday, 3 Sep 2015
|
13:54 amdmi3
- Update to 0.1-3
- Switch to CHEESESHOP mirrors
- Add LICENSE, NO_ARCH
PR: 202835
Submitted by: ports@caomhin.org (maintainer)
 |
Monday, 11 May 2015
|
18:34 mat
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 3 Jan 2015
|
08:41 mva
- Convert USE_PYTHON to new USES in www/
With hat: python@
 |
Wednesday, 6 Aug 2014
|
09:11 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt)
 |
Monday, 3 Mar 2014
|
03:19 miwi
- Add a workaround to fix conflicts with tests/__init__.py
Reported by: bdrewery
Obtained from: macports
 |
Saturday, 1 Mar 2014
|
18:01 miwi
- Convert to autoplist
- Stage support
- Bump PORTREVISION
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Saturday, 12 Dec 2009
|
13:51 miwi
Provides an extended set of signals for use by Django apps.
WWW: http://bitbucket.org/bkroeze/django-signals-ahoy/
PR: ports/141301
Submitted by: Kevin Golding <ports at caomhin.org>
 |
Number of commits found: 13 |