From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 08:32:57 2014 Return-Path: Delivered-To: svn-ports-head@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 21BFE1D6; Mon, 3 Feb 2014 08:32:57 +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 E85411BBA; Mon, 3 Feb 2014 08:32:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s138WuKf083598; Mon, 3 Feb 2014 08:32:56 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s138WuTv083595; Mon, 3 Feb 2014 08:32:56 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201402030832.s138WuTv083595@svn.freebsd.org> From: Wen Heping Date: Mon, 3 Feb 2014 08:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342393 - head/devel/py-geojson 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.17 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: Mon, 03 Feb 2014 08:32:57 -0000 Author: wen Date: Mon Feb 3 08:32:56 2014 New Revision: 342393 URL: http://svnweb.freebsd.org/changeset/ports/342393 QAT: https://qat.redports.org/buildarchive/r342393/ Log: - Update to 1.0.6 - Add LICENSE - Convert to PYDISTUTILS_AUTOPLIST - Convert to optionsNG Deleted: head/devel/py-geojson/pkg-plist Modified: head/devel/py-geojson/Makefile head/devel/py-geojson/distinfo Modified: head/devel/py-geojson/Makefile ============================================================================== --- head/devel/py-geojson/Makefile Mon Feb 3 08:15:19 2014 (r342392) +++ head/devel/py-geojson/Makefile Mon Feb 3 08:32:56 2014 (r342393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geojson -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 PORTEPOCH= 1 CATEGORIES= devel geography python MASTER_SITES= CHEESESHOP @@ -11,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python's Encoder/decoder for simple GIS features +LICENSE= BSD + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.0:${PORTSDIR}/devel/py-nose RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson @@ -19,9 +21,12 @@ DOCSFILE= LICENSE.rst CHANGELOG.rst READ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_NOEGGINFO= yes +PYDISTUTILS_AUTOPLIST= yes + +.include post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCSFILE} @cd ${WRKSRC} && ${CP} ${f} ${STAGEDIR}${DOCSDIR} Modified: head/devel/py-geojson/distinfo ============================================================================== --- head/devel/py-geojson/distinfo Mon Feb 3 08:15:19 2014 (r342392) +++ head/devel/py-geojson/distinfo Mon Feb 3 08:32:56 2014 (r342393) @@ -1,2 +1,2 @@ -SHA256 (geojson-1.0.5.tar.gz) = 1b30ff4f79ff0d3b327c9bdcf20acfd8b611f4620676f9f0e391b26654e92bc6 -SIZE (geojson-1.0.5.tar.gz) = 13250 +SHA256 (geojson-1.0.6.tar.gz) = d91cd23401b922ba597afe1f3effabfdab6af3550708b4e0cd16ab26094861b0 +SIZE (geojson-1.0.6.tar.gz) = 13798