From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 22:30:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B91FB589 for ; Wed, 28 May 2014 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 957FE2C83 for ; Wed, 28 May 2014 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4SMU1Du028041 for ; Wed, 28 May 2014 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4SMU1oj028040; Wed, 28 May 2014 22:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 28 May 2014 22:30:01 GMT Resent-Message-Id: <201405282230.s4SMU1oj028040@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> 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 585CE512; Wed, 28 May 2014 22:25: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 881722C58; Wed, 28 May 2014 22:25: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 s4SMPIAP083128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 29 May 2014 04:25:18 +0600 (BDT) (envelope-from bofh@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s4SMPI9l083127; Thu, 29 May 2014 04:25:18 +0600 (BDT) (envelope-from bofh) Message-Id: <201405282225.s4SMPI9l083127@bofh.1asiacom.net> Date: Thu, 29 May 2014 04:25:18 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/190358: [PATCH] math/rpy: Addes STAGE support Cc: wen@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2014 22:30:01 -0000 >Number: 190358 >Category: ports >Synopsis: [PATCH] math/rpy: Addes STAGE support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 28 22:30:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r265972: Wed May 14 02:05:04 BDT >Description: - 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) >How-To-Repeat: >Fix: --- rpy-1.0.3.patch begins here --- diff -ruN /usr/ports//math/rpy/Makefile ./Makefile --- /usr/ports//math/rpy/Makefile 2014-03-11 02:55:20.000000000 +0600 +++ ./Makefile 2014-05-29 03:51:51.459095469 +0600 @@ -3,7 +3,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= math MASTER_SITES= SF @@ -20,9 +20,9 @@ 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 diff -ruN /usr/ports//math/rpy/pkg-plist ./pkg-plist --- /usr/ports//math/rpy/pkg-plist 2013-11-13 14:19:34.000000000 +0600 +++ ./pkg-plist 1970-01-01 06:00:00.000000000 +0600 @@ -1,19 +0,0 @@ -%%PYTHON_SITELIBDIR%%/_rpy3002.so -%%PYTHON_SITELIBDIR%%/rpy.py -%%PYTHON_SITELIBDIR%%/rpy.pyc -%%PYTHON_SITELIBDIR%%/rpy.pyo -%%PYTHON_SITELIBDIR%%/rpy_io.py -%%PYTHON_SITELIBDIR%%/rpy_io.pyc -%%PYTHON_SITELIBDIR%%/rpy_io.pyo -%%PYTHON_SITELIBDIR%%/rpy_version.py -%%PYTHON_SITELIBDIR%%/rpy_version.pyc -%%PYTHON_SITELIBDIR%%/rpy_version.pyo -%%PYTHON_SITELIBDIR%%/rpy_options.py -%%PYTHON_SITELIBDIR%%/rpy_options.pyc -%%PYTHON_SITELIBDIR%%/rpy_options.pyo -%%PYTHON_SITELIBDIR%%/rpy_tools.py -%%PYTHON_SITELIBDIR%%/rpy_tools.pyc -%%PYTHON_SITELIBDIR%%/rpy_tools.pyo -%%PYTHON_SITELIBDIR%%/rpy_wintools.py -%%PYTHON_SITELIBDIR%%/rpy_wintools.pyc -%%PYTHON_SITELIBDIR%%/rpy_wintools.pyo --- rpy-1.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: