svn commit: r564091 - head/mail/isync

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 5 08:24:59 UTC 2021


Author: ehaupt
Date: Fri Feb  5 08:24:58 2021
New Revision: 564091
URL: https://svnweb.freebsd.org/changeset/ports/564091

Log:
  - Update to 1.4.0
  - Remove superfluous patch instructions

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

Modified: head/mail/isync/Makefile
==============================================================================
--- head/mail/isync/Makefile	Fri Feb  5 08:14:11 2021	(r564090)
+++ head/mail/isync/Makefile	Fri Feb  5 08:24:58 2021	(r564091)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	isync
-PORTVERSION=	1.3.3
+PORTVERSION=	1.4.0
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
@@ -10,14 +10,15 @@ MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Maintain local copies of remote IMAP folders w/synchronized flags
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
 
-USES=		alias bdb compiler cpe perl5 ssl
+USES=		alias bdb cpe perl5 ssl
+CPE_VENDOR=	oswald_buddenhagen
 USE_PERL5=	build
 
 GNU_CONFIGURE=	yes
-CPE_VENDOR=	oswald_buddenhagen
 
 CONFIGURE_ARGS=	--with-sasl=${LOCALBASE} \
 		--with-ssl=${OPENSSLLIB:H}
@@ -29,13 +30,14 @@ LDFLAGS+=	-L${BDB_LIB_DIR}
 
 .include <bsd.port.pre.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} == base
+BROKEN=		requires OpenSSL 1.1.1, upgrade to FreeBSD 12.x/13.x or add DEFAULT_VERSIONS+=ssl=openssl to /etc/make.conf
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|\$$(docdir)/examples|\$$(sysconfdir)|g' \
-	    ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/compat/Makefile.in
+	    ${WRKSRC}/src/Makefile.in
 	@${REINPLACE_CMD} -e 's|-ansi||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
-	@${REINPLACE_CMD} -e '/pragma/d' ${WRKSRC}/src/util.c
-.endif
 
 .include <bsd.port.post.mk>

Modified: head/mail/isync/distinfo
==============================================================================
--- head/mail/isync/distinfo	Fri Feb  5 08:14:11 2021	(r564090)
+++ head/mail/isync/distinfo	Fri Feb  5 08:24:58 2021	(r564091)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596895802
-SHA256 (isync-1.3.3.tar.gz) = f2213bf7f90266e1295deafe39b02d1ba0b4c7f3b897c09cd17c60f0d4f4c882
-SIZE (isync-1.3.3.tar.gz) = 315912
+TIMESTAMP = 1612472915
+SHA256 (isync-1.4.0.tar.gz) = 84f8bf3ed293365d6d73702ae4680077efddf641bf1ef63fccbda0589bde785e
+SIZE (isync-1.4.0.tar.gz) = 334991

Modified: head/mail/isync/pkg-plist
==============================================================================
--- head/mail/isync/pkg-plist	Fri Feb  5 08:14:11 2021	(r564090)
+++ head/mail/isync/pkg-plist	Fri Feb  5 08:24:58 2021	(r564091)
@@ -1,9 +1,6 @@
-bin/isync
 bin/mbsync
 bin/mbsync-get-cert
 bin/mdconvert
-man/man1/isync.1.gz
+ at sample etc/mbsyncrc.sample
 man/man1/mbsync.1.gz
 man/man1/mdconvert.1.gz
- at sample etc/isyncrc.sample
- at sample etc/mbsyncrc.sample


More information about the svn-ports-all mailing list