From owner-svn-ports-head@FreeBSD.ORG Sun Mar 22 14:58:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9EBCB7; Sun, 22 Mar 2015 14:58:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 949BA9AB; Sun, 22 Mar 2015 14:58:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2MEwe3B038180; Sun, 22 Mar 2015 14:58:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2MEwdU4038174; Sun, 22 Mar 2015 14:58:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503221458.t2MEwdU4038174@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Mar 2015 14:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381919 - head/www/protovis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2015 14:58:40 -0000 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 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