Bug 174708 - mail/cone patch (update to cone-0.90)
Summary: mail/cone patch (update to cone-0.90)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-26 00:00 UTC by Uffe Jakobsen
Modified: 2012-12-26 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (723 bytes, patch)
2012-12-26 00:00 UTC, Uffe Jakobsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Uffe Jakobsen 2012-12-26 00:00:00 UTC
This patch updates the mail/cone port from version 0.89 to version 0.90

Changelog mail/cone 0.89 -> 0.90

2011-10-04
        * cone/gettext.C: gettext can't deal with literal ^Ds, so provide a
        workaround: "\\D" literal.

2011-09-23
        * cone/cursesindexdisplay.C (drawLine): Misformatting of the date
        column in some locales.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-26 00:00:09 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2012-12-26 15:26:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-12-26 17:38:29 UTC
Author: beech
Date: Wed Dec 26 17:38:13 2012
New Revision: 309527
URL: http://svnweb.freebsd.org/changeset/ports/309527

Log:
  - Update to 0.90
  
  - Changelog:
    2011-10-04
    * cone/gettext.C: gettext can't deal with literal ^Ds, so provide a
    workaround: "\\D" literal.
    2011-09-23
    * cone/cursesindexdisplay.C (drawLine): Misformatting of the date
    column in some locales.
  
  PR:		ports/174708
  Submitted by:	Uffe Jakobsen <uffe@uffe.org> (maintainer)

Modified:
  head/mail/cone/Makefile   (contents, props changed)
  head/mail/cone/distinfo   (contents, props changed)

Modified: head/mail/cone/Makefile
==============================================================================
--- head/mail/cone/Makefile	Wed Dec 26 15:42:56 2012	(r309526)
+++ head/mail/cone/Makefile	Wed Dec 26 17:38:13 2012	(r309527)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cone
-PORTVERSION=	0.89
+PORTVERSION=	0.90
 PORTREVISION=	1
 CATEGORIES=	mail
 # This is for beta versions, leave it in please:

Modified: head/mail/cone/distinfo
==============================================================================
--- head/mail/cone/distinfo	Wed Dec 26 15:42:56 2012	(r309526)
+++ head/mail/cone/distinfo	Wed Dec 26 17:38:13 2012	(r309527)
@@ -1,2 +1,2 @@
-SHA256 (cone-0.89.tar.bz2) = 71678cb2a95cd02ce2c734549dee9c542e29c3a29c376b64884022febb0d3fba
-SIZE (cone-0.89.tar.bz2) = 3794802
+SHA256 (cone-0.90.tar.bz2) = b03edfbf3392fb7b8d93574dad2bc4c7cbfca8890afabac8b99b21a9f46d8733
+SIZE (cone-0.90.tar.bz2) = 3906323
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2012-12-26 17:38:35 UTC
State Changed
From-To: open->closed

Committed, Thanks!