From owner-freebsd-python@FreeBSD.ORG Tue May 6 17:30:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4505855B for ; Tue, 6 May 2014 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32955CD9 for ; Tue, 6 May 2014 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s46HU1wq049142 for ; Tue, 6 May 2014 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s46HU12I049141; Tue, 6 May 2014 17:30:01 GMT (envelope-from gnats) Date: Tue, 6 May 2014 17:30:01 GMT Message-Id: <201405061730.s46HU12I049141@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189383: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 17:30:01 -0000 The following reply was made to PR ports/189383; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189383: commit references a PR Date: Tue, 6 May 2014 17:24:41 +0000 (UTC) Author: ohauer Date: Tue May 6 17:24:37 2014 New Revision: 353112 URL: http://svnweb.freebsd.org/changeset/ports/353112 QAT: https://qat.redports.org/buildarchive/r353112/ Log: - update to 0.8.4 - remove pkg-plist, port has PYDISTUTILS_AUTOPLIST=yes defined PR: ports/189383 Submitted by: ohauer Approved by: Christer Edwards (maintainer) Deleted: head/sysutils/py-salt-api/pkg-plist Modified: head/sysutils/py-salt-api/Makefile head/sysutils/py-salt-api/distinfo Modified: head/sysutils/py-salt-api/Makefile ============================================================================== --- head/sysutils/py-salt-api/Makefile Tue May 6 17:24:31 2014 (r353111) +++ head/sysutils/py-salt-api/Makefile Tue May 6 17:24:37 2014 (r353112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= salt-api -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt-api/distinfo ============================================================================== --- head/sysutils/py-salt-api/distinfo Tue May 6 17:24:31 2014 (r353111) +++ head/sysutils/py-salt-api/distinfo Tue May 6 17:24:37 2014 (r353112) @@ -1,2 +1,2 @@ -SHA256 (salt-api-0.8.3.tar.gz) = 11e834678224ee1393c7a272cb5fc11c532d46deb202631c5d56b1badd2c6a40 -SIZE (salt-api-0.8.3.tar.gz) = 50640 +SHA256 (salt-api-0.8.4.tar.gz) = eef5f4c4f8a9a6290ea6cfdc27c2da342fb7905461d7b66e2b81cbf5a0a2084d +SIZE (salt-api-0.8.4.tar.gz) = 59959 _______________________________________________ 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"