summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2011-04-03 20:42:26 +0000
committerSahil Tandon <sahil@FreeBSD.org>2011-04-03 20:42:26 +0000
commitac7f344092f3bfb117c6cbc30be89883d672a159 (patch)
treeace869a97f4dfb88c7232d34f08b370a6579475a
parent- update to 1.25 (diff)
Update to 2.9-20110323 and pass additional parameters
to the upstream install script. This is to ensure the correct placement of files, as defined in the packing list, even when users modify their configuration file to point to non-default locations for certain install paths. This works because args passed via the cmdline take precedence over definitions in the configuration file, which in turn override compiled-in defaults.
Notes
Notes: svn path=/head/; revision=272176
-rw-r--r--mail/postfix-current/Makefile10
-rw-r--r--mail/postfix-current/distinfo4
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 381069dadd7a..5f6aa702611c 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-DISTVERSION= 2.9-20110321
+DISTVERSION= 2.9-20110323
PORTEPOCH= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
@@ -326,9 +326,15 @@ pre-su-install:
do-install:
@cd ${WRKSRC} && ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \
+ config_directory=${ETCDIR} \
+ command_directory=${PREFIX}/sbin \
daemon_directory=${DAEMONDIR} \
html_directory=${READMEDIR} \
- readme_directory=${READMEDIR}
+ mailq_path=${PREFIX}/bin/mailq \
+ manpage_directory=${MANPREFIX}/man \
+ newaliases_path=${PREFIX}/bin/newaliases \
+ readme_directory=${READMEDIR} \
+ sendmail_path=${PREFIX}/sbin/sendmail
${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
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 09e772274237..895c2e770d9e 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,2 +1,2 @@
-SHA256 (postfix/postfix-2.9-20110321.tar.gz) = 42bf85bb693023064847cff1ac8a98421f71801bb2149904d701ddbb1edca8ba
-SIZE (postfix/postfix-2.9-20110321.tar.gz) = 3665256
+SHA256 (postfix/postfix-2.9-20110323.tar.gz) = 1a64e09765910cff7acf87ce23bde0046a60b8169600b98245ac62528a086eea
+SIZE (postfix/postfix-2.9-20110323.tar.gz) = 3668259