+ 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)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
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.
Responsible Changed From-To: freebsd-ports-bugs->mandree I'll take it.
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"
State Changed From-To: feedback->closed Committed.