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

(-)exim.new/Makefile (-3 / +6 lines)
Lines 42-64 Link Here
42
.endif
42
.endif
43
.endif
43
.endif
44
44
45
.if defined(WITH_SA_EXIM)
45
.if defined(WITH_SA_EXIM) || make(makesum) || defined(FETCH_ALL)
46
MASTER_SITES+=	http://marc.merlins.org/linux/exim/files/:sa_exim \
46
MASTER_SITES+=	http://marc.merlins.org/linux/exim/files/:sa_exim \
47
		SF/sa-exim/sa-exim/${SA_EXIM_VERSION}:sa_exim
47
		SF/sa-exim/sa-exim/${SA_EXIM_VERSION}:sa_exim
48
MASTER_SITE_SUBDIR+=	sa-exim/:sa_exim
48
MASTER_SITE_SUBDIR+=	sa-exim/:sa_exim
49
DISTFILES+=	sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim
49
DISTFILES+=	sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim
50
.endif
50
.endif
51
51
52
.if defined(WITH_SO_1024)
52
.if defined(WITH_SO_1024) || make(makesum) || defined(FETCH_ALL)
53
MASTER_SITES+=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/:so_1024
53
MASTER_SITES+=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/:so_1024
54
DISTFILES+=	spamooborona1024-src-${SO_1024_VERSION}.tar.gz:so_1024
54
DISTFILES+=	spamooborona1024-src-${SO_1024_VERSION}.tar.gz:so_1024
55
.endif
56
57
.if defined(WITH_SO_1024)
55
LDFLAGS+=	-lz
58
LDFLAGS+=	-lz
56
PLIST_SUB+=	SO_1024=""
59
PLIST_SUB+=	SO_1024=""
57
.else
60
.else
58
PLIST_SUB+=	SO_1024="@comment "
61
PLIST_SUB+=	SO_1024="@comment "
59
.endif
62
.endif
60
63
61
EXIM_VERSION=	4.73
64
EXIM_VERSION=	4.74
62
SA_EXIM_VERSION=4.2
65
SA_EXIM_VERSION=4.2
63
SO_1024_VERSION=3.2
66
SO_1024_VERSION=3.2
64
67
(-)exim.new/distinfo (-2 / +2 lines)
Lines 1-5 Link Here
1
SHA256 (exim/exim-4.73.tar.bz2) = a78f4a153f36ad13acf7fb9a3a99c1bc785d38bd757553704c9590afcc00bfd6
1
SHA256 (exim/exim-4.74.tar.bz2) = e55b51c87e0be920f7f5aee830261566a4def8820f318d14a822fe2ae2ff8e40
2
SIZE (exim/exim-4.73.tar.bz2) = 1592788
2
SIZE (exim/exim-4.74.tar.bz2) = 1588636
3
SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a
3
SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a
4
SIZE (exim/sa-exim-4.2.tar.gz) = 66575
4
SIZE (exim/sa-exim-4.2.tar.gz) = 66575
5
SHA256 (exim/spamooborona1024-src-3.2.tar.gz) = ab22a430f3860460045f6b213c68c89700a0cd10cbb6c7a808ece326c53787ee
5
SHA256 (exim/spamooborona1024-src-3.2.tar.gz) = ab22a430f3860460045f6b213c68c89700a0cd10cbb6c7a808ece326c53787ee

Return to bug 154323