svn commit: r396173 - head/sysutils/autojump

Antoine Brodin antoine at FreeBSD.org
Sat Sep 5 14:19:20 UTC 2015


Author: antoine
Date: Sat Sep  5 14:19:19 2015
New Revision: 396173
URL: https://svnweb.freebsd.org/changeset/ports/396173

Log:
  Drop USE_GITHUB as it's broken:
  - 404 during fetch
  - sets wrong WRKSRC

Modified:
  head/sysutils/autojump/Makefile

Modified: head/sysutils/autojump/Makefile
==============================================================================
--- head/sysutils/autojump/Makefile	Sat Sep  5 13:31:58 2015	(r396172)
+++ head/sysutils/autojump/Makefile	Sat Sep  5 14:19:19 2015	(r396173)
@@ -4,7 +4,7 @@
 PORTNAME=	autojump
 PORTVERSION=	13
 CATEGORIES=	sysutils
-MASTER_SITES=	GHC http://www.vermatech.com/distfiles/
+MASTER_SITES=	http://www.vermatech.com/distfiles/
 DISTNAME=	autojump_v${PORTVERSION}
 
 MAINTAINER=	neeraj.verma.ports at vermatech.com
@@ -16,8 +16,6 @@ RUN_DEPENDS=	bash:${PORTSDIR}/shells/bas
 
 NO_BUILD=	yes
 USES=		python:run
-USE_GITHUB=	yes
-GH_ACCOUNT=	joelthelion
 SUB_FILES=	pkg-install
 
 PLIST_FILES=	bin/autojump \


More information about the svn-ports-all mailing list