- Update to 1.4.3,1 - Remove LICENSE_FILE for those in bsd.licences.db.mk Changes: http://docs.fabfile.org/en/1.4.3/changelog.html ==[QA]== Redports Clean: https://redports.org/buildarchive/20120725121302-29390/ Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of devel/py-fabric, Please note that PR ports/170130 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/170130 -- 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)
Responsible Changed From-To: freebsd-python->clsung Overt to maintainer.
Author: sbz Date: Fri Oct 5 11:11:18 2012 New Revision: 305297 URL: http://svn.freebsd.org/changeset/ports/305297 Log: - Update to 1.4.3 - Submitter is now maintainer PR: ports/170130 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> Approved by: maintainer timeout ((>14 days) Modified: head/devel/py-fabric/Makefile (contents, props changed) head/devel/py-fabric/distinfo (contents, props changed) Modified: head/devel/py-fabric/Makefile ============================================================================== --- head/devel/py-fabric/Makefile Fri Oct 5 06:38:52 2012 (r305296) +++ head/devel/py-fabric/Makefile Fri Oct 5 11:11:18 2012 (r305297) @@ -1,28 +1,23 @@ -# New ports collection makefile for: py-fabric -# Date created: 2009-03-15 -# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> -# +# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= fabric -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Fabric-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} +DISTNAME= ${PYDISTUTILS_PKGNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= koobs.freebsd@gmail.com COMMENT= A simple pythonic remote deployment tool LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ssh>=1.7.8:${PORTSDIR}/security/py-ssh +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ssh>=1.7.14:${PORTSDIR}/security/py-ssh USE_PYTHON= yes USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= Fabric +PYDISTUTILS_PKGNAME= ${PORTNAME:C/f/F/} .include <bsd.port.mk> Modified: head/devel/py-fabric/distinfo ============================================================================== --- head/devel/py-fabric/distinfo Fri Oct 5 06:38:52 2012 (r305296) +++ head/devel/py-fabric/distinfo Fri Oct 5 11:11:18 2012 (r305297) @@ -1,2 +1,2 @@ -SHA256 (Fabric-1.4.2.tar.gz) = 11bcd5dbb1c6e96311a5b6547816756d7bc6bcacb1d6528f8bedf6fde824de0c -SIZE (Fabric-1.4.2.tar.gz) = 182298 +SHA256 (Fabric-1.4.3.tar.gz) = e81c7d510ff8d9334d0fd8993c931e3ee759883d00cf29d1eecd4c6ca6d82029 +SIZE (Fabric-1.4.3.tar.gz) = 221645 _______________________________________________ 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"
Responsible Changed From-To: clsung->sbz I'll take it.
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!