svn commit: r410506 - head/www/webalizer

John Marino marino at FreeBSD.org
Mon Mar 7 07:55:26 UTC 2016


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}


More information about the svn-ports-all mailing list