svn commit: r343487 - head/databases/py-Pyrseas

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Feb 9 12:34:33 UTC 2014


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}


More information about the svn-ports-head mailing list