diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-07-19 12:59:11 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-07-19 12:59:11 +0000 |
commit | 0350c7361c215e53765ba835851134de65c038bd (patch) | |
tree | 2fba50d27cd09db025d8b1adf23fc67d58d85c59 /mail/postfix1/Makefile | |
parent | 6e89799a34eaa84ad6d510ec9cd0f1bbffedf340 (diff) | |
download | ports-0350c7361c215e53765ba835851134de65c038bd.tar.gz ports-0350c7361c215e53765ba835851134de65c038bd.zip |
* UPDATING
Add entry about OPTIONS and SPF patch in mail/postfix
* mail/Makefile
Add postfix22
* mail/postfix [1]
Update to 2.3.0
Use OPTIONS instead of scripts
Add message about unsupported POSTFIX_OPTIONS
Remove SPF patch since that's not apply clean
Update pkg-descr
Change rcNG to rc only
Update CONFLICTS
* mail/postfix-current
Now postfix-current are called postfix-current instead of postfix.
Update CONFLICTS
Bump PORTREVISION
Store OPTIONSFILE in another local to not conflict with mail/postfix
Change rcNG to rc only
* mail/postfix1
Update CONFLICTS
* mail/postfix21
Update CONFLICTS
Change rcNG to rc only
* mail/postfix22 [2]
Update CONFLICTS
Change rcNG to rc only
Approved by: maintainer [1]
Repocopy by: marcus [2]
Notes
Notes:
svn path=/head/; revision=168234
Diffstat (limited to 'mail/postfix1/Makefile')
-rw-r--r-- | mail/postfix1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index f242dfa6eeee..1d3c66e69b51 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -25,7 +25,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= mnag@FreeBSD.org COMMENT= An alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +CONFLICTS= courier-0.* postfix-2.* postfix-current-2.* sendmail-8.* \ + sendmail-*-8.* smail-3.* zmailer-2.* LATEST_LINK= ${PORTNAME}1 USE_SUBMAKE= yes |