From owner-svn-ports-all@FreeBSD.ORG Thu Jan 16 08:19:36 2014 Return-Path: Delivered-To: svn-ports-all@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 D241797F; Thu, 16 Jan 2014 08:19:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE8CF1A63; Thu, 16 Jan 2014 08:19:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0G8JaEv089124; Thu, 16 Jan 2014 08:19:36 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0G8Jath089123; Thu, 16 Jan 2014 08:19:36 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201401160819.s0G8Jath089123@svn.freebsd.org> From: Kubilay Kocak Date: Thu, 16 Jan 2014 08:19:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339901 - head/www/py-django-dpaste 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.17 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: Thu, 16 Jan 2014 08:19:36 -0000 Author: koobs Date: Thu Jan 16 08:19:36 2014 New Revision: 339901 URL: http://svnweb.freebsd.org/changeset/ports/339901 QAT: https://qat.redports.org/buildarchive/r339901/ Log: www/py-django-dpaste: Bump PORTREVISION for pkg-fallout pkg-fallout has been reporting build failures since a previous commit [1] to this port which updated PORTVERSION without updating the commit hash from the upstream repository. Bump portrevision so it sees/gets the new bits. [1] http://svnweb.freebsd.org/ports?view=revision&revision=336445 Modified: head/www/py-django-dpaste/Makefile Modified: head/www/py-django-dpaste/Makefile ============================================================================== --- head/www/py-django-dpaste/Makefile Thu Jan 16 07:29:29 2014 (r339900) +++ head/www/py-django-dpaste/Makefile Thu Jan 16 08:19:36 2014 (r339901) @@ -3,6 +3,7 @@ PORTNAME= dpaste PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-