View | Details | Raw Unified | Return to bug 252889
Collapse All | Expand All

(-)sysutils/fusefs-ifuse/Makefile (-9 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ifuse
4
PORTNAME=	ifuse
5
PORTVERSION=	1.1.3
5
PORTVERSION=	1.1.4
6
PORTREVISION=	3
7
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
8
MASTER_SITES=	http://www.libimobiledevice.org/downloads/
7
MASTER_SITES=	https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
9
PKGNAMEPREFIX=	fusefs-
8
PKGNAMEPREFIX=	fusefs-
10
9
11
MAINTAINER=	danilo@FreeBSD.org
10
MAINTAINER=	danilo@FreeBSD.org
Lines 17-31 Link Here
17
		libimobiledevice-1.0.so:comms/libimobiledevice
16
		libimobiledevice-1.0.so:comms/libimobiledevice
18
RUN_DEPENDS=	usbmuxd:comms/usbmuxd
17
RUN_DEPENDS=	usbmuxd:comms/usbmuxd
19
18
19
USES=		fuse localbase gnome pkgconfig tar:bzip2
20
USE_GNOME=	glib20
20
USE_GNOME=	glib20
21
USES=		fuse gnome pkgconfig tar:bzip2
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CFLAGS+=	-I${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib
25
22
26
PLIST_FILES=	bin/${PORTNAME} man/man1/ifuse.1.gz
23
PLIST_FILES=	bin/${PORTNAME} man/man1/ifuse.1.gz
27
24
28
post-patch:
29
	@${REINPLACE_CMD} -e 's|\"libplist|"libplist-2.0|g' ${WRKSRC}/configure
30
31
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)sysutils/fusefs-ifuse/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ifuse-1.1.3.tar.bz2) = a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add
1
TIMESTAMP = 1611120705
2
SIZE (ifuse-1.1.3.tar.bz2) = 90803
2
SHA256 (ifuse-1.1.4.tar.bz2) = 3550702ef94b2f5f16c7db91c6b3282b2aed1340665834a03e47458e09d98d87
3
SIZE (ifuse-1.1.4.tar.bz2) = 94137

Return to bug 252889