Bug 182080 - [Maintainer patch] Upgrade mail/dbmail to 3.1.6
Summary: [Maintainer patch] Upgrade mail/dbmail to 3.1.6
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-14 06:50 UTC by Alan Hicks
Modified: 2013-09-14 08:44 UTC (History)
0 users

See Also:


Attachments
dbmail-313-316.diff (1.08 KB, patch)
2013-09-14 06:50 UTC, Alan Hicks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hicks 2013-09-14 06:50:01 UTC
Update fixing Outlook, Apple mail and many outstanding issues

Fix: Apply patch to upgrade from 3.1.3 to 3.1.6
Also BUILD_DEPENDS checks for docbook dtd used to create man pages
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-14 07:50:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-14 07:51:20 UTC
Author: sunpoet
Date: Sat Sep 14 06:51:08 2013
New Revision: 327225
URL: http://svnweb.freebsd.org/changeset/ports/327225

Log:
  - Update to 3.1.6
  
  Changes:	https://github.com/pjstevns/dbmail/commits/master
  PR:		ports/182080
  Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)

Modified:
  head/mail/dbmail/Makefile
  head/mail/dbmail/distinfo

Modified: head/mail/dbmail/Makefile
==============================================================================
--- head/mail/dbmail/Makefile	Sat Sep 14 06:51:03 2013	(r327224)
+++ head/mail/dbmail/Makefile	Sat Sep 14 06:51:08 2013	(r327225)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dbmail
-PORTVERSION=	3.1.3
+PORTVERSION=	3.1.6
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dbmail.org/download/3.1/
 
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libgmime-2.6.so:${PORTSDIR}
 
 BUILD_DEPENDS+=	asciidoc:${PORTSDIR}/textproc/asciidoc \
 		xmlto:${PORTSDIR}/textproc/xmlto \
-		${LOCALBASE}/share/sgml/docbook/4.5:${PORTSDIR}/textproc/docbook-450
+		${LOCALBASE}/share/sgml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-450
 
 CONFLICTS=	dbmail-2.*
 

Modified: head/mail/dbmail/distinfo
==============================================================================
--- head/mail/dbmail/distinfo	Sat Sep 14 06:51:03 2013	(r327224)
+++ head/mail/dbmail/distinfo	Sat Sep 14 06:51:08 2013	(r327225)
@@ -1,2 +1,2 @@
-SHA256 (dbmail-3.1.3.tar.gz) = 508d288f3c5690387eeed94669f96cbd4cc686066bfd4cb9a5f97ec63c7ca304
-SIZE (dbmail-3.1.3.tar.gz) = 2392630
+SHA256 (dbmail-3.1.6.tar.gz) = 380fc123c8e6cfca7e9c06892d501ddea61c36f88e567d133202c16bf265a71a
+SIZE (dbmail-3.1.6.tar.gz) = 2394514
_______________________________________________
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 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-14 08:44:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!