- Update to 1.2.66
PR: ports/75535 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
This commit is contained in:
parent
55195883ea
commit
a67770da49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125352
2 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dcc-dccd
|
PORTNAME= dcc-dccd
|
||||||
PORTVERSION= 1.2.58
|
PORTVERSION= 1.2.66
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.rhyolite.com/anti-spam/dcc/source/old/ \
|
MASTER_SITES= http://www.rhyolite.com/anti-spam/dcc/source/old/ \
|
||||||
http://www.wa.apana.org.au/~dean/sources/ \
|
http://www.wa.apana.org.au/~dean/sources/ \
|
||||||
|
@ -39,6 +39,8 @@ DCCGID?= 112
|
||||||
# WITH_SENDMAIL_BASE=yes
|
# WITH_SENDMAIL_BASE=yes
|
||||||
# or
|
# or
|
||||||
# WITH_SENDMAIL_PORT=yes
|
# WITH_SENDMAIL_PORT=yes
|
||||||
|
# or
|
||||||
|
# WITHOUT_SENDMAIL=yes
|
||||||
#
|
#
|
||||||
|
|
||||||
# if no preference was set, check for an up to date base version
|
# if no preference was set, check for an up to date base version
|
||||||
|
@ -58,8 +60,10 @@ WITH_SENDMAIL_BASE=yes
|
||||||
MILTERBASE= /usr
|
MILTERBASE= /usr
|
||||||
WITH_SENDMAIL= yes
|
WITH_SENDMAIL= yes
|
||||||
.else
|
.else
|
||||||
|
.if !defined(WITHOUT_SENDMAIL)
|
||||||
BROKEN= "Base system sendmail not found or too old, rebuild with WITH_SENDMAIL_PORT=yes"
|
BROKEN= "Base system sendmail not found or too old, rebuild with WITH_SENDMAIL_PORT=yes"
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
.else
|
.else
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail
|
||||||
MILTERBASE?= ${LOCALBASE}
|
MILTERBASE?= ${LOCALBASE}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (dcc-dccd-1.2.58.tar.Z) = 29263b15bdfe1c619bad6e926121118f
|
MD5 (dcc-dccd-1.2.66.tar.Z) = fa59dd012edab462462e552482bd9872
|
||||||
SIZE (dcc-dccd-1.2.58.tar.Z) = 1180194
|
SIZE (dcc-dccd-1.2.66.tar.Z) = 1181351
|
||||||
|
|
Loading…
Reference in a new issue