From owner-svn-ports-all@freebsd.org Sat Mar 13 00:14:48 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A87E5B1F6D; Sat, 13 Mar 2021 00:14:48 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy38l34Gdz3LbN; Sat, 13 Mar 2021 00:14:47 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A39AF20D98; Sat, 13 Mar 2021 00:14:46 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D0EkjB028474; Sat, 13 Mar 2021 00:14:46 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D0Ej6L028472; Sat, 13 Mar 2021 00:14:45 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103130014.12D0Ej6L028472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 13 Mar 2021 00:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568219 - head/sysutils/fusefs-ifuse X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/sysutils/fusefs-ifuse X-SVN-Commit-Revision: 568219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:14:49 -0000 Author: jhale Date: Sat Mar 13 00:14:45 2021 New Revision: 568219 URL: https://svnweb.freebsd.org/changeset/ports/568219 Log: sysutils/fusefs-ifuse: Update to 1.1.4 Fix LICENSE and add LICENSE_FILE. Convert CFLAGS/LDFLAGS to USES=localbase. Pet portlint(1). PR: 252889 Submitted by: jhale Approved by: maintainer timeout (7 weeks) Modified: head/sysutils/fusefs-ifuse/Makefile head/sysutils/fusefs-ifuse/distinfo Modified: head/sysutils/fusefs-ifuse/Makefile ============================================================================== --- head/sysutils/fusefs-ifuse/Makefile Sat Mar 13 00:14:36 2021 (r568218) +++ head/sysutils/fusefs-ifuse/Makefile Sat Mar 13 00:14:45 2021 (r568219) @@ -2,30 +2,26 @@ # $FreeBSD$ PORTNAME= ifuse -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.4 CATEGORIES= sysutils -MASTER_SITES= http://www.libimobiledevice.org/downloads/ +MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= fusefs- MAINTAINER= danilo@FreeBSD.org COMMENT= FUSE-based filesystem for mounting iOS devices over USB -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libplist-2.0.so:devel/libplist \ libimobiledevice-1.0.so:comms/libimobiledevice RUN_DEPENDS= usbmuxd:comms/usbmuxd +USES= fuse localbase gnome pkgconfig tar:bzip2 USE_GNOME= glib20 -USES= fuse gnome pkgconfig tar:bzip2 + GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} man/man1/ifuse.1.gz - -post-patch: - @${REINPLACE_CMD} -e 's|\"libplist|"libplist-2.0|g' ${WRKSRC}/configure .include Modified: head/sysutils/fusefs-ifuse/distinfo ============================================================================== --- head/sysutils/fusefs-ifuse/distinfo Sat Mar 13 00:14:36 2021 (r568218) +++ head/sysutils/fusefs-ifuse/distinfo Sat Mar 13 00:14:45 2021 (r568219) @@ -1,2 +1,3 @@ -SHA256 (ifuse-1.1.3.tar.bz2) = a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add -SIZE (ifuse-1.1.3.tar.bz2) = 90803 +TIMESTAMP = 1611120705 +SHA256 (ifuse-1.1.4.tar.bz2) = 3550702ef94b2f5f16c7db91c6b3282b2aed1340665834a03e47458e09d98d87 +SIZE (ifuse-1.1.4.tar.bz2) = 94137