From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 22:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 AD6D2FAC for ; Wed, 28 May 2014 22:10:00 +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 896432ACD for ; Wed, 28 May 2014 22:10:00 +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 s4SMA0EN018429 for ; Wed, 28 May 2014 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4SMA0Fb018428; Wed, 28 May 2014 22:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 28 May 2014 22:10:00 GMT Resent-Message-Id: <201405282210.s4SMA0Fb018428@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 B93C9E33; Wed, 28 May 2014 22:04: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 00A972A8E; Wed, 28 May 2014 22:04: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 s4SM4IUi061436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 29 May 2014 04:04: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 s4SM4IS4061435; Thu, 29 May 2014 04:04:18 +0600 (BDT) (envelope-from bofh) Message-Id: <201405282204.s4SM4IS4061435@bofh.1asiacom.net> Date: Thu, 29 May 2014 04:04:18 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/190355: [PATCH] print/biblio-py: Added 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:10:00 -0000 >Number: 190355 >Category: ports >Synopsis: [PATCH] print/biblio-py: Added 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:10:00 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 - Added LICENSE - Fixed MASTER_SITES FOr Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/biblio-py/0.6.1_1/ Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- biblio-py-0.6.1.patch begins here --- diff -ruN /usr/ports//print/biblio-py/Makefile ./Makefile --- /usr/ports//print/biblio-py/Makefile 2014-01-22 23:00:46.000000000 +0600 +++ ./Makefile 2014-05-29 04:03:08.374057340 +0600 @@ -3,15 +3,17 @@ PORTNAME= biblio-py PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= print python -MASTER_SITES= CHEESESHOP \ - http://cabcat2.cnea.gov.ar/staff/fiol/ +MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= A package to manage bibliography written in python +LICENSE= GPLv2 + USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include diff -ruN /usr/ports//print/biblio-py/pkg-plist ./pkg-plist --- /usr/ports//print/biblio-py/pkg-plist 2014-01-22 21:16:56.000000000 +0600 +++ ./pkg-plist 1970-01-01 06:00:00.000000000 +0600 @@ -1,35 +0,0 @@ -bin/bibextract.py -bin/bibmanage.py -bin/get_papers.py -%%PYTHON_SITELIBDIR%%/query_ads/__init__.py -%%PYTHON_SITELIBDIR%%/query_ads/__init__.pyc -%%PYTHON_SITELIBDIR%%/query_ads/__init__.pyo -%%PYTHON_SITELIBDIR%%/query_ads/query_ads.py -%%PYTHON_SITELIBDIR%%/query_ads/query_ads.pyc -%%PYTHON_SITELIBDIR%%/query_ads/query_ads.pyo -%%PYTHON_SITELIBDIR%%/yapbib/__init__.py -%%PYTHON_SITELIBDIR%%/yapbib/__init__.pyc -%%PYTHON_SITELIBDIR%%/yapbib/__init__.pyo -%%PYTHON_SITELIBDIR%%/yapbib/adsparse.py -%%PYTHON_SITELIBDIR%%/yapbib/adsparse.pyc -%%PYTHON_SITELIBDIR%%/yapbib/adsparse.pyo -%%PYTHON_SITELIBDIR%%/yapbib/bibitem.py -%%PYTHON_SITELIBDIR%%/yapbib/bibitem.pyc -%%PYTHON_SITELIBDIR%%/yapbib/bibitem.pyo -%%PYTHON_SITELIBDIR%%/yapbib/biblist.py -%%PYTHON_SITELIBDIR%%/yapbib/biblist.pyc -%%PYTHON_SITELIBDIR%%/yapbib/biblist.pyo -%%PYTHON_SITELIBDIR%%/yapbib/bibparse.py -%%PYTHON_SITELIBDIR%%/yapbib/bibparse.pyc -%%PYTHON_SITELIBDIR%%/yapbib/bibparse.pyo -%%PYTHON_SITELIBDIR%%/yapbib/helper.py -%%PYTHON_SITELIBDIR%%/yapbib/helper.pyc -%%PYTHON_SITELIBDIR%%/yapbib/helper.pyo -%%PYTHON_SITELIBDIR%%/yapbib/latex.py -%%PYTHON_SITELIBDIR%%/yapbib/latex.pyc -%%PYTHON_SITELIBDIR%%/yapbib/latex.pyo -%%PYTHON_SITELIBDIR%%/yapbib/version.py -%%PYTHON_SITELIBDIR%%/yapbib/version.pyc -%%PYTHON_SITELIBDIR%%/yapbib/version.pyo -@dirrm %%PYTHON_SITELIBDIR%%/yapbib -@dirrm %%PYTHON_SITELIBDIR%%/query_ads --- biblio-py-0.6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: