svn commit: r400613 - head/math/rpy

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 14:00:31 UTC 2015


Author: antoine
Date: Sun Nov  1 14:00:30 2015
New Revision: 400613
URL: https://svnweb.freebsd.org/changeset/ports/400613

Log:
  - Unbreak after math/R update
  - Bump PORTREVISION for (auto)plist change
  
  Reported by:	pkg-fallout

Modified:
  head/math/rpy/Makefile

Modified: head/math/rpy/Makefile
==============================================================================
--- head/math/rpy/Makefile	Sun Nov  1 13:20:18 2015	(r400612)
+++ head/math/rpy/Makefile	Sun Nov  1 14:00:30 2015	(r400613)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rpy
 PORTVERSION=	1.0.3
-PORTREVISION=	34
+PORTREVISION=	35
 CATEGORIES=	math
 MASTER_SITES=	SF
 
@@ -32,6 +32,6 @@ pre-configure:
 	exit 1; fi)
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_rpy3002.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_rpy3022.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list