svn commit: r491048 - in head/mail/libetpan: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 23 17:34:48 UTC 2019


Author: sunpoet
Date: Wed Jan 23 17:34:46 2019
New Revision: 491048
URL: https://svnweb.freebsd.org/changeset/ports/491048

Log:
  Update to 1.9.3
  
  - Take maintainership
  
  Changes:	https://github.com/dinhviethoa/libetpan/releases

Deleted:
  head/mail/libetpan/files/patch-src-low-level-feed-newsfeed.c
Modified:
  head/mail/libetpan/Makefile
  head/mail/libetpan/distinfo
  head/mail/libetpan/pkg-plist

Modified: head/mail/libetpan/Makefile
==============================================================================
--- head/mail/libetpan/Makefile	Wed Jan 23 17:07:22 2019	(r491047)
+++ head/mail/libetpan/Makefile	Wed Jan 23 17:34:46 2019	(r491048)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libetpan
-PORTVERSION=	1.9.1
+PORTVERSION=	1.9.3
 CATEGORIES=	mail ipv6
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Mail framework for C language
 
 LICENSE=	BSD3CLAUSE
@@ -15,16 +15,17 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \
 		libsasl2.so:security/cyrus-sasl2
 
+USES=		autoreconf compiler:c++11-lang gmake iconv libtool localbase
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-
-USES=		autoreconf compiler:c++11-lang gmake iconv libtool localbase
 USE_LDCONFIG=	yes
-USE_GITHUB=	yes
-GH_ACCOUNT=	dinhviethoa
 
 PORTDOCS=	AUTHORS ChangeLog NEWS
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	dinhviethoa
+
 OPTIONS_DEFINE=		DOCS IPV6
 OPTIONS_SINGLE=		CRYPTO
 OPTIONS_SINGLE_CRYPTO=	GNUTLS OPENSSL
@@ -34,17 +35,12 @@ GNUTLS_CONFIGURE_ON=	--without-openssl --with-gnutls
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls \
 			libgcrypt.so:security/libgcrypt \
 			libgpg-error.so:security/libgpg-error
-
 IPV6_CONFIGURE_ENABLE=	ipv6
-
 OPENSSL_CONFIGURE_WITH=	openssl="${OPENSSLBASE}"
 OPENSSL_USES=		ssl
 
-pre-configure:
-	@(cd ${WRKSRC} && ${LN} -s README.md README)
-
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/mail/libetpan/distinfo
==============================================================================
--- head/mail/libetpan/distinfo	Wed Jan 23 17:07:22 2019	(r491047)
+++ head/mail/libetpan/distinfo	Wed Jan 23 17:34:46 2019	(r491048)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537145990
-SHA256 (dinhviethoa-libetpan-1.9.1_GH0.tar.gz) = f5e354ccf1014c6ee313ade1009b8a82f28043d2504655e388bb4c1328700fcd
-SIZE (dinhviethoa-libetpan-1.9.1_GH0.tar.gz) = 6189971
+TIMESTAMP = 1548252591
+SHA256 (dinhviethoa-libetpan-1.9.3_GH0.tar.gz) = 591f97d5102f600e668502fe1dd5a341e910a840d8ea62e689a3a79d8bfbac87
+SIZE (dinhviethoa-libetpan-1.9.3_GH0.tar.gz) = 5000049

Modified: head/mail/libetpan/pkg-plist
==============================================================================
--- head/mail/libetpan/pkg-plist	Wed Jan 23 17:07:22 2019	(r491047)
+++ head/mail/libetpan/pkg-plist	Wed Jan 23 17:34:46 2019	(r491048)
@@ -7,6 +7,7 @@ include/libetpan/annotatemore_types.h
 include/libetpan/carray.h
 include/libetpan/charconv.h
 include/libetpan/chash.h
+include/libetpan/clientid.h
 include/libetpan/clist.h
 include/libetpan/condstore.h
 include/libetpan/condstore_types.h
@@ -166,4 +167,4 @@ include/libetpan/xlist.h
 lib/libetpan.a
 lib/libetpan.so
 lib/libetpan.so.20
-lib/libetpan.so.20.2.0
+lib/libetpan.so.20.4.0


More information about the svn-ports-all mailing list