diff options
author | az <az@FreeBSD.org> | 2013-09-02 02:24:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 02:24:49 +0800 |
commit | 781fde2819c30df8b5cb56d66015455fd3f23ff6 (patch) | |
tree | 5a1b173017eda3c70987227b096af9b97115c573 /sysutils | |
parent | 4b14bdb7765beb1b284421d351c8eea21349b0fa (diff) | |
download | freebsd-ports-gnome-781fde2819c30df8b5cb56d66015455fd3f23ff6.tar.gz freebsd-ports-gnome-781fde2819c30df8b5cb56d66015455fd3f23ff6.tar.zst freebsd-ports-gnome-781fde2819c30df8b5cb56d66015455fd3f23ff6.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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/watchmen/Makefile | 19 | ||||
-rw-r--r-- | sysutils/watchmen/distinfo | 4 | ||||
-rw-r--r-- | sysutils/watchmen/pkg-descr | 2 |
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 |