From owner-svn-ports-head@FreeBSD.ORG Fri Jan 17 21:33:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEA952CD; Fri, 17 Jan 2014 21:33:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA2C1DCF; Fri, 17 Jan 2014 21:33:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0HLXP24092704; Fri, 17 Jan 2014 21:33:25 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0HLXPdF092702; Fri, 17 Jan 2014 21:33:25 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201401172133.s0HLXPdF092702@svn.freebsd.org> From: Koop Mast Date: Fri, 17 Jan 2014 21:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340113 - head/graphics/fusefs-gphotofs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 21:33:25 -0000 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 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