View | Details | Raw Unified | Return to bug 21563 | Differences between
and this patch

Collapse All | Expand All

(-)qmail/Makefile (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	qmail
8
PORTNAME=	qmail
9
PORTVERSION= 	1.03
9
PORTVERSION?= 	${QMAIL_VERSION}
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://cr.yp.to/software/ \
11
MASTER_SITES=	http://cr.yp.to/software/ \
12
		ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
12
		ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
Lines 14-19 Link Here
14
		ftp://ftp.rifkin.technion.ac.il/pub/qmail/ \
14
		ftp://ftp.rifkin.technion.ac.il/pub/qmail/ \
15
		ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
15
		ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
16
		ftp://ftp.id.wustl.edu/pub/qmail/
16
		ftp://ftp.id.wustl.edu/pub/qmail/
17
DISTNAME=	${PORTNAME}-${QMAIL_VERSION}
17
18
18
# Patch necessary to cope with non-RFC >512 dns entries
19
# Patch necessary to cope with non-RFC >512 dns entries
19
# Since AOL has been using those, the problem has skyrocketed from minor to
20
# Since AOL has been using those, the problem has skyrocketed from minor to
Lines 27-33 Link Here
27
# A normal qmail installation puts everything into /var/qmail/.
28
# A normal qmail installation puts everything into /var/qmail/.
28
# If you want to install to /usr/local/, then "/usr/local/qmail" is
29
# If you want to install to /usr/local/, then "/usr/local/qmail" is
29
# suggested instead of "/usr/local", but both will work.
30
# suggested instead of "/usr/local", but both will work.
30
PREFIX=		/var/qmail
31
PREFIX?=		/var/qmail
32
QMAIL_VERSION?=		1.03
31
33
32
ALL_TARGET=	default dot-qmail.5 qmail-control.5 qmail-getpw.8 \
34
ALL_TARGET=	default dot-qmail.5 qmail-control.5 qmail-getpw.8 \
33
		qmail-limits.7 qmail-newmrh.8 qmail-newu.8 qmail-pw2u.8 \
35
		qmail-limits.7 qmail-newmrh.8 qmail-newu.8 qmail-pw2u.8 \
(-)qmail/files/md5 (-1 / +1 lines)
Lines 1-3 Link Here
1
MD5 (qmail-1.03.tar.gz) = 622f65f982e380dbe86e6574f3abcb7c
1
MD5 (qmail-1.03.tar.gz) = 622f65f982e380dbe86e6574f3abcb7c
2
MD5 (qmail-ldap-1.03-20000701.patch.gz) = 15bc80f2180dbaacf4286dcd3d3014f6
2
MD5 (qmail-103.patch) = 9140ad2b03017145cd7963c84bb24f16
3
MD5 (qmail-103.patch) = 9140ad2b03017145cd7963c84bb24f16
3
MD5 (qmail-ldap-1.03-20000501.patch.gz) = 3bac26caf4fbbf9a9af1919c60dd9f94

Return to bug 21563