From bofh@bofh.1asiacom.net  Wed Apr  9 20:18:22 2014
Return-Path: <bofh@bofh.1asiacom.net>
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 98128B23
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Apr 2014 20:18:22 +0000 (UTC)
Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id C463C19F3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Apr 2014 20:18:21 +0000 (UTC)
Received: from bofh.1asiacom.net (localhost [127.0.0.1])
	by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s39KIJPZ080960
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2014 02:18:19 +0600 (BDT)
	(envelope-from bofh@bofh.1asiacom.net)
Received: (from root@localhost)
	by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s39KIIlp080959;
	Thu, 10 Apr 2014 02:18:18 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201404092018.s39KIIlp080959@bofh.1asiacom.net>
Date: Thu, 10 Apr 2014 02:18:18 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] science/py-mdp: update to 3.3, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188409
>Category:       ports
>Synopsis:       [PATCH] science/py-mdp: update to 3.3, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 09 20:20:00 UTC 2014
>Closed-Date:    Sat Apr 26 18:34:29 UTC 2014
>Last-Modified:  Sat Apr 26 18:34:29 UTC 2014
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Update to 3.3
- Take maintainership

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-mdp/3.3/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-mdp/3.3/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-mdp/3.3/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-mdp/3.3/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-mdp/3.3/100i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-mdp/3.3/100amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-mdp/3.3/110i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-mdp/3.3/110amd64-default.log

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py-mdp-3.3.patch begins here ---
diff -ruN /usr/ports//science/py-mdp/Makefile ./Makefile
--- /usr/ports//science/py-mdp/Makefile	2014-03-11 02:55:20.000000000 +0600
+++ ./Makefile	2014-04-10 01:56:17.381564605 +0600
@@ -2,14 +2,13 @@
 # $FreeBSD: head/science/py-mdp/Makefile 347809 2014-03-10 20:55:20Z gerald $
 
 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
diff -ruN /usr/ports//science/py-mdp/distinfo ./distinfo
--- /usr/ports//science/py-mdp/distinfo	2014-01-22 21:30:13.000000000 +0600
+++ ./distinfo	2014-04-10 01:54:08.608573350 +0600
@@ -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
--- py-mdp-3.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 9 20:20:04 UTC 2014 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188409 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188409: commit references a PR
Date: Sat, 26 Apr 2014 18:13:36 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Apr 26 18:34:29 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188409 
>Unformatted:
