Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 18:31:48 +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: r404957 - head/deskutils/vym
Message-ID:  <201512311831.tBVIVm7K001137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Dec 31 18:31:48 2015
New Revision: 404957
URL: https://svnweb.freebsd.org/changeset/ports/404957

Log:
  Fix MASTER_SITES and unmark BROKEN.

Modified:
  head/deskutils/vym/Makefile

Modified: head/deskutils/vym/Makefile
==============================================================================
--- head/deskutils/vym/Makefile	Thu Dec 31 18:04:31 2015	(r404956)
+++ head/deskutils/vym/Makefile	Thu Dec 31 18:31:48 2015	(r404957)
@@ -5,12 +5,11 @@ PORTNAME=	vym
 PORTVERSION=	2.2.4
 PORTREVISION=	3
 CATEGORIES=	deskutils
-MASTER_SITES=	SF/vym/${PORTVERSION}
+MASTER_SITES=	SF/vym/Archive/${PORTVERSION}
 
 MAINTAINER=	lichray@gmail.com
 COMMENT=	VYM is a tool to generate and manipulate mind maps
 
-BROKEN=		unfetchable
 USES=		qmake shebangfix tar:bzip2
 SHEBANG_FILES=	scripts/makedist-vym scripts/vivym
 USE_QT4=	uic_build moc_build qt3support_build \



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