Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 10:32:15 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355953 - head/print/biblio-py
Message-ID:  <201405311032.s4VAWFMu041511@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405311032.s4VAWFMu041511>