svn commit: r464478 - head/sysutils/fusefs-chironfs

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 14 09:33:14 UTC 2018


Author: amdmi3
Date: Wed Mar 14 09:33:13 2018
New Revision: 464478
URL: https://svnweb.freebsd.org/changeset/ports/464478

Log:
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Pet portlint
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/fusefs-chironfs/Makefile
  head/sysutils/fusefs-chironfs/pkg-descr

Modified: head/sysutils/fusefs-chironfs/Makefile
==============================================================================
--- head/sysutils/fusefs-chironfs/Makefile	Wed Mar 14 09:11:21 2018	(r464477)
+++ head/sysutils/fusefs-chironfs/Makefile	Wed Mar 14 09:33:13 2018	(r464478)
@@ -12,11 +12,10 @@ MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	FUSE based filesystem with replication at the filesystem level
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/doc/copyright
 
+USES=		fuse localbase:ldflags
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		fuse
 
 PLIST_FILES=	bin/chironfs bin/chirctl man/man8/chironfs.8.gz
 PORTDOCS=	*

Modified: head/sysutils/fusefs-chironfs/pkg-descr
==============================================================================
--- head/sysutils/fusefs-chironfs/pkg-descr	Wed Mar 14 09:11:21 2018	(r464477)
+++ head/sysutils/fusefs-chironfs/pkg-descr	Wed Mar 14 09:33:13 2018	(r464478)
@@ -7,4 +7,4 @@ The only requisite is that you mount it.
 No need for special configuration files. The setup is as
 simple as one mount command (or one line in fstab).
 
-WWW: http://BSDforge.com/projects/sysutils/fusefs-chironfs/
+WWW: https://BSDforge.com/projects/sysutils/fusefs-chironfs/


More information about the svn-ports-all mailing list