Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2023 08:17:22 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f16a0cc87c5 - main - mail/cone: Adopt/Update to 1.9
Message-ID:  <202304060817.3368HML6042509@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f16a0cc87c572561dc572a18f9ee4671057d50b

commit 8f16a0cc87c572561dc572a18f9ee4671057d50b
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-04-06 08:12:47 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-04-06 08:17:09 +0000

    mail/cone: Adopt/Update to 1.9
    
    - Switch to DISTVERSION
    - Use dns/libidn2 dep (upstream requirement)
    - Switch to gpg2 build/run depends
    
    ChangeLog:
    https://sourceforge.net/p/courier/courier.git/ci/master/tree/cone/ChangeLog
---
 mail/cone/Makefile | 12 ++++++------
 mail/cone/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/mail/cone/Makefile b/mail/cone/Makefile
index 8aa1d491c78e..ebcc9f5b7d50 100644
--- a/mail/cone/Makefile
+++ b/mail/cone/Makefile
@@ -1,24 +1,24 @@
 PORTNAME=	cone
-PORTVERSION=	1.7
+DISTVERSION=	1.9
 CATEGORIES=	mail
 # This is for beta versions, leave it in please:
 #MASTER_SITES=	http://www.courier-mta.org/beta/${PORTNAME}/ \
 #		http://www.lerctr.org/~ler/
 # This is for release versions, leave it in please:
-MASTER_SITES=	SF/courier/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF/courier/${PORTNAME}/${DISTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Console based mail client with POP3/IMAP/SMAP support
 WWW=		https://www.courier-mta.org/cone/
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING.GPL
 
-BUILD_DEPENDS=	gpgv:security/gnupg1
+BUILD_DEPENDS=	gnupg>0:security/gnupg
 LIB_DEPENDS=	libaspell.so:textproc/aspell \
 		libcourier-unicode.so:devel/courier-unicode \
-		libidn.so:dns/libidn
-RUN_DEPENDS=	gpgv:security/gnupg1
+		libidn2.so:dns/libidn2
+RUN_DEPENDS=	gnupg>0:security/gnupg
 
 USES=		compiler:c++11-lang fam gettext gmake gnome iconv ldap:24 \
 		localbase:ldflags ncurses perl5 pkgconfig shebangfix ssl \
diff --git a/mail/cone/distinfo b/mail/cone/distinfo
index d3a41a582cd7..536713acb096 100644
--- a/mail/cone/distinfo
+++ b/mail/cone/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669310841
-SHA256 (cone-1.7.tar.bz2) = df745cbbc79e60a39c16dcef5b43c8af4086d3659390e18a9f918ecf4a2788f1
-SIZE (cone-1.7.tar.bz2) = 4053119
+TIMESTAMP = 1680726818
+SHA256 (cone-1.9.tar.bz2) = 9671023dd022dfbb3622f5753f827ae1fb44331682728b7bad7e45a5e67a310e
+SIZE (cone-1.9.tar.bz2) = 3997196



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304060817.3368HML6042509>