diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-11-28 11:06:01 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-11-28 11:06:01 +0000 |
commit | e7468515ebe50afaeabfc2061f116d2c3fbe7a75 (patch) | |
tree | 62a9a5b216186e4a6db5d9e8c3b5a2d468c30871 /mail/nullmailer/Makefile | |
parent | 1697ad658e6d114e515551340027638a5bbca878 (diff) | |
download | ports-e7468515ebe50afaeabfc2061f116d2c3fbe7a75.tar.gz ports-e7468515ebe50afaeabfc2061f116d2c3fbe7a75.zip |
+ Add smtp authentication support.
- files/patch-smtp_authentication
- files/remotes.sample (READ THIS)
+ fix a argument passing bug.
- files/patch-src-send.cc
Obtained from: Nullmailer Mailing List
Notes
Notes:
svn path=/head/; revision=122657
Diffstat (limited to 'mail/nullmailer/Makefile')
-rw-r--r-- | mail/nullmailer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 8aa02d4d44a7..f8efd9402886 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -8,7 +8,7 @@ PORTNAME= nullmailer # PORTVERSION= 1.00RC7 PORTVERSION= 1.00r7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://untroubled.org/nullmailer/ \ ftp://mirrors.dataloss.nl/mirrors/bgware/nullmailer/%SUBDIR%/ |