Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2017 09:01:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446909 - head/graphics/cfdg
Message-ID:  <201707300901.v6U91Arw048246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jul 30 09:01:10 2017
New Revision: 446909
URL: https://svnweb.freebsd.org/changeset/ports/446909

Log:
  - Pet portlint
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/cfdg/Makefile
  head/graphics/cfdg/pkg-descr

Modified: head/graphics/cfdg/Makefile
==============================================================================
--- head/graphics/cfdg/Makefile	Sun Jul 30 09:01:10 2017	(r446908)
+++ head/graphics/cfdg/Makefile	Sun Jul 30 09:01:10 2017	(r446909)
@@ -12,11 +12,11 @@ DISTNAME=	ContextFreeSource${PORTVERSION}
 MAINTAINER=	anatoly.borodin@gmail.com
 COMMENT=	Context Free Design Grammar compiler
 
-LIB_DEPENDS=	libpng.so:graphics/png
-
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+LIB_DEPENDS=	libpng.so:graphics/png
+
 WRKSRC=		${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
 
 USES=		gmake tar:tgz
@@ -28,7 +28,9 @@ OPTIONS_DEFINE=	EXAMPLES
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/cfdg ${STAGEDIR}${PREFIX}/bin
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+
+do-install-EXAMPLES-on:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/input/* ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/graphics/cfdg/pkg-descr
==============================================================================
--- head/graphics/cfdg/pkg-descr	Sun Jul 30 09:01:10 2017	(r446908)
+++ head/graphics/cfdg/pkg-descr	Sun Jul 30 09:01:10 2017	(r446909)
@@ -21,4 +21,4 @@ Features:
 * Automatic checking for updates (Mac only).
 * It's free, as in beer and as in speech.
 
-WWW: http://www.contextfreeart.org/
+WWW: https://www.contextfreeart.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707300901.v6U91Arw048246>