svn commit: r441517 - head/textproc/cdiff

Mathieu Arnold mat at FreeBSD.org
Tue May 23 12:34:16 UTC 2017


Author: mat
Date: Tue May 23 12:34:15 2017
New Revision: 441517
URL: https://svnweb.freebsd.org/changeset/ports/441517

Log:
  Update to 1.0.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/cdiff/Makefile   (contents, props changed)
  head/textproc/cdiff/distinfo   (contents, props changed)

Modified: head/textproc/cdiff/Makefile
==============================================================================
--- head/textproc/cdiff/Makefile	Tue May 23 12:28:16 2017	(r441516)
+++ head/textproc/cdiff/Makefile	Tue May 23 12:34:15 2017	(r441517)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdiff
-PORTVERSION=	0.9.8
+PORTVERSION=	1.0
 PORTEPOCH=	1
 MASTER_SITES=	LOCAL/mat/cdiff GH
 CATEGORIES=	textproc
@@ -18,13 +18,16 @@ GH_ACCOUNT=	ymattw
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS
 
-PORTDOCS=	README.rst
+PORTDOCS=	CHANGES.rst README.rst
 
-post-install:
+post-install-DOCS-on:
 	${INSTALL} -d ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+.for f in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
+.endfor
 
 .include <bsd.port.mk>

Modified: head/textproc/cdiff/distinfo
==============================================================================
--- head/textproc/cdiff/distinfo	Tue May 23 12:28:16 2017	(r441516)
+++ head/textproc/cdiff/distinfo	Tue May 23 12:34:15 2017	(r441517)
@@ -1,2 +1,3 @@
-SHA256 (ymattw-cdiff-0.9.8_GH0.tar.gz) = 676f025b385c40bdf784aabf8381b2006f5e3befc2768c4d454a276f759221f1
-SIZE (ymattw-cdiff-0.9.8_GH0.tar.gz) = 32943
+TIMESTAMP = 1495542386
+SHA256 (ymattw-cdiff-1.0_GH0.tar.gz) = d9aa95299973cf25cba9d62a41df845ec4c5d391b9aca4d84f32fcefecccd846
+SIZE (ymattw-cdiff-1.0_GH0.tar.gz) = 33501


More information about the svn-ports-all mailing list