On 1/21/19 9:48 AM, Pierre-Emmanuel André wrote:
> On Sun, Jan 20, 2019 at 12:23:18PM +0100, Giovanni Bechis wrote:
>> Hi,
>> update to latest version.
>>  Comments ? Ok ?
>>   Cheers
>>    Giovanni
> 
> 
> Hello,
> 
> Looks good but iirc it will miss you a new required RDEP (p5-Sys-MemInfo).
> I have made a new port for this (in attachment). Untar it in sysutils.
> 
Missing "WANTLIB += c perl", otherwise ok giovanni@
New imapsync attached with run-dependencies sorted (Regexp::Common was also 
missing) spotted by kn@
 Cheers
  Giovanni
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/imapsync/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile	10 May 2017 12:47:56 -0000	1.17
+++ Makefile	21 Jan 2019 11:26:48 -0000
@@ -5,7 +5,7 @@ GH_PROJECT =    imapsync
 
 COMMENT=	IMAP synchronization tool
 
-DISTNAME=	imapsync-1.727
+DISTNAME=	imapsync-1.882
 CATEGORIES=	mail
 
 MAINTAINER=	Pierre-Emmanuel Andre <p...@openbsd.org>
@@ -16,20 +16,21 @@ PERMIT_PACKAGE_CDROM=	Yes
 WRKDIST=	${WRKDIR}/imapsync-${DISTNAME}
 
 RUN_DEPENDS=	converters/p5-DateManip \
-		security/p5-IO-Socket-SSL \
-		security/p5-Digest-HMAC \
-		mail/p5-Mail-IMAPClient \
-		net/p5-IO-Socket-INET6 \
-		security/p5-IO-Socket-SSL \
-		devel/p5-IO-Tee \
 		converters/p5-Unicode-String \
-		www/p5-URI \
-		security/p5-Authen-NTLM \
+		devel/p5-Data-Uniqid \
 		devel/p5-File-Copy-Recursive \
+		devel/p5-IO-Tee \
 		devel/p5-Parse-RecDescent \
+		devel/p5-Readonly \
 		devel/p5-Test-Pod \
-		devel/p5-Data-Uniqid \
-		devel/p5-Readonly
+		mail/p5-Mail-IMAPClient \
+		net/p5-IO-Socket-INET6 \
+		security/p5-Authen-NTLM \
+		security/p5-Digest-HMAC \
+		security/p5-IO-Socket-SSL \
+		sysutils/p5-Sys-MemInfo \
+		textproc/p5-Regexp-Common \
+		www/p5-URI
 
 NO_BUILD=	Yes
 NO_TEST=	Yes
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/mail/imapsync/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo	10 May 2017 12:47:56 -0000	1.13
+++ distinfo	20 Jan 2019 11:20:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (imapsync-1.727.tar.gz) = UChyfUdqWBM1EF/yTqZ3MRr6XOb4EvCSbLI3djV5FGg=
-SIZE (imapsync-1.727.tar.gz) = 1056838
+SHA256 (imapsync-1.882.tar.gz) = r6fingCw0k1nrTFds4P7X5UJBPQ+t8Dg4T4le1xdxkA=
+SIZE (imapsync-1.882.tar.gz) = 1557501

Reply via email to