| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 230296
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
Notes:
svn path=/head/; revision=476306
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
|
| |
PR: 228534
Submitted by: maintainer
Notes:
svn path=/head/; revision=470964
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Relax USES=python
- Bump PORTREVISION for dependency change
PR: 227893
Submitted by: Sebastian Schwarz <seschwar@gmail.com>
Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
Notes:
svn path=/head/; revision=468864
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/head:/ChangeLog
PR: 226473
Submitted by: maintainer
Notes:
svn path=/head/; revision=463976
|
|
|
|
| |
Notes:
svn path=/head/; revision=461371
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional port changes:
* DISTVERSION
* Added dependencies:
* mail/py-authres
* mail/py-milter (unfortunately py27-only)
* security/py-pynacl
* Replaced dependencies:
* dns/py-dns -> dns/py-dnspython (allows py36 now)
* Added USE_PYTHON=concurrent.
* Added patch fixing manpage path.
PR: 225742
Submitted by: Sebastian Schwarz <seschwar@gmail.com>
Approved by: Kevin Golding <ports@caomhin.org> (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14293
Notes:
svn path=/head/; revision=461364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/131/ChangeLog
PR: 217277
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9704
Notes:
svn path=/head/; revision=434591
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
2015-12-07 Verion 0.5.6
* Brown paper bag release, 0.5.5 tarball inadvertently included pyc files
and other artifacts from development
2015-12-07 Version 0.5.5
* Fix and test case for case insensitive subdomain matching.
* Python3 compatibility fixes and test cases thanks to Diane Trout
PR: 205128
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
Notes:
svn path=/head/; revision=403579
|
|
|
|
|
|
|
|
| |
PR: 202828
Submitted by: ports@caomhin.org(maintainer)
Notes:
svn path=/head/; revision=396794
|
|
signing and verification. It also provides helper scripts for command
line signing and verification.
WWW: https://launchpad.net/dkimpy
PR: 198982
Submitted by: ports@caomhin.org
Notes:
svn path=/head/; revision=385586
|