diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-07-28 20:12:45 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-07-28 20:12:45 +0000 |
commit | 30120a8d58b6bb1b369cecadeb114af6d8c3e76b (patch) | |
tree | 9c2512e445d7f8f4e24dde47e03c84400e2a292d /graphics/gphoto2 | |
parent | 65e97be0cfa99c7b29c744f7d4011b3ae368681e (diff) | |
download | ports-30120a8d58b6bb1b369cecadeb114af6d8c3e76b.tar.gz ports-30120a8d58b6bb1b369cecadeb114af6d8c3e76b.zip |
Notes
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 7 | ||||
-rw-r--r-- | graphics/gphoto2/distinfo | 4 | ||||
-rw-r--r-- | graphics/gphoto2/files/patch-configure | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 80bca5b4722e..0daf62b5fb16 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 2.5.6 +PORTVERSION= 2.5.8 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Command-line frontend to libgphoto2 LICENSE= GPLv2 +#LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 @@ -31,11 +32,11 @@ AALIB_CONFIGURE_WITH= aalib NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CPPFLAGS= -I${LOCALBASE}/include -NLS_LIBS= -L${LOCALBASE}/lib -lintl +NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl READLINE_USES= readline READLINE_CONFIGURE_WITH=readline post-install: - ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo index 9e343ef34d81..741e11e5e075 100644 --- a/graphics/gphoto2/distinfo +++ b/graphics/gphoto2/distinfo @@ -1,2 +1,2 @@ -SHA256 (gphoto2-2.5.6.tar.bz2) = 55e5ec8b2bba4ed358f15eda466f61c79d6f75c220237f821ac687a3ceb336e8 -SIZE (gphoto2-2.5.6.tar.bz2) = 756926 +SHA256 (gphoto2-2.5.8.tar.bz2) = a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d +SIZE (gphoto2-2.5.8.tar.bz2) = 777235 diff --git a/graphics/gphoto2/files/patch-configure b/graphics/gphoto2/files/patch-configure index db1f5d2445d8..cf6bc47962e0 100644 --- a/graphics/gphoto2/files/patch-configure +++ b/graphics/gphoto2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2014-05-08 17:21:32.000000000 +0400 -+++ configure 2014-05-08 17:23:08.000000000 +0400 -@@ -12988,13 +12988,11 @@ +--- configure.orig 2015-07-05 20:43:09 UTC ++++ configure +@@ -13459,13 +13459,11 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <libintl.h> |