aboutsummaryrefslogtreecommitdiff
path: root/mail/qmhandle
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2008-05-20 18:26:27 +0000
committerRenato Botelho <garga@FreeBSD.org>2008-05-20 18:26:27 +0000
commitd48b4b6f3045f3d036f19a49c2e7fae7e8d26b7b (patch)
treef7d7ab70a432d7cb9b3739c92bd74852b5d56466 /mail/qmhandle
parent95f9f081b754481f17a8d1fbd675ca4ea9756471 (diff)
downloadports-d48b4b6f3045f3d036f19a49c2e7fae7e8d26b7b.tar.gz
ports-d48b4b6f3045f3d036f19a49c2e7fae7e8d26b7b.zip
Notes
Diffstat (limited to 'mail/qmhandle')
-rw-r--r--mail/qmhandle/Makefile1
-rw-r--r--mail/qmhandle/files/patch-qmHandle6
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile
index df68b17934f8..7489e835285f 100644
--- a/mail/qmhandle/Makefile
+++ b/mail/qmhandle/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qmhandle
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF
diff --git a/mail/qmhandle/files/patch-qmHandle b/mail/qmhandle/files/patch-qmHandle
index 847e079d7361..a38814cfcffd 100644
--- a/mail/qmhandle/files/patch-qmHandle
+++ b/mail/qmhandle/files/patch-qmHandle
@@ -1,5 +1,5 @@
---- qmHandle.old Tue Aug 7 17:32:57 2007
-+++ qmHandle Tue Aug 7 17:34:55 2007
+--- qmHandle.orig 2007-07-20 02:03:45.000000000 -0300
++++ qmHandle 2008-05-20 15:20:39.000000000 -0300
@@ -26,13 +26,17 @@
# ### Be sure to uncomment only ONE of each variable declarations ###
@@ -27,7 +27,7 @@
-my ($pidcmd) = 'pidof qmail-send';
+#my ($pidcmd) = 'pidof qmail-send';
+# This is for FreeBSD with a standard qmail installation:
-+my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 1';
++my ($pidcmd) = 'pgrep qmail-send';
+
#################### USER CONFIGURATION END ####################