svn commit: r321158 - head/www/vertx

Nicola Vitale nivit at FreeBSD.org
Mon Jun 17 22:32:05 UTC 2013


Author: nivit
Date: Mon Jun 17 22:32:05 2013
New Revision: 321158
URL: http://svnweb.freebsd.org/changeset/ports/321158

Log:
  - Fix MASTER_SITES
  
  PR:	ports/179652
  Submitted by:	John Marino <draco at marino.st>

Modified:
  head/www/vertx/Makefile

Modified: head/www/vertx/Makefile
==============================================================================
--- head/www/vertx/Makefile	Mon Jun 17 21:51:48 2013	(r321157)
+++ head/www/vertx/Makefile	Mon Jun 17 22:32:05 2013	(r321158)
@@ -5,7 +5,7 @@ PORTNAME=	vertx
 PORTVERSION=	1.3.1
 #PORTREVISION=	0
 CATEGORIES=	www
-MASTER_SITES=	http://vertx.io/downloads/
+MASTER_SITES=	http://vert-x.github.io/vertx-downloads/downloads/
 DISTNAME=	vert.x-${PORTVERSION}.final
 
 MAINTAINER=	nivit at FreeBSD.org


More information about the svn-ports-head mailing list