Index: branches/2018Q4/www/google-sitemapgen/Makefile =================================================================== --- branches/2018Q4/www/google-sitemapgen/Makefile (revision 485645) +++ branches/2018Q4/www/google-sitemapgen/Makefile (revision 485646) @@ -1,19 +1,19 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= google-sitemapgen PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel 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 NO_ARCH= yes NO_WRKSUBDIR= yes USES= python:2.7 USE_PYTHON= autoplist distutils .include Index: branches/2018Q4/www/google-sitemapgen/files/patch-sitemap__gen.py =================================================================== --- branches/2018Q4/www/google-sitemapgen/files/patch-sitemap__gen.py (nonexistent) +++ branches/2018Q4/www/google-sitemapgen/files/patch-sitemap__gen.py (revision 485646) @@ -0,0 +1,11 @@ +--- sitemap_gen.py.orig 2007-07-19 03:33:30 UTC ++++ sitemap_gen.py +@@ -1799,7 +1799,7 @@ class Sitemap(xml.sax.handler.ContentHandler): + if self._sitemap_type == 'news': + sitemap_index_header = NEWS_SITEMAP_HEADER + else: +- sitemap__index_header = GENERAL_SITEMAP_HEADER ++ sitemap_index_header = GENERAL_SITEMAP_HEADER + + # Make a lastmod time + lastmod = TimestampISO8601(time.time()) Property changes on: branches/2018Q4/www/google-sitemapgen/files/patch-sitemap__gen.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 485645) +++ branches/2018Q4 (revision 485646) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r485645