svn commit: r357423 - head/sysutils/fusefs-ifuse

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 11 06:59:49 UTC 2014


Author: vanilla
Date: Wed Jun 11 06:59:48 2014
New Revision: 357423
URL: http://svnweb.freebsd.org/changeset/ports/357423
QAT: https://qat.redports.org/buildarchive/r357423/

Log:
  1: Stagify.
  2: new format of LIB_DEPENDS
  3: switch to tar:bzip2.

Modified:
  head/sysutils/fusefs-ifuse/Makefile

Modified: head/sysutils/fusefs-ifuse/Makefile
==============================================================================
--- head/sysutils/fusefs-ifuse/Makefile	Wed Jun 11 06:44:41 2014	(r357422)
+++ head/sysutils/fusefs-ifuse/Makefile	Wed Jun 11 06:59:48 2014	(r357423)
@@ -12,23 +12,16 @@ COMMENT=	FUSE-based filesystem for mount
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	plist:${PORTSDIR}/devel/libplist \
-		imobiledevice:${PORTSDIR}/comms/libimobiledevice
+LIB_DEPENDS=	libplist.so:${PORTSDIR}/devel/libplist \
+		libimobiledevice.so:${PORTSDIR}/comms/libimobiledevice
 RUN_DEPENDS=	usbmuxd:${PORTSDIR}/comms/usbmuxd
 
 USE_GNOME=	glib20
-USES=		fuse pkgconfig
-USE_BZIP2=	yes
+USES=		fuse pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PLIST_FILES=	bin/${PORTNAME}
-
-MAN1=		ifuse.1
-
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
+PLIST_FILES=	bin/${PORTNAME} man/man1/ifuse.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list