ports/177094: [PATCH] mail/fetchmail: update to 6.3.25
Matthias Andree
mandree at FreeBSD.org
Tue Mar 19 00:30:00 UTC 2013
>Number: 177094
>Category: ports
>Synopsis: [PATCH] mail/fetchmail: update to 6.3.25
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 19 00:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Matthias Andree
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 9.1-RELEASE FreeBSD 9.1-RELEASE #2 r244869: Sun Dec 30 22:05:16 CET
>Description:
+ Update to new upstream release 6.3.25.
+ Adds Esperanto translation (eo.* locale file) to pkg-plist.
Port maintainer (chalpin at cs.wisc.edu) is cc'd.
Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- fetchmail-6.3.25.patch begins here ---
diff -ruN /usr/ports/mail/fetchmail/Makefile ./Makefile
--- /usr/ports/mail/fetchmail/Makefile 2013-03-03 09:13:07.000000000 +0100
+++ ./Makefile 2013-03-19 01:15:41.000000000 +0100
@@ -1,15 +1,14 @@
# Created by: Ville Eerola <ve at sci.fi>
-# $FreeBSD: mail/fetchmail/Makefile 313331 2013-03-03 08:13:07Z beech $
+# $FreeBSD: head/mail/fetchmail/Makefile 313331 2013-03-03 08:13:07Z beech $
#
# 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}/
diff -ruN /usr/ports/mail/fetchmail/distinfo ./distinfo
--- /usr/ports/mail/fetchmail/distinfo 2013-01-10 02:36:21.000000000 +0100
+++ ./distinfo 2013-03-19 01:17:08.000000000 +0100
@@ -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
diff -ruN /usr/ports/mail/fetchmail/files/fetchmail.in ./files/fetchmail.in
--- /usr/ports/mail/fetchmail/files/fetchmail.in 2012-07-14 15:54:48.000000000 +0200
+++ ./files/fetchmail.in 2012-10-08 23:23:15.000000000 +0200
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: mail/fetchmail/files/fetchmail.in 300896 2012-07-14 13:54:48Z beat $
+# $FreeBSD: head/mail/fetchmail/files/fetchmail.in 300896 2012-07-14 13:54:48Z beat $
#
# PROVIDE: fetchmail
diff -ruN /usr/ports/mail/fetchmail/files/fetchmailconf.in ./files/fetchmailconf.in
--- /usr/ports/mail/fetchmail/files/fetchmailconf.in 2013-03-03 09:13:07.000000000 +0100
+++ ./files/fetchmailconf.in 2013-03-03 22:09:09.000000000 +0100
@@ -3,7 +3,7 @@
# Wrapper for the real fetchmailconf. Checks whether Python and Tkinter are
# installed, and runs the real fetchmailconf or alerts the user, as appropriate.
#
-# $FreeBSD: mail/fetchmail/files/fetchmailconf.in 313331 2013-03-03 08:13:07Z beech $
+# $FreeBSD: head/mail/fetchmail/files/fetchmailconf.in 313331 2013-03-03 08:13:07Z beech $
LOCALBASE=%%LOCALBASE%%
diff -ruN /usr/ports/mail/fetchmail/pkg-plist ./pkg-plist
--- /usr/ports/mail/fetchmail/pkg-plist 2013-01-10 02:36:21.000000000 +0100
+++ ./pkg-plist 2013-03-19 01:15:49.000000000 +0100
@@ -1,4 +1,4 @@
- at comment $FreeBSD: mail/fetchmail/pkg-plist 310167 2013-01-10 01:36:21Z mandree $
+ at comment $FreeBSD: head/mail/fetchmail/pkg-plist 310167 2013-01-10 01:36:21Z mandree $
bin/fetchmail
bin/fetchmailconf
%%NOX11%%libexec/fetchmailconf.py
@@ -8,6 +8,7 @@
%%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
--- fetchmail-6.3.25.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list