Date: Thu, 29 Dec 2016 19:41:19 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429945 - head/www/google-sitemapgen Message-ID: <201612291941.uBTJfJXa065932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291941.uBTJfJXa065932>