diff options
author | kai <kai@FreeBSD.org> | 2019-05-27 18:21:46 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-05-27 18:21:46 +0800 |
commit | 9e5eda9667226034edceeee26395c9486c90d89f (patch) | |
tree | 822f2d85672e3e3bba36d43012a1504680474d0e /devel/gvfs | |
parent | 97ffb532199cb32d25b55567470a11018bd668e7 (diff) | |
download | freebsd-ports-gnome-9e5eda9667226034edceeee26395c9486c90d89f.tar.gz freebsd-ports-gnome-9e5eda9667226034edceeee26395c9486c90d89f.tar.zst freebsd-ports-gnome-9e5eda9667226034edceeee26395c9486c90d89f.zip |
graphics/libgphoto2: Update to 2.5.22, graphics/gphoto2: Update to 2.5.20
* 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)
Diffstat (limited to 'devel/gvfs')
-rw-r--r-- | devel/gvfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index d49783ab2b7b..36b4ff7af9ae 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -3,6 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.30.4 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome |