Upgrade from 1.0 to 1.1.

Sponsored by:	Association for Advancement of Marsupial Species
This commit is contained in:
Mikhail Teterin 2020-10-29 04:14:38 +00:00
parent 54509afc20
commit e50f11688c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553580
4 changed files with 28 additions and 6 deletions

View File

@ -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}/ \

View File

@ -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

23
mail/cone/files/patch-c++ Normal file
View File

@ -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;

View File

@ -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 @@