Bug 188409

Summary: [PATCH] science/py-mdp: update to 3.3, take maintainership
Product: Ports & Packages Reporter: Muhammad Moinur Rahman <bofh>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-mdp-3.3.patch none

Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-09 21:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-26 19:13:36 UTC
Author: sunpoet
Date: Sat Apr 26 18:13:27 2014
New Revision: 352323
URL: http://svnweb.freebsd.org/changeset/ports/352323
QAT: https://qat.redports.org/buildarchive/r352323/

Log:
  - Update to 3.3
  - Pass maintainership to submitter
  - While I'm here:
    - Update LICENSE
    - Convert to new options helper
  
  Changes:	https://github.com/mdp-toolkit/mdp-toolkit/blob/master/CHANGES
  PR:		ports/188409
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/science/py-mdp/Makefile
  head/science/py-mdp/distinfo

Modified: head/science/py-mdp/Makefile
==============================================================================
--- head/science/py-mdp/Makefile	Sat Apr 26 18:13:22 2014	(r352322)
+++ head/science/py-mdp/Makefile	Sat Apr 26 18:13:27 2014	(r352323)
@@ -2,22 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	mdp
-PORTVERSION=	3.2
-PORTREVISION=	2
+PORTVERSION=	3.3
 CATEGORIES=	science python
 MASTER_SITES=	SF/${PORTNAME}-toolkit/${PORTNAME}-toolkit/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME:U}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Modular toolkit for Data Processing
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYNUMPY}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
@@ -28,19 +27,9 @@ LIBSVM_DESC=	Provide the LibSVMClassifie
 PP_DESC=	Provide the Parallel Python PPScheduler
 SCIPY_DESC=	Instal SciPy versions of eigensolver, FFT and convolution
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MLIBSVM}
-RUN_DEPENDS+=	libsvm>2.91:${PORTSDIR}/science/libsvm \
-		libsvm-python>2.91:${PORTSDIR}/science/libsvm-python
-.endif
-
-.if ${PORT_OPTIONS:MPP}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pp>0:${PORTSDIR}/devel/py-pp
-.endif
-
-.if ${PORT_OPTIONS:MSCIPY}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}scipy>=0.5.2:${PORTSDIR}/science/py-scipy
-.endif
+LIBSVM_RUN_DEPENDS=	libsvm>2.91:${PORTSDIR}/science/libsvm \
+			libsvm-python>2.91:${PORTSDIR}/science/libsvm-python
+PP_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pp>0:${PORTSDIR}/devel/py-pp
+SCIPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scipy>=0.5.2:${PORTSDIR}/science/py-scipy
 
 .include <bsd.port.mk>

Modified: head/science/py-mdp/distinfo
==============================================================================
--- head/science/py-mdp/distinfo	Sat Apr 26 18:13:22 2014	(r352322)
+++ head/science/py-mdp/distinfo	Sat Apr 26 18:13:27 2014	(r352323)
@@ -1,2 +1,2 @@
-SHA256 (MDP-3.2.tar.gz) = 5310d54766cb91a02988f42bea4b493197155ac1960fbfa41a8c9661b08c1665
-SIZE (MDP-3.2.tar.gz) = 469010
+SHA256 (MDP-3.3.tar.gz) = 3461a54c96a050029ec548c48fa5c60c2bb5b28cc088092438aa95c94d8b3478
+SIZE (MDP-3.3.tar.gz) = 471439
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-04-26 19:34:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!