Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2015 22:57:23 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404699 - head/devel/clewn
Message-ID:  <201512282257.tBSMvNTS077391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Dec 28 22:57:23 2015
New Revision: 404699
URL: https://svnweb.freebsd.org/changeset/ports/404699

Log:
  Fix `make fetch'.
  
  Update MASTER_SITES.

Modified:
  head/devel/clewn/Makefile

Modified: head/devel/clewn/Makefile
==============================================================================
--- head/devel/clewn/Makefile	Mon Dec 28 22:53:40 2015	(r404698)
+++ head/devel/clewn/Makefile	Mon Dec 28 22:57:23 2015	(r404699)
@@ -5,12 +5,11 @@ PORTNAME=	clewn
 PORTVERSION=	1.14
 PORTREVISION=	1
 CATEGORIES=	devel editors
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
+MASTER_SITES=	SF/${PORTNAME}/OldFiles/${PORTNAME}-${PORTVERSION}/
 
 MAINTAINER=	giacomomariani@yahoo.it
 COMMENT=	Clewn provides Gdb support within Vim
 
-BROKEN=		Does not fetch
 RUN_DEPENDS=	vim:${PORTSDIR}/editors/vim
 
 USES=		gmake readline



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