svn commit: r436410 - head/security/akmos

Gerald Pfeifer gerald at FreeBSD.org
Sat Mar 18 14:34:34 UTC 2017


Author: gerald
Date: Sat Mar 18 14:34:32 2017
New Revision: 436410
URL: https://svnweb.freebsd.org/changeset/ports/436410

Log:
  GH_PROJECT=${PORTNAME} is the default setting for GH_PROJECT, so remove
  this explicit assignment.
  
  Approved by:	maintainer timeout (4 weeks)

Modified:
  head/security/akmos/Makefile

Modified: head/security/akmos/Makefile
==============================================================================
--- head/security/akmos/Makefile	Sat Mar 18 13:57:40 2017	(r436409)
+++ head/security/akmos/Makefile	Sat Mar 18 14:34:32 2017	(r436410)
@@ -14,7 +14,6 @@ USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	melanhit
-GH_PROJECT=	${PORTNAME}
 
 GNU_CONFIGURE=	yes
 USES=		cmake:outsource


More information about the svn-ports-all mailing list