svn commit: r355935 - head/math/rpy

Wen Heping wen at FreeBSD.org
Sat May 31 05:20:16 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list