svn commit: r451068 - head/mail/isync

Emanuel Haupt ehaupt at FreeBSD.org
Mon Oct 2 06:24:44 UTC 2017


Author: ehaupt
Date: Mon Oct  2 06:24:42 2017
New Revision: 451068
URL: https://svnweb.freebsd.org/changeset/ports/451068

Log:
  Update to 1.3.0
  
  PR:		222720
  Submitted by:	seschwar at gmail.com

Modified:
  head/mail/isync/Makefile
  head/mail/isync/distinfo
  head/mail/isync/pkg-plist

Modified: head/mail/isync/Makefile
==============================================================================
--- head/mail/isync/Makefile	Mon Oct  2 05:59:14 2017	(r451067)
+++ head/mail/isync/Makefile	Mon Oct  2 06:24:42 2017	(r451068)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	isync
-PORTVERSION=	1.2.2
+PORTVERSION=	1.3.0
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
@@ -13,7 +13,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
 
-USES=		alias bdb cpe ssl
+USES=		alias bdb cpe perl5 ssl
+USE_PERL5=	build
 CPE_VENDOR=	oswald_buddenhagen
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sasl=${LOCALBASE} \

Modified: head/mail/isync/distinfo
==============================================================================
--- head/mail/isync/distinfo	Mon Oct  2 05:59:14 2017	(r451067)
+++ head/mail/isync/distinfo	Mon Oct  2 06:24:42 2017	(r451068)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502654615
-SHA256 (isync-1.2.2.tar.gz) = d9197e27bfe77e3d8971f4fcb25ec37b2506827c4bc9439b72376caa091ce877
-SIZE (isync-1.2.2.tar.gz) = 285745
+TIMESTAMP = 1506865850
+SHA256 (isync-1.3.0.tar.gz) = 8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c
+SIZE (isync-1.3.0.tar.gz) = 309459

Modified: head/mail/isync/pkg-plist
==============================================================================
--- head/mail/isync/pkg-plist	Mon Oct  2 05:59:14 2017	(r451067)
+++ head/mail/isync/pkg-plist	Mon Oct  2 06:24:42 2017	(r451068)
@@ -1,6 +1,6 @@
-bin/get-cert
 bin/isync
 bin/mbsync
+bin/mbsync-get-cert
 bin/mdconvert
 man/man1/isync.1.gz
 man/man1/mbsync.1.gz


More information about the svn-ports-head mailing list