Bug 189181 - [PATCH] devel/py-shapely: update to 1.3.1
Summary: [PATCH] devel/py-shapely: update to 1.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 12:00 UTC by Muhammad Moinur Rahman
Modified: 2014-05-02 02:50 UTC (History)
1 user (show)

See Also:


Attachments
py-Shapely-1.3.1.patch (1.68 KB, patch)
2014-05-01 12:00 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-01 12:00:00 UTC
- Update to 1.3.1

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-Shapely/1.3.1/

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-01 12:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-02 02:48:31 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2014-05-02 02:49:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!