Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 12:34:33 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343487 - head/databases/py-Pyrseas
Message-ID:  <201402091234.s19CYXsE010041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091234.s19CYXsE010041>