Bug 177094 - [PATCH] mail/fetchmail: update to 6.3.25
Summary: [PATCH] mail/fetchmail: update to 6.3.25
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: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 00:30 UTC by Matthias Andree
Modified: 2013-03-26 09:00 UTC (History)
1 user (show)

See Also:


Attachments
fetchmail-6.3.25.patch (3.18 KB, patch)
2013-03-19 00:30 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2013-03-19 00:30:00 UTC
+ Update to new upstream release 6.3.25.
+ Adds Esperanto translation (eo.* locale file) to pkg-plist.

Port maintainer (chalpin@cs.wisc.edu) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-19 00:30:10 UTC
Maintainer of mail/fetchmail,

Please note that PR ports/177094 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177094

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-19 00:30:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Corey Halpin 2013-03-19 00:36:10 UTC
  Approve.

~crh

On 2013-03-19, Edwin Groothuis wrote:
> Please note that PR ports/177094 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
Comment 4 Matthias Andree freebsd_committer freebsd_triage 2013-03-19 08:45:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-03-26 08:56:42 UTC
Author: mandree
Date: Tue Mar 26 08:56:28 2013
New Revision: 315268
URL: http://svnweb.freebsd.org/changeset/ports/315268

Log:
  Update to new upstream release 6.3.25.
  
  Adds Esperanto-language translation.
  
  PR:		ports/177094
  Approved by:	Corey Halpin (maintainer)

Modified:
  head/mail/fetchmail/Makefile
  head/mail/fetchmail/distinfo
  head/mail/fetchmail/pkg-plist

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Tue Mar 26 07:46:53 2013	(r315267)
+++ head/mail/fetchmail/Makefile	Tue Mar 26 08:56:28 2013	(r315268)
@@ -2,14 +2,13 @@
 # $FreeBSD$
 #
 # NOTE:  The fetchmailconf program (an interactive program for
-# writing .fetchmailrc files) requires Python, Tk, X11, etc..
+# writing .fetchmailrc files) requires Python, Tk, X11, etc.
 #
 # The fetchmail program itself does not need Python, but if you
 # want fetchmailconf to work, define the X11 option.
 
 PORTNAME=	fetchmail
-PORTVERSION=	6.3.24
-PORTREVISION=	1
+PORTVERSION=	6.3.25
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF/${PORTNAME}/branch_6.3/ \
 		http://mandree.home.pages.de/${PORTNAME}/

Modified: head/mail/fetchmail/distinfo
==============================================================================
--- head/mail/fetchmail/distinfo	Tue Mar 26 07:46:53 2013	(r315267)
+++ head/mail/fetchmail/distinfo	Tue Mar 26 08:56:28 2013	(r315268)
@@ -1,2 +1,2 @@
-SHA256 (fetchmail-6.3.24.tar.xz) = f6882f00f0d69bbabaa4fbdaccb9231c7c441781fcb95ff763f75589f2328daf
-SIZE (fetchmail-6.3.24.tar.xz) = 1263156
+SHA256 (fetchmail-6.3.25.tar.xz) = ef1cfdf77b46c34e32a5957c7fa683969e3bf775731ec0dee6595630b290f149
+SIZE (fetchmail-6.3.25.tar.xz) = 1285360

Modified: head/mail/fetchmail/pkg-plist
==============================================================================
--- head/mail/fetchmail/pkg-plist	Tue Mar 26 07:46:53 2013	(r315267)
+++ head/mail/fetchmail/pkg-plist	Tue Mar 26 08:56:28 2013	(r315268)
@@ -8,6 +8,7 @@ bin/fetchmailconf
 %%NLS%%share/locale/de/LC_MESSAGES/fetchmail.mo
 %%NLS%%share/locale/el/LC_MESSAGES/fetchmail.mo
 %%NLS%%share/locale/en_GB/LC_MESSAGES/fetchmail.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/fetchmail.mo
 %%NLS%%share/locale/es/LC_MESSAGES/fetchmail.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/fetchmail.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/fetchmail.mo
_______________________________________________
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 6 Matthias Andree freebsd_committer freebsd_triage 2013-03-26 08:56:58 UTC
State Changed
From-To: feedback->closed

Committed.