svn commit: r553580 - in head/mail/cone: . files
Mikhail Teterin
mi at FreeBSD.org
Thu Oct 29 04:14:39 UTC 2020
Author: mi
Date: Thu Oct 29 04:14:38 2020
New Revision: 553580
URL: https://svnweb.freebsd.org/changeset/ports/553580
Log:
Upgrade from 1.0 to 1.1.
Sponsored by: Association for Advancement of Marsupial Species
Added:
head/mail/cone/files/patch-c++ (contents, props changed)
Modified:
head/mail/cone/Makefile
head/mail/cone/distinfo
head/mail/cone/files/patch-libmail_envelope.H
Modified: head/mail/cone/Makefile
==============================================================================
--- head/mail/cone/Makefile Thu Oct 29 03:18:58 2020 (r553579)
+++ head/mail/cone/Makefile Thu Oct 29 04:14:38 2020 (r553580)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= cone
-PORTVERSION= 1.0
-PORTREVISION= 3
+PORTVERSION= 1.1
CATEGORIES= mail
# This is for beta versions, leave it in please:
#MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \
Modified: head/mail/cone/distinfo
==============================================================================
--- head/mail/cone/distinfo Thu Oct 29 03:18:58 2020 (r553579)
+++ head/mail/cone/distinfo Thu Oct 29 04:14:38 2020 (r553580)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537265861
-SHA256 (cone-1.0.tar.bz2) = cffb5ae0292bd461d3a8cdddd09dccf43855f752ea4f4ae8c2aeacf67b69f9e9
-SIZE (cone-1.0.tar.bz2) = 3793288
+TIMESTAMP = 1603844375
+SHA256 (cone-1.1.tar.bz2) = 7ed5f50e65420063621ab4c7127ae9177944655490e98c5b3f202c57e715d3f0
+SIZE (cone-1.1.tar.bz2) = 4017709
Added: head/mail/cone/files/patch-c++
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/cone/files/patch-c++ Thu Oct 29 04:14:38 2020 (r553580)
@@ -0,0 +1,23 @@
+These aren't a problem for GNU C++, but clang throws an error.
+The fix is from upstream (by Sam Varshavchik).
+
+ -mi
+
+--- libmail/mboxadd.H 2017-03-05 20:28:33.000000000 -0500
++++ libmail/mboxadd.H 2020-10-29 00:01:46.241648000 -0400
+@@ -29,5 +29,5 @@
+ FILE *fp;
+
+- ptr<mbox> mboxAccount;
++ mail::ptr<mbox> mboxAccount;
+
+ void reportProgress(size_t bytesCompleted,
+--- libmail/smtpfolder.H 2017-03-05 20:28:33.000000000 -0500
++++ libmail/smtpfolder.H 2020-10-29 00:09:19.515780000 -0400
+@@ -85,5 +85,5 @@
+ class smtpAddMessage : public addMessage {
+
+- ptr<smtp> myServer;
++ mail::ptr<smtp> myServer;
+ smtpInfo myInfo;
+ mail::callback &myCallback;
Modified: head/mail/cone/files/patch-libmail_envelope.H
==============================================================================
--- head/mail/cone/files/patch-libmail_envelope.H Thu Oct 29 03:18:58 2020 (r553579)
+++ head/mail/cone/files/patch-libmail_envelope.H Thu Oct 29 04:14:38 2020 (r553580)
@@ -1,4 +1,4 @@
---- libmail/envelope.H.orig 2014-01-06 19:37:10 UTC
+--- libmail/envelope.H 2014-01-06 19:37:10 UTC
+++ libmail/envelope.H
@@ -8,6 +8,7 @@
More information about the svn-ports-all
mailing list