diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-22 13:18:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-22 13:18:04 +0800 |
commit | ea66dc91c760351f549dacedb214122ae2d21e1b (patch) | |
tree | cf9afdab03a7789519f8f59c8c4ef2a3d7887433 /graphics/libgphoto2 | |
parent | 8359d2b491c3f4e18e5e10d7a6bb1b1807c02a22 (diff) | |
download | freebsd-ports-gnome-ea66dc91c760351f549dacedb214122ae2d21e1b.tar.gz freebsd-ports-gnome-ea66dc91c760351f549dacedb214122ae2d21e1b.tar.zst freebsd-ports-gnome-ea66dc91c760351f549dacedb214122ae2d21e1b.zip |
- Update to 2.5.9
PR: 205210 205209
Submitted by: Ports Fury
Approved by: mat (mentor)
Differential Revision: D4618
Diffstat (limited to 'graphics/libgphoto2')
-rw-r--r-- | graphics/libgphoto2/Makefile | 7 | ||||
-rw-r--r-- | graphics/libgphoto2/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 55cf637a058f..323ef0cb4951 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libgphoto2 -PORTVERSION= 2.5.8 -PORTREVISION= 1 +PORTVERSION= 2.5.9 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} @@ -36,7 +35,7 @@ OPTIONS_DEFAULT= GD JPEG LIBEXIF XML OPTIONS_SUB= yes GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -GD_CONFIGURE_WITH= gd +GD_CONFIGURE_OFF= --with-gdlib=no JPEG_USES= jpeg JPEG_CONFIGURE_WITH= jpeg LIBEXIF_LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif @@ -44,7 +43,7 @@ LIBEXIF_CONFIGURE_OFF= --with-libexif=no NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls XML_USE= GNOME=libxml2 -XML_CONFIGURE_WITH= libxml2 +XML_CONFIGURE_OFF= --with-libxml-2.0=no .include <bsd.port.options.mk> diff --git a/graphics/libgphoto2/distinfo b/graphics/libgphoto2/distinfo index c20d1a34facb..e0c39bcaffd6 100644 --- a/graphics/libgphoto2/distinfo +++ b/graphics/libgphoto2/distinfo @@ -1,2 +1,2 @@ -SHA256 (libgphoto2-2.5.8.tar.bz2) = 031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6 -SIZE (libgphoto2-2.5.8.tar.bz2) = 6941251 +SHA256 (libgphoto2-2.5.9.tar.bz2) = cdb0e8e3a93417eb25892c4b03e64c07e93488ce05072edb62e1b70ff3291f32 +SIZE (libgphoto2-2.5.9.tar.bz2) = 6964578 |