svn commit: r404957 - head/deskutils/vym

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Dec 31 18:31:49 UTC 2015


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 at 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 \


More information about the svn-ports-head mailing list