Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 17:04:02 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547554 - in head/mail/getmail6: . files
Message-ID:  <202009041704.084H42FH051548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Sep  4 17:04:02 2020
New Revision: 547554
URL: https://svnweb.freebsd.org/changeset/ports/547554

Log:
  mail/getmail6: Update to 6.7 for bugfixes
  
  PR:		248884
  Submitted by:	Michael Bueker <m.bueker@berlin.de> (maintainer)

Modified:
  head/mail/getmail6/Makefile   (contents, props changed)
  head/mail/getmail6/distinfo   (contents, props changed)
  head/mail/getmail6/files/patch-setup.py   (contents, props changed)

Modified: head/mail/getmail6/Makefile
==============================================================================
--- head/mail/getmail6/Makefile	Fri Sep  4 16:32:02 2020	(r547553)
+++ head/mail/getmail6/Makefile	Fri Sep  4 17:04:02 2020	(r547554)
@@ -2,7 +2,7 @@
 
 PORTNAME=	getmail6
 DISTVERSIONPREFIX=	v
-DISTVERSION=	6.03
+DISTVERSION=	6.7
 CATEGORIES=	mail python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/mail/getmail6/distinfo
==============================================================================
--- head/mail/getmail6/distinfo	Fri Sep  4 16:32:02 2020	(r547553)
+++ head/mail/getmail6/distinfo	Fri Sep  4 17:04:02 2020	(r547554)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597771268
-SHA256 (getmail6-getmail6-v6.03_GH0.tar.gz) = 4333592d32c89009e5ef50f538402b4b32a2fd14faca72fc01dd65b6cce34549
-SIZE (getmail6-getmail6-v6.03_GH0.tar.gz) = 182699
+TIMESTAMP = 1598951499
+SHA256 (getmail6-getmail6-v6.7_GH0.tar.gz) = ffe74cb3d6c4a243035967cbd219729364d8246f8108ba67450da7d6ecffd413
+SIZE (getmail6-getmail6-v6.7_GH0.tar.gz) = 183505

Modified: head/mail/getmail6/files/patch-setup.py
==============================================================================
--- head/mail/getmail6/files/patch-setup.py	Fri Sep  4 16:32:02 2020	(r547553)
+++ head/mail/getmail6/files/patch-setup.py	Fri Sep  4 17:04:02 2020	(r547554)
@@ -1,24 +1,10 @@
---- setup.py.orig	2020-08-18 15:00:41 UTC
+--- setup.py.orig      2020-08-30 11:47:16 UTC
 +++ setup.py
-@@ -35,12 +35,11 @@ GETMAILDOCDIR = os.path.join(
-     datadir or prefix,
-     'share',
-     'doc',
--    'getmail-%s' % __version__
-+    'getmail'
- )
- 
- GETMAILMANDIR = os.path.join(
-     datadir or prefix,
--    'share',
-     'man',
-     'man1'
- )
-@@ -96,23 +95,6 @@ setup(
+@@ -85,23 +85,6 @@ setup(
          'getmail-gmail-xoauth-tokens',
      ],
      data_files=[
--        (GETMAILDOCDIR, [
+-        (DOCDIR, [
 -            './README',
 -            'docs/BUGS',
 -            'docs/COPYING',
@@ -35,6 +21,6 @@
 -            'docs/troubleshooting.html',
 -            'docs/troubleshooting.txt',
 -        ]),
-         (GETMAILMANDIR, [
+         (MANDIR, [
              'docs/getmail.1',
              'docs/getmail_fetch.1',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009041704.084H42FH051548>