Bug 190358 - [PATCH] math/rpy: Addes STAGE support
Summary: [PATCH] math/rpy: Addes 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 23:30 UTC by Muhammad Moinur Rahman
Modified: 2014-05-31 06:36 UTC (History)
1 user (show)

See Also:


Attachments
rpy-1.0.3.patch (1.47 KB, patch)
2014-05-28 23:30 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 23:30:01 UTC
- Added STAGE support

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/rpy/1.0.3_32/

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 23:30: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 06:20:18 UTC
Author: wen
Date: Sat May 31 05:20:15 2014
New Revision: 355935
URL: http://svnweb.freebsd.org/changeset/ports/355935
QAT: https://qat.redports.org/buildarchive/r355935/

Log:
  - Stage support [1]
  - Reset maintainer to ports@
  
  PR:		190358 [1]
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]

Deleted:
  head/math/rpy/pkg-plist
Modified:
  head/math/rpy/Makefile

Modified: head/math/rpy/Makefile
==============================================================================
--- head/math/rpy/Makefile	Sat May 31 05:07:19 2014	(r355934)
+++ head/math/rpy/Makefile	Sat May 31 05:20:15 2014	(r355935)
@@ -3,11 +3,11 @@
 
 PORTNAME=	rpy
 PORTVERSION=	1.0.3
-PORTREVISION=	31
+PORTREVISION=	32
 CATEGORIES=	math
 MASTER_SITES=	SF
 
-MAINTAINER=	wen@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python interface to the R Programming Language
 
 LICENSE=	GPLv2 LGPL21 MPL
@@ -20,9 +20,9 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/numpy:
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c
 	@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/lib|' ${WRKSRC}/setup.py
_______________________________________________
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:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!