The port does not actually use iconv for anything, so drop the unnecessary
dependency. Tested with 10.1 and HEAD.
PR: 202719
Approved by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
- Rename (move) according to Python package naming conventions [1]
- Switch temporarily to GITHUB for source files until missing content
files for the test suite is merged/fixed [2]
- Add python (virtual category) to CATEGORIES
- Add LICENSE_FILE
- Add OPTIONS for Markdown and Syntax Highlighting, they are OPTION'al
features
- Add MARKDOWN and SYNTAX to OPTIONS_DEFAULT (for package convenience).
- Use OPTIONS helpers for TESTS option.
- Refactor TEST_DEPENDS so it only declares tests_require, moving the
RUN_DEPENDS assignment to TESTS_BUILD_DEPENDS.
- Rename TEST option to TESTS to match other Python ports, and tweak
description to canonicalize
- Deprecate OPTIONSFILE override (no longer necessary)
- Canonicalize regression-test target, so it gets the setuptools wrapped
setup.py arguments for proper 'test' command support.
- Re-order makefile sections (DEPENDS|USES|OPTIONS)
While here:
- Add MOVED entry
- Update www/Makefile
[1] https://wiki.freebsd.org/Python/PortsPolicy
[2] https://github.com/getpelican/pelican/pull/1793
Reviewed by: jlaffaye (maintainer)
Approved by: jlaffaye (maintainer)
Differential Revision: https://reviews.freebsd.org/D3328
When PKG_CREATE_VERBOSE is set, the "-v" option will be added to
the arguments for PKG_CREATE. The intended use is for poudriere and
other build monitors that can time out. The verbose option of pkg
create will periodically emit output as the package is being created.
It would be set mk.conf (the DragonFly version of poudriere will set
it unconditionally during package building).
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D3507
OPT1_VARS= foo=bar baz+=bam
will set FOO to bar and append bam to BAZ if OPT1 is enabled. <opt>_VARS_OFF
works the same way, if the option is disabled.
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3410
* Fixes compatability with libopendkim-2.10
* Undeprecate
* Download from my account on CPAN (MASTER_SITE_SUBDIR=CPAN:INFRACANI)
Note: If you look at the CPAN page for this module, you will see big
red 'unauthorized' warnings.
http://search.cpan.org/~infracani/Mail-OpenDKIM-4203/
This is temporary, while the previous owners of this module sort out
transferring the ownership to me.