diff options
author | nivit <nivit@FreeBSD.org> | 2013-06-18 06:32:05 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2013-06-18 06:32:05 +0800 |
commit | ea78a96645913cfd981caa57dc666279b1e8ca87 (patch) | |
tree | 7a2a3ab08c418bb932afa1addfd5972f1e1a40cb /www/vertx | |
parent | bbc408b57948a38b233a483700d198bd538316b6 (diff) | |
download | freebsd-ports-gnome-ea78a96645913cfd981caa57dc666279b1e8ca87.tar.gz freebsd-ports-gnome-ea78a96645913cfd981caa57dc666279b1e8ca87.tar.zst freebsd-ports-gnome-ea78a96645913cfd981caa57dc666279b1e8ca87.zip |
- Fix MASTER_SITES
PR: ports/179652
Submitted by: John Marino <draco@marino.st>
Diffstat (limited to 'www/vertx')
-rw-r--r-- | www/vertx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/vertx/Makefile b/www/vertx/Makefile index 8a6f8f50bdf6..9c90e5510c97 100644 --- a/www/vertx/Makefile +++ b/www/vertx/Makefile @@ -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 |