View | Details | Raw Unified | Return to bug 174345
Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# Date created:		25 Feb 2000
2
# Date created:		25 Feb 2000
3
# Whom:			Ville Eerola <ve@sci.fi>
3
# Whom:			Ville Eerola <ve@sci.fi>
4
#
4
#
5
# $FreeBSD: ports/mail/fetchmail/Makefile,v 1.224 2012/11/17 05:59:03 svnexp Exp $
5
# $FreeBSD: head/mail/fetchmail/Makefile 303362 2012-08-30 06:24:48Z mandree $
6
#
6
#
7
# NOTE:  The fetchmailconf program (an interactive program for
7
# NOTE:  The fetchmailconf program (an interactive program for
8
# writing .fetchmailrc files) requires Python, Tk, X11, etc..
8
# writing .fetchmailrc files) requires Python, Tk, X11, etc..
Lines 11-17 Link Here
11
# want fetchmailconf to work, define the X11 option.
11
# want fetchmailconf to work, define the X11 option.
12
12
13
PORTNAME=	fetchmail
13
PORTNAME=	fetchmail
14
PORTVERSION=	6.3.22
14
PORTVERSION=	6.3.23
15
CATEGORIES=	mail ipv6
15
CATEGORIES=	mail ipv6
16
MASTER_SITES=	BERLIOS/${PORTNAME}/ \
16
MASTER_SITES=	BERLIOS/${PORTNAME}/ \
17
		SF/${PORTNAME}/branch_6.3/ \
17
		SF/${PORTNAME}/branch_6.3/ \
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fetchmail-6.3.22.tar.xz) = 9ab51a851f79e16258f068e791c39e3e378a99927f70c9635132f4295d70b1a4
1
SHA256 (fetchmail-6.3.23.tar.xz) = 9e1d3203905150d8b3a4bd1294e2a5c23013938deefab7f5adf8c0d9ae15d482
2
SIZE (fetchmail-6.3.22.tar.xz) = 1260296
2
SIZE (fetchmail-6.3.23.tar.xz) = 1263416
(-)./files/fetchmail.in (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# $FreeBSD: ports/mail/fetchmail/files/fetchmail.in,v 1.12 2012/11/17 05:59:03 svnexp Exp $
3
# $FreeBSD: head/mail/fetchmail/files/fetchmail.in 300896 2012-07-14 13:54:48Z beat $
4
#
4
#
5
5
6
# PROVIDE: fetchmail
6
# PROVIDE: fetchmail
(-)./files/fetchmailconf (-1 / +1 lines)
Lines 3-9 Link Here
3
# Wrapper for the real fetchmailconf.  Checks whether Python and Tkinter are
3
# Wrapper for the real fetchmailconf.  Checks whether Python and Tkinter are
4
# installed, and runs the real fetchmailconf or alerts the user, as appropriate.
4
# installed, and runs the real fetchmailconf or alerts the user, as appropriate.
5
#
5
#
6
# $FreeBSD: ports/mail/fetchmail/files/fetchmailconf,v 1.8 2012/11/17 05:59:03 svnexp Exp $
6
# $FreeBSD: head/mail/fetchmail/files/fetchmailconf 300896 2012-07-14 13:54:48Z beat $
7
7
8
LOCALBASE=@LOCALBASE@
8
LOCALBASE=@LOCALBASE@
9
9
(-)./pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
@comment $FreeBSD: ports/mail/fetchmail/pkg-plist,v 1.32 2012/11/17 05:59:03 svnexp Exp $
1
@comment $FreeBSD: head/mail/fetchmail/pkg-plist 303362 2012-08-30 06:24:48Z mandree $
2
bin/fetchmail
2
bin/fetchmail
3
bin/fetchmailconf
3
bin/fetchmailconf
4
libexec/fetchmailconf.py
4
libexec/fetchmailconf.py

Return to bug 174345