aboutsummaryrefslogtreecommitdiff
path: root/mail/py-dkimpy
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | 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
* Update to 0.8.0Kirill Ponomarev2018-05-273-10/+9
| | | | | | | | PR: 228534 Submitted by: maintainer Notes: svn path=/head/; revision=470964
* Update RUN_DEPENDS: remove unnecessary py-milterSunpoet Po-Chuan Hsieh2018-05-021-2/+2
| | | | | | | | | | | | - 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
* Update to 0.7.1Tilman Keskinoz2018-03-092-4/+4
| | | | | | | | | | Changelog: https://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/head:/ChangeLog PR: 226473 Submitted by: maintainer Notes: svn path=/head/; revision=463976
* Unbreak bulk -aAntoine Brodin2018-02-101-1/+1
| | | | Notes: svn path=/head/; revision=461371
* mail/py-dkimpy: Update to 0.7.0Yuri Victorovich2018-02-103-8/+29
| | | | | | | | | | | | | | | | | | | | | 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
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 0.6.1Tobias Kortkamp2017-02-222-4/+5
| | | | | | | | | | | 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
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* mail/py-dkimpy: update 0.5.4 -> 0.5.6Jason Unovitch2015-12-122-3/+3
| | | | | | | | | | | | | | | | 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
* - Add LICENSE and NO_ARCHWen Heping2015-09-131-0/+4
| | | | | | | | PR: 202828 Submitted by: ports@caomhin.org(maintainer) Notes: svn path=/head/; revision=396794
* Python module that implements DKIM (DomainKeys Identified Mail) emailWen Heping2015-05-073-0/+25
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