Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 18:06:34 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450497 - head/lang/sagittarius-scheme
Message-ID:  <201709241806.v8OI6Y0P064681@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Sun Sep 24 18:06:34 2017
New Revision: 450497
URL: https://svnweb.freebsd.org/changeset/ports/450497

Log:
  - Restore MASTER_SITES, accidentally removed in r450496

Modified:
  head/lang/sagittarius-scheme/Makefile

Modified: head/lang/sagittarius-scheme/Makefile
==============================================================================
--- head/lang/sagittarius-scheme/Makefile	Sun Sep 24 18:01:43 2017	(r450496)
+++ head/lang/sagittarius-scheme/Makefile	Sun Sep 24 18:06:34 2017	(r450497)
@@ -4,7 +4,8 @@
 PORTNAME=	sagittarius
 PORTVERSION=	0.8.6
 CATEGORIES=	lang
-MASTER_SITES=	https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/
+MASTER_SITES=	https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \
+		LOCAL/ashish
 PKGNAMESUFFIX=	-scheme
 
 MAINTAINER=	ashish@FreeBSD.org



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