From owner-svn-ports-all@FreeBSD.ORG Sat May 31 10:32:15 2014 Return-Path: Delivered-To: svn-ports-all@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 E6734EA8; Sat, 31 May 2014 10:32:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 D3AAB2C72; Sat, 31 May 2014 10:32:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VAWFid041512; Sat, 31 May 2014 10:32:15 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VAWFMu041511; Sat, 31 May 2014 10:32:15 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201405311032.s4VAWFMu041511@svn.freebsd.org> From: Wen Heping Date: Sat, 31 May 2014 10:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355953 - head/print/biblio-py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 10:32:16 -0000 Author: wen Date: Sat May 31 10:32:15 2014 New Revision: 355953 URL: http://svnweb.freebsd.org/changeset/ports/355953 QAT: https://qat.redports.org/buildarchive/r355953/ Log: - Added STAGE support - Added LICENSE - Fixed MASTER_SITES PR: 190355 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Deleted: head/print/biblio-py/pkg-plist Modified: head/print/biblio-py/Makefile Modified: head/print/biblio-py/Makefile ============================================================================== --- head/print/biblio-py/Makefile Sat May 31 10:25:32 2014 (r355952) +++ head/print/biblio-py/Makefile Sat May 31 10:32:15 2014 (r355953) @@ -4,14 +4,15 @@ PORTNAME= biblio-py PORTVERSION= 0.6.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 +COMMENT= Package to manage bibliography written in python -USE_PYTHON= yes +LICENSE= GPLv2 + +USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include