From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 03:43:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15B65615; Sun, 15 Jun 2014 03:43:50 +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 EACA02B33; Sun, 15 Jun 2014 03:43:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5F3hnsI072293; Sun, 15 Jun 2014 03:43:49 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5F3hnlU072288; Sun, 15 Jun 2014 03:43:49 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201406150343.s5F3hnlU072288@svn.freebsd.org> From: Nicola Vitale Date: Sun, 15 Jun 2014 03:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357824 - head/graphics/py-gchartwrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 03:43:50 -0000 Author: nivit Date: Sun Jun 15 03:43:49 2014 New Revision: 357824 URL: http://svnweb.freebsd.org/changeset/ports/357824 QAT: https://qat.redports.org/buildarchive/r357824/ Log: - Remove docs/examples because the relative distfile is no longer available - Add LICENSE (BSD3CLAUSE) - Use auto plist - Add support for stage dir - Bump PORTREVISION (pkg-plist changed) Deleted: head/graphics/py-gchartwrapper/pkg-plist Modified: head/graphics/py-gchartwrapper/Makefile head/graphics/py-gchartwrapper/distinfo Modified: head/graphics/py-gchartwrapper/Makefile ============================================================================== --- head/graphics/py-gchartwrapper/Makefile Sun Jun 15 03:25:46 2014 (r357823) +++ head/graphics/py-gchartwrapper/Makefile Sun Jun 15 03:43:49 2014 (r357824) @@ -3,42 +3,22 @@ PORTNAME= GChartWrapper PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - LOCAL/nivit/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PORTNAME}-${PORTVERSION}.zip -.if !defined(NOPORTDOCS) || !defined(NOPORTEXAMPLES) -DISTFILES+= ${PORTNAME}-extras-${PORTVERSION}.zip -.endif MAINTAINER= nivit@FreeBSD.org COMMENT= Python Google Chart Wrapper -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -USES= zip -NO_STAGE= yes +LICENSE= BSD3CLAUSE -EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging PROJECTHOST= google-chartwrapper +PYDISTUTILS_AUTOPLIST= yes -.if !defined(NOPORTDOCS) -post-extract: - @cd ${WRKDIR} && ${RM} -R doc/.svn && ${RM} -R demo/.svn -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} && cd ${WRKDIR}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} && cd ${WRKDIR}/demo && ${COPYTREE_SHARE} . ${EXAMPLESDIR} -.endif +USE_PYTHON= yes +USE_PYDISTUTILS= yes .include Modified: head/graphics/py-gchartwrapper/distinfo ============================================================================== --- head/graphics/py-gchartwrapper/distinfo Sun Jun 15 03:25:46 2014 (r357823) +++ head/graphics/py-gchartwrapper/distinfo Sun Jun 15 03:43:49 2014 (r357824) @@ -1,4 +1,2 @@ -SHA256 (GChartWrapper-0.9.zip) = 9b431445dff05e101f0db3e861886430581c37cb626d294e2ed94559aac3cc1e -SIZE (GChartWrapper-0.9.zip) = 28566 -SHA256 (GChartWrapper-extras-0.9.zip) = f2d10f0bf70ae17ae8a3975756e0ad65637820c82a30233895420c8b043e2023 -SIZE (GChartWrapper-extras-0.9.zip) = 1044677 +SHA256 (GChartWrapper-0.9.tar.gz) = 0a6f4bad170569c443baf78d79af2fdb3f1b03431c466cef0785704c3a151bc4 +SIZE (GChartWrapper-0.9.tar.gz) = 25480