Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 09:02:43 +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: r510257 - head/devel/codeville
Message-ID:  <201908300902.x7U92h0e079946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 30 09:02:43 2019
New Revision: 510257
URL: https://svnweb.freebsd.org/changeset/ports/510257

Log:
  - Add LICENSE_FILE
  - Pet portlint
  - Don't install LICENSE as documentation
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/codeville/Makefile
  head/devel/codeville/pkg-descr

Modified: head/devel/codeville/Makefile
==============================================================================
--- head/devel/codeville/Makefile	Fri Aug 30 09:00:49 2019	(r510256)
+++ head/devel/codeville/Makefile	Fri Aug 30 09:02:43 2019	(r510257)
@@ -10,22 +10,18 @@ MAINTAINER=	portmaster@bsdforge.com
 COMMENT=	Anarchic control version system without unnecessary re-merges
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-NO_ARCH=	yes
 USES=		python:2.7 tar:xz
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
-PORTDOCS=	LICENSE.txt
 PORTEXAMPLES=	cdvserver.conf.sample
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
+OPTIONS_DEFINE=	EXAMPLES
 
-post-install:
-# examples
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
-# documentation
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/devel/codeville/pkg-descr
==============================================================================
--- head/devel/codeville/pkg-descr	Fri Aug 30 09:00:49 2019	(r510256)
+++ head/devel/codeville/pkg-descr	Fri Aug 30 09:02:43 2019	(r510257)
@@ -13,4 +13,4 @@ been applied to the other one, and if so, makes the ot
 automatically. When there's a non automatically mergeable version conflict,
 Codeville behaves in almost exactly the same way as CVS.
 
-WWW: http://bsdforge.com/projects/devel/codeville/
+WWW: https://bsdforge.com/projects/devel/codeville/



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