aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgphoto2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-20 02:53:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-05-20 02:53:31 +0000
commite0543dc56120aaf61189a3673732681ce583290b (patch)
tree2c85881360f5a82fcad2fce36a7939d4bbf9eb91 /graphics/libgphoto2
parentf7b59150eaf8d903786a39f610bf8ee4ebe0768a (diff)
downloadports-e0543dc56120aaf61189a3673732681ce583290b.tar.gz
ports-e0543dc56120aaf61189a3673732681ce583290b.zip
- Update to 2.5.4
PR: 187970 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=354591
Diffstat (limited to 'graphics/libgphoto2')
-rw-r--r--graphics/libgphoto2/Makefile4
-rw-r--r--graphics/libgphoto2/distinfo4
-rw-r--r--graphics/libgphoto2/files/patch-camlibs_ptp2-config.c10
3 files changed, 4 insertions, 14 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile
index 6462dbb03cea..06ba82e8a47c 100644
--- a/graphics/libgphoto2/Makefile
+++ b/graphics/libgphoto2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libgphoto2
-PORTVERSION= 2.5.3.1
-PORTREVISION= 2
+PORTVERSION= 2.5.4
CATEGORIES= graphics
MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION}
@@ -21,6 +20,7 @@ CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \
ac_cv_path_DOT=false \
ac_cv_path_DOXYGEN=false \
udevscriptdir=${WRKDIR}
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/graphics/libgphoto2/distinfo b/graphics/libgphoto2/distinfo
index e3680e94a7e7..be009d90954e 100644
--- a/graphics/libgphoto2/distinfo
+++ b/graphics/libgphoto2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libgphoto2-2.5.3.1.tar.bz2) = 29322d3b163d1d91501280259ca16d1ba966e7d11739d8dc7cf07ef5e617cda2
-SIZE (libgphoto2-2.5.3.1.tar.bz2) = 6676451
+SHA256 (libgphoto2-2.5.4.tar.bz2) = 5fb412e28d3a8ed15bfe86df2173360fcccd29f3d2117e8329d827c356e60bc0
+SIZE (libgphoto2-2.5.4.tar.bz2) = 6682743
diff --git a/graphics/libgphoto2/files/patch-camlibs_ptp2-config.c b/graphics/libgphoto2/files/patch-camlibs_ptp2-config.c
deleted file mode 100644
index e7cbde56000e..000000000000
--- a/graphics/libgphoto2/files/patch-camlibs_ptp2-config.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- camlibs/ptp2/config.c.orig Tue Dec 12 18:43:53 2006
-+++ camlibs/ptp2/config.c Tue Dec 12 19:00:45 2006
-@@ -24,6 +24,7 @@
- #include <string.h>
- #include <stdio.h>
- #include <time.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>