From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 12:34:33 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 45BEDCD0; Sun, 9 Feb 2014 12:34:33 +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 315C51218; Sun, 9 Feb 2014 12:34:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19CYXQt010042; Sun, 9 Feb 2014 12:34:33 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19CYXsE010041; Sun, 9 Feb 2014 12:34:33 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402091234.s19CYXsE010041@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 9 Feb 2014 12:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343487 - head/databases/py-Pyrseas 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: Sun, 09 Feb 2014 12:34:33 -0000 Author: rm Date: Sun Feb 9 12:34:32 2014 New Revision: 343487 URL: http://svnweb.freebsd.org/changeset/ports/343487 QAT: https://qat.redports.org/buildarchive/r343487/ Log: - fix typo in USE_GITHUB value, introduces in my previous commit. It doesn't affect the fetch at all, just a typo. Modified: head/databases/py-Pyrseas/Makefile Modified: head/databases/py-Pyrseas/Makefile ============================================================================== --- head/databases/py-Pyrseas/Makefile Sun Feb 9 12:33:06 2014 (r343486) +++ head/databases/py-Pyrseas/Makefile Sun Feb 9 12:34:32 2014 (r343487) @@ -17,7 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -USE_GITHUB= eys +USE_GITHUB= yes GH_ACCOUNT= jmafc GH_COMMIT= 9b0e3d2 GH_TAGNAME= v${PORTVERSION}