Bug 189369 - [PATCH] science/py-obspy: update to 0.9.2
Summary: [PATCH] science/py-obspy: update to 0.9.2
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-05 13:10 UTC by Muhammad Moinur Rahman
Modified: 2014-05-11 14:20 UTC (History)
1 user (show)

See Also:


Attachments
py-obspy-0.9.2.patch (120.20 KB, patch)
2014-05-05 13:10 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-05 13:10:00 UTC
- Update to 0.9.2

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

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-05 13:10:09 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-11 14:19:52 UTC
Author: wen
Date: Sun May 11 13:19:46 2014
New Revision: 353682
URL: http://svnweb.freebsd.org/changeset/ports/353682
QAT: https://qat.redports.org/buildarchive/r353682/

Log:
  - Update to 0.9.2
  - Stage support
  - Add LICENSE
  - Convert to PYDISTUTILS_AUTOPLIST
  
  PR:		189369
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Deleted:
  head/science/py-obspy/files/patch-setup.py
  head/science/py-obspy/pkg-plist
Modified:
  head/science/py-obspy/Makefile
  head/science/py-obspy/distinfo

Modified: head/science/py-obspy/Makefile
==============================================================================
--- head/science/py-obspy/Makefile	Sun May 11 12:37:55 2014	(r353681)
+++ head/science/py-obspy/Makefile	Sun May 11 13:19:46 2014	(r353682)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	obspy
-PORTVERSION=	0.8.4
-PORTREVISION=	3
+PORTVERSION=	0.9.2
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Python framework for seismological observatories
 
+LICENSE=	LGPL3
+
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \
@@ -20,11 +21,12 @@ BUILD_DEPENDS=	${PYNUMPY} \
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=			fortran zip
+USE_LDCONFIG=		yes
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 PYEASYINSTALL_ARCHDEP=	yes
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e "s#FC#${FC}#g" ${WRKSRC}/setup.py
 

Modified: head/science/py-obspy/distinfo
==============================================================================
--- head/science/py-obspy/distinfo	Sun May 11 12:37:55 2014	(r353681)
+++ head/science/py-obspy/distinfo	Sun May 11 13:19:46 2014	(r353682)
@@ -1,2 +1,2 @@
-SHA256 (obspy-0.8.4.zip) = 6e9e0a5c0e673ae41d64ca265d4abdadf2b83a60ff27c516a8dbb0e2b38965cf
-SIZE (obspy-0.8.4.zip) = 9783983
+SHA256 (obspy-0.9.2.zip) = 9c5be30398fbe620ce467d676b04996468fa7d85160e3d65e8eb39d724435f92
+SIZE (obspy-0.9.2.zip) = 11650367
_______________________________________________
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-11 14:20:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!