From owner-freebsd-python@FreeBSD.ORG Thu May 22 06:30:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65566D03 for ; Thu, 22 May 2014 06: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 39D212CC5 for ; Thu, 22 May 2014 06: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 s4M6U1Ka014847 for ; Thu, 22 May 2014 06: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 s4M6U1hv014846; Thu, 22 May 2014 06:30:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 06:30:01 GMT Message-Id: <201405220630.s4M6U1hv014846@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188894: 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: Thu, 22 May 2014 06:30:01 -0000 The following reply was made to PR ports/188894; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188894: commit references a PR Date: Thu, 22 May 2014 06:28:52 +0000 (UTC) Author: miwi Date: Thu May 22 06:28:47 2014 New Revision: 354785 URL: http://svnweb.freebsd.org/changeset/ports/354785 QAT: https://qat.redports.org/buildarchive/r354785/ Log: - Update to 1.13.1 PR: 188894 Submitted by: swills Approved by: maintainer Modified: head/databases/py-swift/Makefile head/databases/py-swift/distinfo head/databases/py-swift/pkg-plist Modified: head/databases/py-swift/Makefile ============================================================================== --- head/databases/py-swift/Makefile Thu May 22 06:28:08 2014 (r354784) +++ head/databases/py-swift/Makefile Thu May 22 06:28:47 2014 (r354785) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= swift -PORTVERSION= 1.13.0 +PORTVERSION= 1.13.1 CATEGORIES= databases python -MASTER_SITES= http://launchpadlibrarian.net/168204360/ +MASTER_SITES= http://launchpadlibrarian.net/173001998/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gslin@gslin.org Modified: head/databases/py-swift/distinfo ============================================================================== --- head/databases/py-swift/distinfo Thu May 22 06:28:08 2014 (r354784) +++ head/databases/py-swift/distinfo Thu May 22 06:28:47 2014 (r354785) @@ -1,2 +1,2 @@ -SHA256 (swift-1.13.0.tar.gz) = 2c2203678cb67e2e8249db1265c68ec901edfaaceeb759e1ac427324a74b6918 -SIZE (swift-1.13.0.tar.gz) = 779440 +SHA256 (swift-1.13.1.tar.gz) = cbe6e807c0c0115570fc3da4dd7e3f3c2477fb48f865f29d648fb5714734eabd +SIZE (swift-1.13.1.tar.gz) = 802273 Modified: head/databases/py-swift/pkg-plist ============================================================================== --- head/databases/py-swift/pkg-plist Thu May 22 06:28:08 2014 (r354784) +++ head/databases/py-swift/pkg-plist Thu May 22 06:28:47 2014 (r354785) @@ -12,10 +12,12 @@ etc/swift/rsyncd.conf-sample etc/swift/swift-rsyslog.conf-sample etc/swift/swift.conf-sample man/man1/swift-account-auditor.1.gz +man/man1/swift-account-info.1.gz man/man1/swift-account-reaper.1.gz man/man1/swift-account-replicator.1.gz man/man1/swift-account-server.1.gz man/man1/swift-container-auditor.1.gz +man/man1/swift-container-info.1.gz man/man1/swift-container-replicator.1.gz man/man1/swift-container-server.1.gz man/man1/swift-container-sync.1.gz _______________________________________________ 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"