Date: Sun, 22 Mar 2015 14:58:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381919 - head/www/protovis Message-ID: <201503221458.t2MEwdU4038174@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 22 14:58:38 2015 New Revision: 381919 URL: https://svnweb.freebsd.org/changeset/ports/381919 QAT: https://qat.redports.org/buildarchive/r381919/ Log: - Update to 3.3.1 - Remove DOCS option - Update WWW Changes: https://github.com/mbostock/protovis/commits/master Modified: head/www/protovis/Makefile head/www/protovis/distinfo head/www/protovis/pkg-descr head/www/protovis/pkg-plist Modified: head/www/protovis/Makefile ============================================================================== --- head/www/protovis/Makefile Sun Mar 22 14:58:27 2015 (r381918) +++ head/www/protovis/Makefile Sun Mar 22 14:58:38 2015 (r381919) @@ -2,29 +2,29 @@ # $FreeBSD$ PORTNAME= protovis -PORTVERSION= 3.2 +PORTVERSION= 3.3.1 CATEGORIES= www -MASTER_SITES= GOOGLE_CODE MAINTAINER= sunpoet@FreeBSD.org COMMENT= JavaScript graphical toolkit for data visualization LICENSE= BSD3CLAUSE -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= EXAMPLES NO_BUILD= yes -USES= zip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PORTDOCS= * PORTEXAMPLES= * -PROJECTHOST= ${PORTNAME}-js +GH_ACCOUNT= mbostock +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= v${PORTVERSION} +USE_GITHUB= yes do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ ${STAGEDIR}${WWWDIR}/ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${STAGEDIR}${WWWDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} *.js ${STAGEDIR}${WWWDIR}/ - cd ${WRKSRC}/jsdoc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ .include <bsd.port.mk> Modified: head/www/protovis/distinfo ============================================================================== --- head/www/protovis/distinfo Sun Mar 22 14:58:27 2015 (r381918) +++ head/www/protovis/distinfo Sun Mar 22 14:58:38 2015 (r381919) @@ -1,2 +1,2 @@ -SHA256 (protovis-3.2.zip) = 4bd8096ec6b83e2b7cbe49da6ca20c5f18210f0a548abc50076785b5af450b23 -SIZE (protovis-3.2.zip) = 878981 +SHA256 (mbostock-protovis-3.3.1-v3.3.1_GH0.tar.gz) = 74bb1dccf06a8c36a6e27c040ed248936ae07d52034f5e828969e0cb38ddb7db +SIZE (mbostock-protovis-3.3.1-v3.3.1_GH0.tar.gz) = 4713632 Modified: head/www/protovis/pkg-descr ============================================================================== --- head/www/protovis/pkg-descr Sun Mar 22 14:58:27 2015 (r381918) +++ head/www/protovis/pkg-descr Sun Mar 22 14:58:38 2015 (r381919) @@ -14,7 +14,5 @@ This project is led by Mike Bostock and Group, with significant help from Vadim Ogievetsky. We welcome your contributions and suggestions. -See http://vis.stanford.edu/protovis/ for examples and documentation. -See http://gitorious.org/protovis/ for source code and development. - -WWW: http://code.google.com/p/protovis-js/ +WWW: https://github.com/mbostock/protovis +WWW: http://vis.stanford.edu/protovis/ Modified: head/www/protovis/pkg-plist ============================================================================== --- head/www/protovis/pkg-plist Sun Mar 22 14:58:27 2015 (r381918) +++ head/www/protovis/pkg-plist Sun Mar 22 14:58:38 2015 (r381919) @@ -1,6 +1,6 @@ @owner www @group www -%%WWWDIR%%/protovis-d3.2.js -%%WWWDIR%%/protovis-r3.2.js +%%WWWDIR%%/protovis.js +%%WWWDIR%%/protovis.min.js @owner @group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503221458.t2MEwdU4038174>