Date: Sat, 13 Mar 2021 00:14:45 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568219 - head/sysutils/fusefs-ifuse Message-ID: <202103130014.12D0Ej6L028472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103130014.12D0Ej6L028472>