Date: Fri, 17 Jan 2014 21:33:25 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340113 - head/graphics/fusefs-gphotofs Message-ID: <201401172133.s0HLXPdF092702@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Jan 17 21:33:24 2014 New Revision: 340113 URL: http://svnweb.freebsd.org/changeset/ports/340113 QAT: https://qat.redports.org/buildarchive/r340113/ Log: Update to 0.5. This unbreaks the build with libgphoto2 2.5.x. Stagify, and use new LIB_DEPENDS. Modified: head/graphics/fusefs-gphotofs/Makefile head/graphics/fusefs-gphotofs/distinfo Modified: head/graphics/fusefs-gphotofs/Makefile ============================================================================== --- head/graphics/fusefs-gphotofs/Makefile Fri Jan 17 21:30:37 2014 (r340112) +++ head/graphics/fusefs-gphotofs/Makefile Fri Jan 17 21:33:24 2014 (r340113) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= gphotofs -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= graphics sysutils -MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0 PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org @@ -13,7 +12,7 @@ COMMENT= Mount PTP camera as a file syst LICENSE= GPLv2 -LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 USES= fuse pkgconfig USE_BZIP2= yes @@ -22,5 +21,4 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/gphotofs -NO_STAGE= yes .include <bsd.port.mk> Modified: head/graphics/fusefs-gphotofs/distinfo ============================================================================== --- head/graphics/fusefs-gphotofs/distinfo Fri Jan 17 21:30:37 2014 (r340112) +++ head/graphics/fusefs-gphotofs/distinfo Fri Jan 17 21:33:24 2014 (r340113) @@ -1,2 +1,2 @@ -SHA256 (gphotofs-0.4.0.tar.bz2) = d88f37dd70d36585edcff887d04c886b4a3dd3f5cb68f5d3b5c67f3fb9b2fd1f -SIZE (gphotofs-0.4.0.tar.bz2) = 267708 +SHA256 (gphotofs-0.5.tar.bz2) = 676ec4de69a81c193ffc31bdc7b587ac2a2cc3780b14f0e7c9c4c0a517b343cc +SIZE (gphotofs-0.5.tar.bz2) = 261357
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401172133.s0HLXPdF092702>