svn commit: r420564 - head/databases/tsearch_extras

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Aug 21 14:01:34 UTC 2016


Author: rm
Date: Sun Aug 21 14:01:33 2016
New Revision: 420564
URL: https://svnweb.freebsd.org/changeset/ports/420564

Log:
  databases/tsearch_extras: replace GH_TUPLE with GH_ACCOUNT
  
  Because GH_ACCOUNT is sufficient in this case.
  
  Reported by:	mat

Modified:
  head/databases/tsearch_extras/Makefile

Modified: head/databases/tsearch_extras/Makefile
==============================================================================
--- head/databases/tsearch_extras/Makefile	Sun Aug 21 13:50:48 2016	(r420563)
+++ head/databases/tsearch_extras/Makefile	Sun Aug 21 14:01:33 2016	(r420564)
@@ -11,7 +11,7 @@ LICENSE=	PostgreSQL
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 USE_GITHUB=	yes
-GH_TUPLE=	zulip:${PORTNAME}:${PORTVERSION}
+GH_ACCOUNT=	zulip
 USES=		gmake pgsql
 
 PLIST_FILES=	lib/postgresql/tsearch_extras.so \


More information about the svn-ports-all mailing list