- Update PORTVERSION and distinfo checksum (1.2.1)
- Add setuptools explicitly (instead of implicitly via python.mk)
to RUN_DEPENDS, as ploy uses the pkg_resources module
- Add argparse to RUN_DEPENDS
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy/blob/1.2.1/HISTORY.rst
- Update MASTER_SITES and WWW in pkg-descr
- Add LICENSE
- Convert to USES localbase and use compiler USES due to nested functions requirement
- Use option helpers
- Regenerate some patches
PR: 201041
Submitted by: mizhka at gmail.com
Approved by: admin at lissyara.su (maintainer)
- Update PORTVERSION and distinfo checksum (1.3.1)
- Update COMMENT to match upstream setup.py:description=
- Re-order RUN_DEPENDS to match setup.py install_requires order
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy_ansible/blob/1.3.1/HISTORY.rst
* Update PORTVERSION and distinfo checksum (1.4.0
* Add setuptools explicitly (instead of implicitly via python.mk)
to RUN_DEPENDS, as ploy uses the pkg_resources module.
* Update COMMENT to match upstream setup.py:description=
* Add NO_ARCH
Changes:
https://github.com/ployground/ploy_ezjail/blob/1.4.0/HISTORY.rst
Add missing jbig2dec and openjpeg to LIB_DEPENDS, registering them
as run-time dependencies.
Without this change, both packages are removed during pkg autoremove,
resulting in the inability to open PDF files.
PR: 203850
Submitted by: Zsolt Udvari <udvzsolt gmail com> (maintainer)
MFH: 2015Q4
Sublime 3 contains a wrapper script at /usr/local/bin/sublime to ensure that
/dev/shm is set up correctly, and it's currently passing arguments to the
real binary incorrectly.
It currently causes sublime to incorrectly open any file where the path
contains a space.
- Modify sublime.in to open filepaths with spaces correctly
- Bump PORTREVISION
While I'm here:
- Sort USES
- Group USE{S} lines
- Pet portlint (make patch `makepatch` compliant)
PR: 203783
Submitted by: Miguel <miguelmclara gmail com> (maintainer)
MFH: 2015Q4
- Update PORTVERSION and distinfo checksum
- Reset PORTREVISION
This update unbreaks use on FreeBSD versions > 10 and adds man pages
for filewatcherd(8) and and watchtab(5).
While I'm here:
- Add LICENSE_FILE
PR: 203881
Submitted by: Natacha Porte <natbsd instinctive eu> (maintainer)
MFH: 2015Q4
Add an insufficient set of patch toward building when the default python
is python 3. Scripts now run, but lldb uses APIs that have been
removed in C code.
Some small changes aimed at reducing future plist churn.
PR: 203618