From owner-svn-ports-all@FreeBSD.ORG Sun May 25 21:22:41 2014 Return-Path: Delivered-To: svn-ports-all@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 8321FEA1; Sun, 25 May 2014 21:22:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 707292327; Sun, 25 May 2014 21:22:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4PLMfEv075618; Sun, 25 May 2014 21:22:41 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4PLMf49075617; Sun, 25 May 2014 21:22:41 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201405252122.s4PLMf49075617@svn.freebsd.org> From: William Grzybowski Date: Sun, 25 May 2014 21:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355268 - head/devel/py-polib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2014 21:22:41 -0000 Author: wg Date: Sun May 25 21:22:40 2014 New Revision: 355268 URL: http://svnweb.freebsd.org/changeset/ports/355268 QAT: https://qat.redports.org/buildarchive/r355268/ Log: devel/py-polib: fix fetch Submitted by: Joe Maloney (via email) Modified: head/devel/py-polib/Makefile Modified: head/devel/py-polib/Makefile ============================================================================== --- head/devel/py-polib/Makefile Sun May 25 20:58:14 2014 (r355267) +++ head/devel/py-polib/Makefile Sun May 25 21:22:40 2014 (r355268) @@ -4,7 +4,7 @@ PORTNAME= polib PORTVERSION= 1.0.4 CATEGORIES= devel python -MASTER_SITES= http://cdn.bitbucket.org/izi/polib/downloads/ +MASTER_SITES= http://bitbucket.org/izi/polib/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org