aboutsummaryrefslogtreecommitdiff
path: root/sysutils/watchmen
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-01 18:24:49 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-01 18:24:49 +0000
commit488e4869472bc611fae9be6f04828195ccb4ecb8 (patch)
tree5a1b173017eda3c70987227b096af9b97115c573 /sysutils/watchmen
parenteb99db6c35f476a7c144b2b645bf3ea67f31f33c (diff)
downloadports-488e4869472bc611fae9be6f04828195ccb4ecb8.tar.gz
ports-488e4869472bc611fae9be6f04828195ccb4ecb8.zip
- Update to 0.08
- Resolve of using USE_PERL5_RUN and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file - Use single space after WWW: in pkg-descr Approved by: maintainer (via IRC)
Notes
Notes: svn path=/head/; revision=325901
Diffstat (limited to 'sysutils/watchmen')
-rw-r--r--sysutils/watchmen/Makefile19
-rw-r--r--sysutils/watchmen/distinfo4
-rw-r--r--sysutils/watchmen/pkg-descr2
3 files changed, 11 insertions, 14 deletions
diff --git a/sysutils/watchmen/Makefile b/sysutils/watchmen/Makefile
index 1822c716d20d..9d307c98ac1e 100644
--- a/sysutils/watchmen/Makefile
+++ b/sysutils/watchmen/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: watchmen
-# Date created: 2009-07-16
-# Whom: Oleg Alexeenkov <proler@gmail.com>
-#
+# Created by: Oleg Alexeenkov <proler@gmail.com>
# $FreeBSD$
-#
PORTNAME= watchmen
-PORTVERSION= 0.07
-PORTREVISION= 1
+PORTVERSION= 0.08
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
@@ -16,16 +11,18 @@ COMMENT= Watch and restart daemons
LICENSE= GPLv3
-RUN_DEPENDS+= p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS= p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI
-PERL_CONFIGURE= yes
+USES= perl5 shebangfix
+USE_PERL5= configure
+SHEBANG_FILES= watchmen
OPTIONS_DEFINE= MYSQL PGSQL EMAIL
MYSQL_DESC= Want test mysql queries
PGSQL_DESC= Want test postgresql queries
EMAIL_DESC= report problems by email
-USE_PERL5_RUN= yes
POD2MAN?= pod2man
MAN1= ${PORTNAME}.1
@@ -49,7 +46,7 @@ RUN_DEPENDS+= p5-DBD-Pg>=2.19.2:${PORTSDIR}/databases/p5-DBD-Pg
.endif
.if ${PORT_OPTIONS:MEMAIL}
-RUN_DEPENDS+= p5-Email-Send>=2.198:${PORTSDIR}/mail/p5-Email-Send
+RUN_DEPENDS+= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite
.endif
post-install:
diff --git a/sysutils/watchmen/distinfo b/sysutils/watchmen/distinfo
index 5b7ca5dc00f4..51394f9d8822 100644
--- a/sysutils/watchmen/distinfo
+++ b/sysutils/watchmen/distinfo
@@ -1,2 +1,2 @@
-SHA256 (watchmen-0.07.tar.gz) = 7f52dd6052a332d725aa4e47c02329406a45e1d882fc15102a718b118e37e0cc
-SIZE (watchmen-0.07.tar.gz) = 16638
+SHA256 (watchmen-0.08.tar.gz) = 3e31f9ac2b32a2326896737032c9b38a21bf3b7554a962746f6bfe0f8e051cbb
+SIZE (watchmen-0.08.tar.gz) = 18578
diff --git a/sysutils/watchmen/pkg-descr b/sysutils/watchmen/pkg-descr
index 310d4f4c1c56..c55325db906f 100644
--- a/sysutils/watchmen/pkg-descr
+++ b/sysutils/watchmen/pkg-descr
@@ -1,3 +1,3 @@
Watch and restart daemons
-WWW: http://watchmen.googlecode.com
+WWW: http://watchmen.googlecode.com