svn commit: r402639 - head/www/hiawatha

Jason Unovitch junovitch at FreeBSD.org
Mon Nov 30 00:54:17 UTC 2015


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 at 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 at FreeBSD.org
 COMMENT=	Advanced and secure webserver for Unix


More information about the svn-ports-all mailing list