svn commit: r359399 - head/sysutils/fusefs-curlftpfs

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 26 16:54:21 UTC 2014


Author: vanilla
Date: Thu Jun 26 16:54:21 2014
New Revision: 359399
URL: http://svnweb.freebsd.org/changeset/ports/359399
QAT: https://qat.redports.org/buildarchive/r359399/

Log:
  1: Stagify.
  2: new syntax of LIB_DEPENDS.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/sysutils/fusefs-curlftpfs/Makefile

Modified: head/sysutils/fusefs-curlftpfs/Makefile
==============================================================================
--- head/sysutils/fusefs-curlftpfs/Makefile	Thu Jun 26 16:51:42 2014	(r359398)
+++ head/sysutils/fusefs-curlftpfs/Makefile	Thu Jun 26 16:54:21 2014	(r359399)
@@ -13,24 +13,22 @@ COMMENT=	Mount remote ftp directories
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
 GNU_CONFIGURE=	yes
 USES=		fuse pkgconfig
 USE_GNOME=	glib20
-MAN1=		${PORTNAME}.1
-PLIST_FILES=	bin/curlftpfs
+PLIST_FILES=	bin/curlftpfs man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 1000000
-EXTRA_PATCHES+= ${FILESDIR}/extra-64-ftpfs.h
+EXTRA_PATCHES+=	${FILESDIR}/extra-64-ftpfs.h
 .else
-EXTRA_PATCHES+= ${FILESDIR}/extra-32-ftpfs.h
+EXTRA_PATCHES+=	${FILESDIR}/extra-32-ftpfs.h
 .endif
 .if ${OSVERSION} < 900000
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ftpfs.c
+EXTRA_PATCHES+=	${FILESDIR}/extra-patch-ftpfs.c
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list