svn commit: r459228 - head/sysutils/fusefs-gstfs

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 17 09:02:04 UTC 2018


Author: amdmi3
Date: Wed Jan 17 09:02:02 2018
New Revision: 459228
URL: https://svnweb.freebsd.org/changeset/ports/459228

Log:
  - Add LICENSE
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/sysutils/fusefs-gstfs/Makefile
==============================================================================
--- head/sysutils/fusefs-gstfs/Makefile	Wed Jan 17 08:59:58 2018	(r459227)
+++ head/sysutils/fusefs-gstfs/Makefile	Wed Jan 17 09:02:02 2018	(r459228)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	fusefs-
 MAINTAINER=	rodrigo at FreeBSD.org
 COMMENT=	On-demand, transcoding filesystem (using GStreamer pipeline)
 
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USES=		fuse pkgconfig
@@ -27,9 +30,13 @@ post-patch:
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+
+do-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+
+do-install-EXAMPLES-on:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/sysutils/fusefs-gstfs/pkg-descr
==============================================================================
--- head/sysutils/fusefs-gstfs/pkg-descr	Wed Jan 17 08:59:58 2018	(r459227)
+++ head/sysutils/fusefs-gstfs/pkg-descr	Wed Jan 17 09:02:02 2018	(r459228)
@@ -7,4 +7,4 @@ and end with an fdsink with the name "_dest". The file
 automatically substitute the filename and fd number in these
 pipelines.
 
-WWW: http://bobcopeland.com/gstfs/
+WWW: https://bobcopeland.com/gstfs/


More information about the svn-ports-all mailing list