aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-gphoto2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove '-Wno-unused-but-set-variable' on GCC-based systems to fix build:linimon2019-06-231-4/+8
| | | | | | cc1: error: unrecognized command line option "-Wno-unused-but-set-variable" Approved by: portmgr (tier-2 blanket)
* graphics/libgphoto2: Update to 2.5.22, graphics/gphoto2: Update to 2.5.20kai2019-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump PORTREVISION of ports depending on them. Also while I'm here: * Add "gnome" to USES if the XML option is enabled to avoid warnings about using USE_GNOME alone. * Pet portlint Notable changes since 2.5.16 (graphics/libgphoto2) [1]: * Added new USB Ids for various camera types * Updated translations * Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS currently) Changes since 2.5.15 (graphics/gphoto2) [2]: * Maximum number in file ranges bumped from 16384 to 65536 * Add shell commands to match commandline: summary, storage-info, trigger-capture * Fixed a fd leak * Updated translations * Handle GP_EVENT_FILE_CHANGED event https://github.com/gphoto/libgphoto2/blob/libgphoto2-2_5_22-release/NEWS https://github.com/gphoto/gphoto2/blob/gphoto2-2_5_20-release/NEWS PR: 235817 [1], 235818 [2] Submitted by: Darren Mulligan <fixer@bsdmail.com> Approved by: woodsb02 (maintainer timeout)
* Mark ports broken on powerpc64, categories g-n.linimon2018-06-181-0/+2
| | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
* graphics/libgphoto2: Update to 2.5.16woodsb022018-01-141-2/+2
| | | | | | | | | | graphics/gphoto2: Update to 2.5.15 graphics/py-gphoto2: Update to 1.8.2 Also bump PORTREVISION of ports depending on these. PR: 224611 Submitted by: bsam (graphics/libgphoto2)
* graphics/gphoto2: Update to 2.5.14woodsb022017-08-141-1/+1
| | | | | | | | graphics/libgphoto2: Update to 2.5.14 graphics/py-gphoto2: Update to 1.7.0 - Bump dependent ports - Take maintainership of graphics/gtkam
* graphics/libgphoto2: Update to 2.5.13woodsb022017-06-021-2/+1
| | | | | | | | | graphics/py-gphoto2: Update to 1.6.0 - Bump dependent ports Changes this release: https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release
* - Fix Shebangsmiwi2017-04-191-1/+3
|
* graphics/py-gphoto2: Update to 1.5.1woodsb022016-12-281-1/+2
| | | | | Changes this release: https://github.com/jim-easterbrook/python-gphoto2/releases/tag/v1.5.1
* graphics/py-gphoto2: Update to 1.5.0woodsb022016-10-311-2/+2
| | | | | | - Take maintainership Approved by: adamw (mentor, implicit)
* Reassign makc's ports back to the pool.rakuco2016-10-201-1/+1
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Add new port graphics/py-gphoto2:makc2015-10-141-0/+28
Python bindings for libgphoto2. WWW: http://pypi.python.org/pypi/gphoto2/