Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 07:55:25 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410506 - head/www/webalizer
Message-ID:  <201603070755.u277tPoF026384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Mar  7 07:55:25 2016
New Revision: 410506
URL: https://svnweb.freebsd.org/changeset/ports/410506

Log:
  www/webalizer: Fix nearly 8-year old typo in MASTER_SITES
  
  Nobody noticed because apparently the framework filters out
  bad urls like "MASTER_SITES=".
  
  Approved by:	just-fix-it

Modified:
  head/www/webalizer/Makefile

Modified: head/www/webalizer/Makefile
==============================================================================
--- head/www/webalizer/Makefile	Mon Mar  7 06:16:33 2016	(r410505)
+++ head/www/webalizer/Makefile	Mon Mar  7 07:55:25 2016	(r410506)
@@ -5,7 +5,7 @@ PORTVERSION=	2.23.8
 PORTREVISION=	3
 CATEGORIES+=	www
 MASTER_SITES=	ftp://ftp.mrunix.net/pub/webalizer/:main \
-MASTER_SITES=	ftp://ftp.mrunix.net/pub/webalizer/geodb/:geodb \
+		ftp://ftp.mrunix.net/pub/webalizer/geodb/:geodb \
 		ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \
 		http://flags.blogpotato.de/zip/:flags
 PKGNAMESUFFIX?=	${WEBALIZER_SUFFIX}${PKGNAMESUFFIX2}



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