Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 03:12:27 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351304 - head/devel/pybaz
Message-ID:  <201404150312.s3F3CRaq091542@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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/



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