pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/imapsync
Module Name: pkgsrc
Committed By: prlw1
Date: Thu Dec 30 10:06:22 UTC 2021
Modified Files:
pkgsrc/mail/imapsync: Makefile PLIST distinfo
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/imapsync/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/mail/imapsync/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/imapsync/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/imapsync/Makefile
diff -u pkgsrc/mail/imapsync/Makefile:1.24 pkgsrc/mail/imapsync/Makefile:1.25
--- pkgsrc/mail/imapsync/Makefile:1.24 Mon May 24 19:52:41 2021
+++ pkgsrc/mail/imapsync/Makefile Thu Dec 30 10:06:21 2021
@@ -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
Index: pkgsrc/mail/imapsync/PLIST
diff -u pkgsrc/mail/imapsync/PLIST:1.1.1.1 pkgsrc/mail/imapsync/PLIST:1.2
--- pkgsrc/mail/imapsync/PLIST:1.1.1.1 Thu Aug 10 11:18:16 2006
+++ pkgsrc/mail/imapsync/PLIST Thu Dec 30 10:06:21 2021
@@ -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
Index: pkgsrc/mail/imapsync/distinfo
diff -u pkgsrc/mail/imapsync/distinfo:1.10 pkgsrc/mail/imapsync/distinfo:1.11
--- pkgsrc/mail/imapsync/distinfo:1.10 Tue Oct 26 10:54:03 2021
+++ pkgsrc/mail/imapsync/distinfo Thu Dec 30 10:06:21 2021
@@ -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