diff options
author | mnag <mnag@FreeBSD.org> | 2006-07-19 20:59:11 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-07-19 20:59:11 +0800 |
commit | 558a8ba50c935c05c7fb5d78b53d8e64d5a4920b (patch) | |
tree | 9973da0bd5d4946f1d52ac2570f655f732897b36 /mail/postfix22/Makefile | |
parent | 85dee46cc08ab90ff929e043b31243e007f12baf (diff) | |
download | freebsd-ports-gnome-558a8ba50c935c05c7fb5d78b53d8e64d5a4920b.tar.gz freebsd-ports-gnome-558a8ba50c935c05c7fb5d78b53d8e64d5a4920b.tar.zst freebsd-ports-gnome-558a8ba50c935c05c7fb5d78b53d8e64d5a4920b.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]
Diffstat (limited to 'mail/postfix22/Makefile')
-rw-r--r-- | mail/postfix22/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 7152cb281f74..6dd1892fcc8d 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -29,12 +29,12 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.1.* postfix-2.3.* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-13-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* + USE_SUBMAKE= yes USE_RC_SUBR= postfix.sh @@ -71,7 +71,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ MKDIR="${MKDIR}" \ POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" -# Default requirement for postfix rcNG +# Default requirement for postfix rc script _REQUIRE= DAEMON pre-fetch: |