svn commit: r352323 - head/science/py-mdp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 26 18:13:28 UTC 2014
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 at 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 at FreeBSD.org
+MAINTAINER= 5u623l20 at 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
More information about the svn-ports-all
mailing list