pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imapsync Update imapsync to 2.140



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d4ff21727b5
branches:  trunk
changeset: 771924:3d4ff21727b5
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Dec 30 10:06:21 2021 +0000

description:
Update imapsync to 2.140

Seven years of development, including adding OAUTH2 support.

(Note on numbering: went from 1.999 to 2.100 to avoid 4 digit minor. The
2 isn't "meaningful" in a major number sense.)

diffstat:

 mail/imapsync/Makefile |  50 ++++++++++++++++++++++++++++++++++++--------------
 mail/imapsync/PLIST    |   2 +-
 mail/imapsync/distinfo |   8 ++++----
 3 files changed, 41 insertions(+), 19 deletions(-)

diffs (88 lines):

diff -r fb4fda642135 -r 3d4ff21727b5 mail/imapsync/Makefile
--- a/mail/imapsync/Makefile    Thu Dec 30 09:05:45 2021 +0000
+++ b/mail/imapsync/Makefile    Thu Dec 30 10:06:21 2021 +0000
@@ -1,27 +1,49 @@
-# $NetBSD: Makefile,v 1.24 2021/05/24 19:52:41 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2021/12/30 10:06:21 prlw1 Exp $
 
-DISTNAME=      imapsync-1.607
-PKGREVISION=   7
+DISTNAME=      imapsync-2.140
 CATEGORIES=    mail
-MASTER_SITES=  https://releases.pagure.org/imapsync/
-EXTRACT_SUFX=  .tgz
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=imapsync/}
+GITHUB_TAG=    refs/tags/${DISTNAME}
 
 MAINTAINER=    abs%NetBSD.org@localhost
-HOMEPAGE=      https://pagure.io/imapsync
+HOMEPAGE=      https://github.com/imapsync/imapsync/
 COMMENT=       Incremental recursive IMAP transfer tool
 LICENSE=       public-domain
 
-DEPENDS+=      p5-Data-Uniqid>=0:../../devel/p5-Data-Uniqid
-DEPENDS+=      p5-Date-Manip>=0:../../devel/p5-Date-Manip
-DEPENDS+=      p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC
-DEPENDS+=      p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
+WRKSRC=                ${WRKDIR}/imapsync-${DISTNAME}
+USE_LANGUAGES= # none
+
+DEPENDS+=      p5-Crypt-OpenSSL-RSA-[0-9]*:../../security/p5-Crypt-OpenSSL-RSA
+DEPENDS+=      p5-Dist-CheckConflicts-[0-9]*:../../devel/p5-Dist-CheckConflicts
+DEPENDS+=      p5-Encode-IMAPUTF7-[0-9]*:../../textproc/p5-Encode-IMAPUTF7
+DEPENDS+=      p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
+DEPENDS+=      p5-File-Tail-[0-9]*:../../misc/p5-File-Tail
+DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+=      p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
+DEPENDS+=      p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
 DEPENDS+=      p5-IO-Tee-[0-9]*:../../devel/p5-IO-Tee
-DEPENDS+=      p5-Mail-IMAPClient>=3.1.9:../../mail/p5-Mail-IMAPClient
-DEPENDS+=      p5-Term-ReadKey>=0:../../devel/p5-Term-ReadKey
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      p5-Mail-IMAPClient-[0-9]*:../../mail/p5-Mail-IMAPClient
+DEPENDS+=      p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
+DEPENDS+=      p5-Module-ScanDeps-[0-9]*:../../devel/p5-Module-ScanDeps
+DEPENDS+=      p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
+DEPENDS+=      p5-Package-Stash-XS-[0-9]*:../../devel/p5-Package-Stash-XS
+DEPENDS+=      p5-PAR-Packer-[0-9]*:../../devel/p5-PAR-Packer
+DEPENDS+=      p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
+DEPENDS+=      p5-Sys-MemInfo-[0-9]*:../../sysutils/p5-Sys-MemInfo
+DEPENDS+=      p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+DEPENDS+=      p5-Test-Mock-Guard-[0-9]*:../../devel/p5-Test-Mock-Guard
+DEPENDS+=      p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+DEPENDS+=      p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+DEPENDS+=      p5-File-Tail-[0-9]*:../../misc/p5-File-Tail
 DEPENDS+=      p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
-DEPENDS+=      p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive
+DEPENDS+=      p5-Readonly-[0-9]*:../../devel/p5-Readonly
+DEPENDS+=      p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+DEPENDS+=      p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+DEPENDS+=      p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+DEPENDS+=      p5-Sub-Uplevel-[0-9]*:../../devel/p5-Sub-Uplevel
 
-NO_BUILD=      YES
+NO_BUILD=      yes
 USE_TOOLS+=    perl:run
 REPLACE_PERL+= imapsync
 
diff -r fb4fda642135 -r 3d4ff21727b5 mail/imapsync/PLIST
--- a/mail/imapsync/PLIST       Thu Dec 30 09:05:45 2021 +0000
+++ b/mail/imapsync/PLIST       Thu Dec 30 10:06:21 2021 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/10 11:18:16 abs Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/30 10:06:21 prlw1 Exp $
 bin/imapsync
 share/doc/imapsync
diff -r fb4fda642135 -r 3d4ff21727b5 mail/imapsync/distinfo
--- a/mail/imapsync/distinfo    Thu Dec 30 09:05:45 2021 +0000
+++ b/mail/imapsync/distinfo    Thu Dec 30 10:06:21 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:54:03 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/12/30 10:06:21 prlw1 Exp $
 
-BLAKE2s (imapsync-1.607.tgz) = ea3200dfd44c9b93f07f5b31d7724dd991d0744054c2fa568c0fabdd76fc2833
-SHA512 (imapsync-1.607.tgz) = 2630d32683f74ec260d322d2d9f13fb30938c077275cd43cece392b43bbdf8989f8ff6df648d520b785a568bf5d6f45d43761bf4fb94649e210611224ad43841
-Size (imapsync-1.607.tgz) = 973467 bytes
+BLAKE2s (imapsync-2.140.tar.gz) = a9c8a5ef98aa2f9fb7ef4c49ae40166098212ae6eae8e58c0f575e0871eb618e
+SHA512 (imapsync-2.140.tar.gz) = 1bb92ac678847f81c510fbf726f4de28ce8d9b201fc29d1d50a545d17d9f5c182f2952274a75c9bbabef58772bf16d1f18f7dc8a1cc1f6cd4cef983bcdf9cfaa
+Size (imapsync-2.140.tar.gz) = 1805030 bytes



Home | Main Index | Thread Index | Old Index