Bug 190350 - [PATCH] science/brian: Added STAGE support
Summary: [PATCH] science/brian: Added STAGE support
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-28 19:10 UTC by Muhammad Moinur Rahman
Modified: 2014-05-31 06:36 UTC (History)
1 user (show)

See Also:


Attachments
brian-1.4.1.patch (43.82 KB, patch)
2014-05-28 19: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-28 19:10:00 UTC
- Added STAGE support
- Updated MASTER_SITES

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/brian/1.4.1_3/

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

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-28 19: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-31 05:56:50 UTC
Author: wen
Date: Sat May 31 04:56:47 2014
New Revision: 355932
URL: http://svnweb.freebsd.org/changeset/ports/355932
QAT: https://qat.redports.org/buildarchive/r355932/

Log:
  - Added STAGE support
  - Updated MASTER_SITES
  
  PR:		190350
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Deleted:
  head/science/brian/pkg-plist
Modified:
  head/science/brian/Makefile

Modified: head/science/brian/Makefile
==============================================================================
--- head/science/brian/Makefile	Sat May 31 04:18:18 2014	(r355931)
+++ head/science/brian/Makefile	Sat May 31 04:56:47 2014	(r355932)
@@ -3,13 +3,12 @@
 
 PORTNAME=	brian
 PORTVERSION=	1.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science python
-MASTER_SITES=	CHEESESHOP \
-		SF/${PORTNAME}/Brian/${PORTVERSION}
+MASTER_SITES=	CHEESESHOP
 
 MAINTAINER=	wen@FreeBSD.org
-COMMENT=	A clock-driven simulator for spiking neural networks
+COMMENT=	Clock-driven simulator for spiking neural networks
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
@@ -19,6 +18,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		zip
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
_______________________________________________
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-31 06:36:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!