diff options
author | garga <garga@FreeBSD.org> | 2007-08-08 22:10:48 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-08-08 22:10:48 +0800 |
commit | c80f30c7fc52f6941b8abd41ca604f57bf75cdc1 (patch) | |
tree | aa6c35406de4efbbb3d762cc8b0677eee1cbd4ab /mail/qmhandle | |
parent | 719c35d1753b7dfdb65b785296fca7a9772fcc12 (diff) | |
download | freebsd-ports-gnome-c80f30c7fc52f6941b8abd41ca604f57bf75cdc1.tar.gz freebsd-ports-gnome-c80f30c7fc52f6941b8abd41ca604f57bf75cdc1.tar.zst freebsd-ports-gnome-c80f30c7fc52f6941b8abd41ca604f57bf75cdc1.zip |
- Update to 1.3.0
PR: ports/115282
Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
Diffstat (limited to 'mail/qmhandle')
-rw-r--r-- | mail/qmhandle/Makefile | 3 | ||||
-rw-r--r-- | mail/qmhandle/distinfo | 6 | ||||
-rw-r--r-- | mail/qmhandle/files/patch-qmHandle | 32 |
3 files changed, 20 insertions, 21 deletions
diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile index 0b5b19e3cc37..9af04f98f4eb 100644 --- a/mail/qmhandle/Makefile +++ b/mail/qmhandle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qmHandle -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qmhandle @@ -17,7 +17,6 @@ COMMENT= Tool to view and manage a qmail queue USE_QMAIL_RUN= yes -NO_WRKSUBDIR= yes NO_BUILD= yes USE_PERL5= yes USE_BZIP2= yes diff --git a/mail/qmhandle/distinfo b/mail/qmhandle/distinfo index d1f4201173b3..fe39a6a50419 100644 --- a/mail/qmhandle/distinfo +++ b/mail/qmhandle/distinfo @@ -1,3 +1,3 @@ -MD5 (qmhandle-1.2.3.tar.bz2) = 7a8cf48710350997eac2f3816dfecd8f -SHA256 (qmhandle-1.2.3.tar.bz2) = d1fe9cb206c6591ba4f6a40538fcae5c288ef85e57d8dcec302ca3930f91688c -SIZE (qmhandle-1.2.3.tar.bz2) = 12757 +MD5 (qmhandle-1.3.0.tar.bz2) = 842a0541cd12b365403793aa08c6c3ac +SHA256 (qmhandle-1.3.0.tar.bz2) = 1488f9fe4de3cdcdb1e1cb0a2f46bed379701bfc7c88b87ca8d8f37f9caa6c5d +SIZE (qmhandle-1.3.0.tar.bz2) = 14415 diff --git a/mail/qmhandle/files/patch-qmHandle b/mail/qmhandle/files/patch-qmHandle index e0b05bfe1b91..847e079d7361 100644 --- a/mail/qmhandle/files/patch-qmHandle +++ b/mail/qmhandle/files/patch-qmHandle @@ -1,23 +1,26 @@ -$FreeBSD$ - ---- qmHandle.orig Thu Jan 16 10:05:21 2003 -+++ qmHandle Thu Jan 16 10:31:33 2003 -@@ -26,8 +26,12 @@ - #my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-send'; +--- qmHandle.old Tue Aug 7 17:32:57 2007 ++++ qmHandle Tue Aug 7 17:34:55 2007 +@@ -26,13 +26,17 @@ + # ### Be sure to uncomment only ONE of each variable declarations ### + + # For instance, this is if you have DJB's daemontools +-my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail-deliver'; +-my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-deliver'; ++#my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail-deliver'; ++#my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-deliver'; # While this is if you have a Debian GNU/Linux with its qmail package --my ($stopqmail) = '/etc/init.d/qmail stop'; --my ($startqmail) = '/etc/init.d/qmail start'; -+#my ($stopqmail) = '/etc/init.d/qmail stop'; -+#my ($startqmail) = '/etc/init.d/qmail start'; -+ + #my ($stopqmail) = '/etc/init.d/qmail stop'; + #my ($startqmail) = '/etc/init.d/qmail start'; + +# This is if you have FreeBSD with its qmail package +my ($stopqmail) = '%%LOCALBASE%%/etc/rc.d/qmail.sh stop'; +my ($startqmail) = '%%LOCALBASE%%/etc/rc.d/qmail.sh start'; - ++ # If you don't have scripts, leave $stopqmail blank (the process will # be hunted and killed by qmHandle): -@@ -43,7 +47,10 @@ + #my ($stopqmail) = ''; +@@ -47,7 +51,10 @@ ##### # Enter here the system command which returns qmail PID. The following # should work on most Unixes: @@ -29,6 +32,3 @@ $FreeBSD$ #################### USER CONFIGURATION END #################### - - - |