diff options
author | mnag <mnag@FreeBSD.org> | 2007-04-03 21:55:28 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-04-03 21:55:28 +0800 |
commit | 39483b78a907333af3baff58c956620f42af5d0f (patch) | |
tree | a48f449cbd906bf708922647da66fdc8ce9c6222 /mail | |
parent | 93279c86e0125f0f6282a9b3fdfb6aa0ef3a9b98 (diff) | |
download | freebsd-ports-graphics-39483b78a907333af3baff58c956620f42af5d0f.tar.gz freebsd-ports-graphics-39483b78a907333af3baff58c956620f42af5d0f.tar.zst freebsd-ports-graphics-39483b78a907333af3baff58c956620f42af5d0f.zip |
- Update to 2.5-20070402
- Fix CONFLICTS
- Install qshape by default
- Install test programs in PREFIX/bin instead of PREFIX/sbin to respect hier(7)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 12 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix-current/pkg-plist | 9 |
3 files changed, 16 insertions, 11 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 67f0d0c8194..666aa662c3a 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.5-20070328 +DISTVERSION= 2.5-20070402 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -21,7 +21,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= mnag@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-46-9].* \ +CONFLICTS= courier-0.* postfix-1.* postfix-2.* postfix-current-2.[0-46-9]* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes @@ -46,7 +46,8 @@ OPTIONS= PCRE "Perl Compatible Regular Expressions" on \ TEST "SMTP/LMTP test server and generator" off MAN1= postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 postkick.1 \ - postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1 + postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1 \ + qshape.1 MAN5= access.5 aliases.5 bounce.5 canonical.5 cidr_table.5 generic.5 \ header_checks.5 ldap_table.5 master.5 mysql_table.5 nisplus_table.5 \ @@ -266,8 +267,11 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/rmail/rmail ${PREFIX}/bin/rmail + ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl ${PREFIX}/bin/qshape + ${INSTALL_MAN} ${WRKSRC}/man/man1/qshape.1 ${MANPREFIX}/man/man1 + .for f in ${BINTEST} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin .endfor .for f in ${MANTEST} ${INSTALL_MAN} ${WRKSRC}/man/man1/${f} ${MANPREFIX}/man/man1 diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index f0476e1f4a3..7a6ece37da6 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.5-20070328.tar.gz) = 0d167b964f093c33b03500e50d045fa8 -SHA256 (postfix/postfix-2.5-20070328.tar.gz) = 073dcae7615321750b98663128a59df1d46e1c2fc9faf9a8372938385dd9e940 -SIZE (postfix/postfix-2.5-20070328.tar.gz) = 2956364 +MD5 (postfix/postfix-2.5-20070402.tar.gz) = 6d24f1477e59466911cf924337b6465f +SHA256 (postfix/postfix-2.5-20070402.tar.gz) = 91734c98949054ae58895bbb70573dc818ef4a168fca25797cb94c880f7e2e74 +SIZE (postfix/postfix-2.5-20070402.tar.gz) = 2956875 diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index d198bf6f107..c7905343c5d 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -63,11 +63,12 @@ sbin/postmap sbin/postqueue sbin/postsuper sbin/sendmail -%%SUB_TEST%%sbin/qmqp-sink -%%SUB_TEST%%sbin/qmqp-source -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source +%%SUB_TEST%%bin/qmqp-sink +%%SUB_TEST%%bin/qmqp-source +%%SUB_TEST%%bin/smtp-sink +%%SUB_TEST%%bin/smtp-source bin/rmail +bin/qshape bin/newaliases bin/mailq %%PORTDOCS%%%%DOCSDIR%%/AAAREADME |