1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Upgrade to smail 3.2.0.110

This commit is contained in:
Torsten Blum 2000-02-12 19:23:45 +00:00
parent d4fdd8c05a
commit 1ee07ffc8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25700
3 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= smail-3.2.0.107
DISTNAME= smail-3.2.0.110
CATEGORIES= mail
MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \
ftp://ftp.planix.com/pub/Smail/ \

View File

@ -1 +1 @@
MD5 (smail-3.2.0.107.tar.gz) = 6c81761bf0e21800e516ca38dc6651c5
MD5 (smail-3.2.0.110.tar.gz) = 03f4c11f4fbde1b3b7b24b47f224dd2a

View File

@ -73,4 +73,9 @@ LDFLAGS="-L/usr/local/lib -L!!PREFIX!!/lib"
# LIBS - libraries to include in binaries
LIBS="-lident -lwrap"
# OSLIBS - we don't have libresolv
# I doubt that the change to smail-3.2.0.110/conf/os/bsd4.4 is the right way
# to do it.
OSLIBS="-lcrypt"
MISC_DEFINES="$MISC_DEFINES:USE_TARGET_DOMAIN:NO_FORWARDTO_FILE:USE_LSEARCH_REGEXCMP:USE_STRICT_MX"