aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/dosage
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.mat2018-06-211-1/+1
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Convert Python ports to FLAVORS.mat2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert a few ports to USES=pythonantoine2014-08-301-3/+2
|
* Update to 2.15antoine2014-07-042-3/+3
|
* Update to 2.14antoine2014-06-112-4/+4
|
* - Update to 2.13antoine2014-03-072-5/+4
| | | | - Works fine with requests
* Sweep www/py-requests dependants to www/py-requests1koobs2014-01-271-1/+2
| | | | | | | | | | | Point all www/py-requests dependants to www/py-requests1 in preparation for the upgrade of www/py-requests to version 2.x, which substantially breaks API compatibility. Maintainers of these ports can update their requests dependency independently as time for sufficient testing permits. PR: ports/185631
* Update to 2.12antoine2014-01-252-3/+3
|
* Update to 2.11antoine2014-01-172-3/+3
|
* Update to 2.10antoine2014-01-082-3/+3
|
* Update to 2.9antoine2013-12-233-17/+3
|
* - Update to 2.8antoine2013-12-104-193/+19
| | | | - Use PYDISTUTILS_AUTOPLIST
* Update to 2.7antoine2013-11-242-3/+3
|
* Update to 2.6antoine2013-11-142-3/+3
|
* Convert to STAGEDIR and PYTHON_PY3K_PLIST_HACK.antoine2013-09-292-10/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | deskutils)
* Fix plist with python 3antoine2013-09-141-1/+7
|
* Update dosage to 2.5antoine2013-07-302-8/+4
|
* Update dosage to 2.4antoine2013-06-262-3/+3
| | | | Changelog: https://raw.github.com/wummel/dosage/master/doc/changelog.txt
* Update dosage to 2.3antoine2013-05-292-3/+3
| | | | Approved by: eadler, miwi (mentors, implicit)
* Update dosage to 2.2antoine2013-05-042-4/+4
| | | | Approved by: eadler, miwi (mentors, implicit)
* Update dosage to 2.1antoine2013-04-194-14/+14
| | | | | Approved by: eadler (mentor) Feature safe: yes
* - Update to 1.14culot2013-03-233-4/+7
| | | | | | Changes: https://github.com/wummel/dosage/blob/master/doc/changelog.txt PR: ports/177289 Submitted by: antoine@ (maintainer)
* - Update to 1.13culot2013-03-183-4/+7
| | | | | | Changes: https://github.com/wummel/dosage/blob/master/doc/changelog.txt PR: ports/177053 Submitted by: antoine@ (maintainer)
* - update to 1.12rm2013-03-103-8/+8
| | | | | PR: 176754 Submitted by: antoine (maintainer)
* - update to 1.10rm2013-02-162-4/+4
| | | | | PR: 176192 Submitted by: antoine (maintainer)
* - update to 1.9rm2013-01-313-4/+7
| | | | | PR: 175676 Submitted by: antoine (maintainer)
* - fix wording of LICENSErm2013-01-281-1/+1
|
* - rename py-dosage to just dosage (it's application, not library;rm2013-01-284-0/+215
approved by maintainer via mail) - update to 1.8 - trim Makefile header - change WWW and MASTER_SITES to working ones PR: 175633 Submitted by: antoine (maintainer)