svn commit: r429945 - head/www/google-sitemapgen

Mikhail Teterin mi at FreeBSD.org
Thu Dec 29 19:41:20 UTC 2016


Author: mi
Date: Thu Dec 29 19:41:19 2016
New Revision: 429945
URL: https://svnweb.freebsd.org/changeset/ports/429945

Log:
  Unbreak by providing an alternative MASTER_SITE.

Modified:
  head/www/google-sitemapgen/Makefile

Modified: head/www/google-sitemapgen/Makefile
==============================================================================
--- head/www/google-sitemapgen/Makefile	Thu Dec 29 19:29:11 2016	(r429944)
+++ head/www/google-sitemapgen/Makefile	Thu Dec 29 19:41:19 2016	(r429945)
@@ -4,14 +4,12 @@
 PORTNAME=	google-sitemapgen
 PORTVERSION=	1.5
 CATEGORIES=	www devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://fossies.org/linux/www/old/
 DISTNAME=	sitemap_gen_${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Script to analyze web server and generate Google Sitemap files
 
-BROKEN=		Unfetchable (google code has gone away)
-
 PROJECTHOST=	sitemap-generators
 
 NO_WRKSUBDIR=


More information about the svn-ports-head mailing list