svn commit: r383935 - head/sysutils/backupchecker

Ganael LAPLANCHE martymac at FreeBSD.org
Mon Apr 13 17:13:25 UTC 2015


Author: martymac
Date: Mon Apr 13 17:13:24 2015
New Revision: 383935
URL: https://svnweb.freebsd.org/changeset/ports/383935

Log:
  Remove GH_ACCOUNT and GH_PROJECT as they both default to PORTNAME
  
  Suggested by:	mat, danfe

Modified:
  head/sysutils/backupchecker/Makefile

Modified: head/sysutils/backupchecker/Makefile
==============================================================================
--- head/sysutils/backupchecker/Makefile	Mon Apr 13 17:10:21 2015	(r383934)
+++ head/sysutils/backupchecker/Makefile	Mon Apr 13 17:13:24 2015	(r383935)
@@ -11,8 +11,6 @@ COMMENT=	Fully automated backup checker
 LICENSE=	GPLv3
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	${PORTNAME}
-GH_PROJECT=	${PORTNAME}
 
 USES=	python:3.3+
 USE_PYTHON=	distutils noegginfo


More information about the svn-ports-all mailing list