svn commit: r543784 - in branches/2020Q3/www/py-feedgenerator: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 30 10:05:35 UTC 2020


Author: sunpoet
Date: Thu Jul 30 10:05:34 2020
New Revision: 543784
URL: https://svnweb.freebsd.org/changeset/ports/543784

Log:
  MFH: r543783
  
  Handle encoding properly
  
  - Process README.rst using UTF-8
  - Use ASCII character instead of UTF-8 in pkg-descr
  - Bump PORTREVISION for package change
  
  PR:		248295
  Submitted by:	John W. O'Brien <john at saltant.com>
  
  Approved by:	ports-secteam (blanket)

Added:
  branches/2020Q3/www/py-feedgenerator/files/
     - copied from r543783, head/www/py-feedgenerator/files/
Modified:
  branches/2020Q3/www/py-feedgenerator/Makefile
  branches/2020Q3/www/py-feedgenerator/pkg-descr
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/www/py-feedgenerator/Makefile
==============================================================================
--- branches/2020Q3/www/py-feedgenerator/Makefile	Thu Jul 30 09:54:34 2020	(r543783)
+++ branches/2020Q3/www/py-feedgenerator/Makefile	Thu Jul 30 10:05:34 2020	(r543784)
@@ -3,6 +3,7 @@
 
 PORTNAME=	feedgenerator
 PORTVERSION=	1.9.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: branches/2020Q3/www/py-feedgenerator/pkg-descr
==============================================================================
--- branches/2020Q3/www/py-feedgenerator/pkg-descr	Thu Jul 30 09:54:34 2020	(r543783)
+++ branches/2020Q3/www/py-feedgenerator/pkg-descr	Thu Jul 30 10:05:34 2020	(r543784)
@@ -1,4 +1,4 @@
-FeedGenerator is a standalone version of Django’s feedgenerator module. It has
+FeedGenerator is a standalone version of Django's feedgenerator module. It has
 evolved over time and includes numerous enhancements
 
 WWW: https://github.com/getpelican/feedgenerator


More information about the svn-ports-all mailing list