svn commit: r351304 - head/devel/pybaz

Steve Wills swills at FreeBSD.org
Tue Apr 15 03:12:27 UTC 2014


Author: swills
Date: Tue Apr 15 03:12:26 2014
New Revision: 351304
URL: http://svnweb.freebsd.org/changeset/ports/351304
QAT: https://qat.redports.org/buildarchive/r351304/

Log:
  - Stage
  - Add LICENSE
  - Pet portlint
  
  PR:		ports/188574
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	portmgr@ (blanket)

Modified:
  head/devel/pybaz/Makefile
  head/devel/pybaz/pkg-descr

Modified: head/devel/pybaz/Makefile
==============================================================================
--- head/devel/pybaz/Makefile	Tue Apr 15 02:48:03 2014	(r351303)
+++ head/devel/pybaz/Makefile	Tue Apr 15 03:12:26 2014	(r351304)
@@ -10,12 +10,13 @@ MASTER_SITES=	http://code.aaronbentley.c
 MAINTAINER=	hsn at sendmail.cz
 COMMENT=	Python interface to Baz/Arch version control system
 
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	baz:${PORTSDIR}/devel/baz
+
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 
 PLIST_SUB+=	PYTHON_SITELIB=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||}
 
-RUN_DEPENDS=	baz:${PORTSDIR}/devel/baz
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/pybaz/pkg-descr
==============================================================================
--- head/devel/pybaz/pkg-descr	Tue Apr 15 02:48:03 2014	(r351303)
+++ head/devel/pybaz/pkg-descr	Tue Apr 15 03:12:26 2014	(r351304)
@@ -8,4 +8,4 @@ It's based on PyArch, and shares the sam
 It provides enough flexibility and efficiency for all types of applications,
 from batch scripts to graphical user interface front-end and web services.
 
-WWW:	http://code.aaronbentley.com/pybaz/
+WWW: http://code.aaronbentley.com/pybaz/


More information about the svn-ports-all mailing list