Date: Fri, 2 Dec 2022 12:51:46 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: da59bc4a72a0 - main - mail/cone: Update to 1.7 Message-ID: <202212021251.2B2CpkHE092378@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=da59bc4a72a0c900f2e633f5724be2bd1c985bae commit da59bc4a72a0c900f2e633f5724be2bd1c985bae Author: Chris <cpeticus@icloud.com> AuthorDate: 2022-12-02 12:49:54 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-02 12:49:54 +0000 mail/cone: Update to 1.7 - pet portclippy ChangeLog: https://github.com/svarshavchik/courier/blob/master/cone/ChangeLog PR: 267968 --- mail/cone/Makefile | 18 +++++++++++------- mail/cone/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/mail/cone/Makefile b/mail/cone/Makefile index dd9b9c731e08..59042e4b28ea 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -1,5 +1,5 @@ PORTNAME= cone -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ @@ -14,22 +14,26 @@ WWW= https://www.courier-mta.org/cone/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.GPL +BUILD_DEPENDS= gpgv:security/gnupg1 LIB_DEPENDS= libaspell.so:textproc/aspell \ - libidn.so:dns/libidn \ libcourier-unicode.so:devel/courier-unicode \ + libidn.so:dns/libidn \ libldap_r.so:net/openldap24-client - -BUILD_DEPENDS= gpgv:security/gnupg1 RUN_DEPENDS= gpgv:security/gnupg1 USES= compiler:c++11-lang fam gettext gmake gnome iconv \ localbase:ldflags ncurses perl5 pkgconfig shebangfix ssl \ tar:bzip2 +USE_GNOME= libxml2 + +SHEBANG_FILES= sysconftool + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-certdb=${PREFIX}/share/cone/rootcerts --exec-prefix=${PREFIX} \ + +CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ + --with-certdb=${PREFIX}/share/cone/rootcerts \ --with-notice=unicode -SHEBANG_FILES= sysconftool -USE_GNOME= libxml2 + INSTALL_TARGET= install-strip CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED diff --git a/mail/cone/distinfo b/mail/cone/distinfo index 0835bd6bcd0f..d3a41a582cd7 100644 --- a/mail/cone/distinfo +++ b/mail/cone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660269728 -SHA256 (cone-1.6.tar.bz2) = df5e30780999953f129941ba4a666b2e5eb1ccb28322989020e88b97107360a9 -SIZE (cone-1.6.tar.bz2) = 4039558 +TIMESTAMP = 1669310841 +SHA256 (cone-1.7.tar.bz2) = df745cbbc79e60a39c16dcef5b43c8af4086d3659390e18a9f918ecf4a2788f1 +SIZE (cone-1.7.tar.bz2) = 4053119
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212021251.2B2CpkHE092378>