Summary: | [PATCH] devel/pybaz: stage | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bartek Rutkowski <robak> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | hsn | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Bartek Rutkowski
2014-04-13 23:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Maintainer of devel/pybaz, Please note that PR ports/188574 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188574 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |