Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 00:54:15 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402639 - head/www/hiawatha
Message-ID:  <201511300054.tAU0sFrF099187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Mon Nov 30 00:54:15 2015
New Revision: 402639
URL: https://svnweb.freebsd.org/changeset/ports/402639

Log:
  www/hiawatha: Fix fetch due to upstream subdirectory change
  
  PR:		204861
  Submitted by:	Mats Klingberg <maklingberg@gmail.com>

Modified:
  head/www/hiawatha/Makefile

Modified: head/www/hiawatha/Makefile
==============================================================================
--- head/www/hiawatha/Makefile	Mon Nov 30 00:47:35 2015	(r402638)
+++ head/www/hiawatha/Makefile	Mon Nov 30 00:54:15 2015	(r402639)
@@ -4,7 +4,7 @@
 PORTNAME=	hiawatha
 PORTVERSION=	9.15
 CATEGORIES=	www
-MASTER_SITES=	https://www.hiawatha-webserver.org/files/
+MASTER_SITES=	https://www.hiawatha-webserver.org/files/hiawatha-9/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Advanced and secure webserver for Unix



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