svn commit: r355953 - head/print/biblio-py

Wen Heping wen at FreeBSD.org
Sat May 31 10:32:16 UTC 2014


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 at 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 at 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>


More information about the svn-ports-all mailing list