View | Details | Raw Unified | Return to bug 205210
Collapse All | Expand All

(-)graphics/libgphoto2/Makefile (-4 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/graphics/libgphoto2/Makefile 393429 2015-08-02 15:03:19Z tijl $
2
# $FreeBSD: head/graphics/libgphoto2/Makefile 393429 2015-08-02 15:03:19Z tijl $
3
3
4
PORTNAME=	libgphoto2
4
PORTNAME=	libgphoto2
5
PORTVERSION=	2.5.8
5
PORTVERSION=	2.5.9
6
PORTREVISION=	1
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
7
MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
9
8
Lines 36-42 Link Here
36
OPTIONS_SUB=		yes
35
OPTIONS_SUB=		yes
37
36
38
GD_LIB_DEPENDS=		libgd.so:${PORTSDIR}/graphics/gd
37
GD_LIB_DEPENDS=		libgd.so:${PORTSDIR}/graphics/gd
39
GD_CONFIGURE_WITH=	gd
38
GD_CONFIGURE_OFF=	--with-gdlib=no
40
JPEG_USES=		jpeg
39
JPEG_USES=		jpeg
41
JPEG_CONFIGURE_WITH=	jpeg
40
JPEG_CONFIGURE_WITH=	jpeg
42
LIBEXIF_LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
41
LIBEXIF_LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
Lines 44-50 Link Here
44
NLS_USES=		gettext
43
NLS_USES=		gettext
45
NLS_CONFIGURE_ENABLE=	nls
44
NLS_CONFIGURE_ENABLE=	nls
46
XML_USE=		GNOME=libxml2
45
XML_USE=		GNOME=libxml2
47
XML_CONFIGURE_WITH=	libxml2
46
XML_CONFIGURE_OFF=	--with-libxml-2.0=no
48
47
49
.include <bsd.port.options.mk>
48
.include <bsd.port.options.mk>
50
49
(-)graphics/libgphoto2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgphoto2-2.5.8.tar.bz2) = 031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6
1
SHA256 (libgphoto2-2.5.9.tar.bz2) = cdb0e8e3a93417eb25892c4b03e64c07e93488ce05072edb62e1b70ff3291f32
2
SIZE (libgphoto2-2.5.8.tar.bz2) = 6941251
2
SIZE (libgphoto2-2.5.9.tar.bz2) = 6964578

Return to bug 205210