- Update to 1.2.66

PR:		ports/75535
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-12-28 17:10:01 +00:00
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

View file

@ -6,7 +6,7 @@
#
PORTNAME= dcc-dccd
PORTVERSION= 1.2.58
PORTVERSION= 1.2.66
CATEGORIES= mail
MASTER_SITES= http://www.rhyolite.com/anti-spam/dcc/source/old/ \
http://www.wa.apana.org.au/~dean/sources/ \
@ -39,6 +39,8 @@ DCCGID?= 112
# WITH_SENDMAIL_BASE=yes
# or
# WITH_SENDMAIL_PORT=yes
# or
# WITHOUT_SENDMAIL=yes
#
# if no preference was set, check for an up to date base version
@ -58,8 +60,10 @@ WITH_SENDMAIL_BASE=yes
MILTERBASE= /usr
WITH_SENDMAIL= yes
.else
.if !defined(WITHOUT_SENDMAIL)
BROKEN= "Base system sendmail not found or too old, rebuild with WITH_SENDMAIL_PORT=yes"
.endif
.endif
.else
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail
MILTERBASE?= ${LOCALBASE}

View file

@ -1,2 +1,2 @@
MD5 (dcc-dccd-1.2.58.tar.Z) = 29263b15bdfe1c619bad6e926121118f
SIZE (dcc-dccd-1.2.58.tar.Z) = 1180194
MD5 (dcc-dccd-1.2.66.tar.Z) = fa59dd012edab462462e552482bd9872
SIZE (dcc-dccd-1.2.66.tar.Z) = 1181351