Bug 179652 - www/vertx: MASTER_SITES changed, currently unfetchable
Summary: www/vertx: MASTER_SITES changed, currently unfetchable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 23:00 UTC by John Marino
Modified: 2013-06-17 23:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-17 23:00:01 UTC
The older MASTER_SITES of http://vertx.io/downloads/ is obsolete.  The current tarball is at:
http://vert-x.github.io/vertx-downloads/downloads/vert.x-1.3.1.final.tar.gz.html
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-17 23:00:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-17 23:32:17 UTC
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@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@FreeBSD.org
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2013-06-17 23:32:58 UTC
State Changed
From-To: open->closed

Committed, thanks!