Hi, this is the diff to update pelican to 3.7.1.
Ok? Cheers, Remi.
Index: Makefile =================================================================== RCS file: /cvs/ports/www/pelican/Makefile,v retrieving revision 1.5 diff -u -p -u -p -r1.5 Makefile --- Makefile 29 Sep 2015 10:52:54 -0000 1.5 +++ Makefile 7 Feb 2017 20:26:06 -0000 @@ -4,11 +4,10 @@ COMMENT = static site generator written MODPY_EGG_VERSION = ${GH_TAGNAME} DISTNAME = pelican-${MODPY_EGG_VERSION} -REVISION = 1 GH_ACCOUNT = getpelican GH_PROJECT = pelican -GH_TAGNAME = 3.6.3 +GH_TAGNAME = 3.7.1 CATEGORIES = www Index: distinfo =================================================================== RCS file: /cvs/ports/www/pelican/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 27 Aug 2015 14:29:07 -0000 1.3 +++ distinfo 7 Feb 2017 20:26:06 -0000 @@ -1,2 +1,2 @@ -SHA256 (pelican-3.6.3.tar.gz) = 0ZvH32GvxbaOugKPDPCDLuKhKgSgHX/hG9/dhH3dQXs= -SIZE (pelican-3.6.3.tar.gz) = 775060 +SHA256 (pelican-3.7.1.tar.gz) = geHISS1kkbemN1Je2moIQO420s4RxUIzQZs2Yc5NXIA= +SIZE (pelican-3.7.1.tar.gz) = 784605 Index: patches/patch-pelican_tests_test_pelican_py =================================================================== RCS file: /cvs/ports/www/pelican/patches/patch-pelican_tests_test_pelican_py,v retrieving revision 1.1 diff -u -p -u -p -r1.1 patch-pelican_tests_test_pelican_py --- patches/patch-pelican_tests_test_pelican_py 27 Aug 2015 14:29:07 -0000 1.1 +++ patches/patch-pelican_tests_test_pelican_py 7 Feb 2017 20:26:06 -0000 @@ -1,12 +1,12 @@ $OpenBSD: patch-pelican_tests_test_pelican_py,v 1.1 2015/08/27 14:29:07 ajacoutot Exp $ ---- pelican/tests/test_pelican.py.orig Thu Aug 27 12:10:02 2015 -+++ pelican/tests/test_pelican.py Thu Aug 27 12:10:50 2015 -@@ -60,7 +60,7 @@ class TestPelican(LoggedTestCase): +--- pelican/tests/test_pelican.py.orig Tue Feb 7 21:22:37 2017 ++++ pelican/tests/test_pelican.py Tue Feb 7 21:20:52 2017 +@@ -59,7 +59,7 @@ class TestPelican(LoggedTestCase): def assertDirsEqual(self, left_path, right_path): out, err = subprocess.Popen( -- ['git', 'diff', '--no-ext-diff', '--exit-code', '-w', left_path, right_path], -+ ['${LOCALBASE}/bin/git', 'diff', '--no-ext-diff', '--exit-code', '-w', left_path, right_path], - env={str('PAGER'): str('')}, stdout=subprocess.PIPE, stderr=subprocess.PIPE - ).communicate() - def ignorable_git_crlf_errors(line): +- ['git', 'diff', '--no-ext-diff', '--exit-code', ++ ['${LOCALBASE}/bin/git', 'diff', '--no-ext-diff', '--exit-code', + '-w', left_path, right_path], + env={str('PAGER'): str('')}, + stdout=subprocess.PIPE,