From owner-svn-ports-all@FreeBSD.ORG Fri May 2 01:48:27 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 EEA2B6F9; Fri, 2 May 2014 01:48:27 +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 C1A6217A2; Fri, 2 May 2014 01:48:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s421mRpH064778; Fri, 2 May 2014 01:48:27 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s421mRkx064775; Fri, 2 May 2014 01:48:27 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201405020148.s421mRkx064775@svn.freebsd.org> From: Wen Heping Date: Fri, 2 May 2014 01:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352770 - head/devel/py-shapely 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: Fri, 02 May 2014 01:48:28 -0000 Author: wen Date: Fri May 2 01:48:26 2014 New Revision: 352770 URL: http://svnweb.freebsd.org/changeset/ports/352770 QAT: https://qat.redports.org/buildarchive/r352770/ Log: - Update to 1.3.1 - Add LICENSE PR: 189181 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/devel/py-shapely/Makefile head/devel/py-shapely/distinfo head/devel/py-shapely/pkg-descr Modified: head/devel/py-shapely/Makefile ============================================================================== --- head/devel/py-shapely/Makefile Fri May 2 00:48:17 2014 (r352769) +++ head/devel/py-shapely/Makefile Fri May 2 01:48:26 2014 (r352770) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Shapely -PORTVERSION= 1.2.18 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Package for Manipulation 2D Geospatial Geometry -LIB_DEPENDS= geos_c:${PORTSDIR}/graphics/geos +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes Modified: head/devel/py-shapely/distinfo ============================================================================== --- head/devel/py-shapely/distinfo Fri May 2 00:48:17 2014 (r352769) +++ head/devel/py-shapely/distinfo Fri May 2 01:48:26 2014 (r352770) @@ -1,2 +1,2 @@ -SHA256 (Shapely-1.2.18.tar.gz) = b3307b008e1cf96923f0e41a54b39e4ac316cdfa038b26ccbfc47a99cb69573c -SIZE (Shapely-1.2.18.tar.gz) = 111974 +SHA256 (Shapely-1.3.1.tar.gz) = f458f7033e6bb811893e6c4305b28535fc09a1a10bb0d1f35bd0dc2bd5613a25 +SIZE (Shapely-1.3.1.tar.gz) = 119894 Modified: head/devel/py-shapely/pkg-descr ============================================================================== --- head/devel/py-shapely/pkg-descr Fri May 2 00:48:17 2014 (r352769) +++ head/devel/py-shapely/pkg-descr Fri May 2 01:48:26 2014 (r352770) @@ -4,4 +4,4 @@ is not concerned with data formats or co Responsibility for reading and writing data and projecting coordinates is left to other packages like WorldMill and pyproj. -WWW: https://pypi.python.org/pypi/Shapely/ +WWW: http://pypi.python.org/pypi/Shapely/