Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2015 14:19:20 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396173 - head/sysutils/autojump
Message-ID:  <201509051419.t85EJKFw085204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509051419.t85EJKFw085204>