svn commit: r404699 - head/devel/clewn

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 28 22:57:24 UTC 2015


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 at yahoo.it
 COMMENT=	Clewn provides Gdb support within Vim
 
-BROKEN=		Does not fetch
 RUN_DEPENDS=	vim:${PORTSDIR}/editors/vim
 
 USES=		gmake readline


More information about the svn-ports-head mailing list