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)
This commit is contained in:
parent
c7903f7621
commit
cb736133d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568219
2 changed files with 9 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue