From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 14:25:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFDCF390; Wed, 8 Jan 2014 14:25:26 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB7ED1E86; Wed, 8 Jan 2014 14:25:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08EPQoG011029; Wed, 8 Jan 2014 14:25:26 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08EPQx1011027; Wed, 8 Jan 2014 14:25:26 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201401081425.s08EPQx1011027@svn.freebsd.org> From: TAKATSU Tomonari Date: Wed, 8 Jan 2014 14:25:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339136 - head/graphics/py-webcolors 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.17 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: Wed, 08 Jan 2014 14:25:26 -0000 Author: tota Date: Wed Jan 8 14:25:26 2014 New Revision: 339136 URL: http://svnweb.freebsd.org/changeset/ports/339136 Log: - Add LICENSE - Use PYDISTUTILS_AUTOPLIST - Adapt to new options framework - Support STAGEDIR - Replace tab with a single space after WWW: in pkg-descr Deleted: head/graphics/py-webcolors/pkg-plist Modified: head/graphics/py-webcolors/Makefile head/graphics/py-webcolors/pkg-descr Modified: head/graphics/py-webcolors/Makefile ============================================================================== --- head/graphics/py-webcolors/Makefile Wed Jan 8 14:21:03 2014 (r339135) +++ head/graphics/py-webcolors/Makefile Wed Jan 8 14:25:26 2014 (r339136) @@ -10,17 +10,21 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Library working with the sRGB color space as used in the HTML and CSS +LICENSE= BSD3CLAUSE + USE_PYTHON= yes USE_PYDISTUTILS= yes -NO_STAGE= yes +PYDISTUTILS_AUTOPLIST= yes DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} PORTDOCS= README -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/graphics/py-webcolors/pkg-descr ============================================================================== --- head/graphics/py-webcolors/pkg-descr Wed Jan 8 14:21:03 2014 (r339135) +++ head/graphics/py-webcolors/pkg-descr Wed Jan 8 14:25:26 2014 (r339136) @@ -16,4 +16,4 @@ the Python standard library): * Percentage rgb() triplet -WWW: https://bitbucket.org/ubernostrum/webcolors/overview/ +WWW: https://bitbucket.org/ubernostrum/webcolors/overview/