From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 18:24:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 030C2C9F; Sun, 1 Sep 2013 18:24:51 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBF022D6B; Sun, 1 Sep 2013 18:24:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81IOoIU091526; Sun, 1 Sep 2013 18:24:50 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81IOoVt091499; Sun, 1 Sep 2013 18:24:50 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309011824.r81IOoVt091499@svn.freebsd.org> From: Andrej Zverev Date: Sun, 1 Sep 2013 18:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325901 - head/sysutils/watchmen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 18:24:51 -0000 Author: az Date: Sun Sep 1 18:24:49 2013 New Revision: 325901 URL: http://svnweb.freebsd.org/changeset/ports/325901 Log: - 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) Modified: head/sysutils/watchmen/Makefile head/sysutils/watchmen/distinfo (contents, props changed) head/sysutils/watchmen/pkg-descr (contents, props changed) Modified: head/sysutils/watchmen/Makefile ============================================================================== --- head/sysutils/watchmen/Makefile Sun Sep 1 18:18:40 2013 (r325900) +++ head/sysutils/watchmen/Makefile Sun Sep 1 18:24:49 2013 (r325901) @@ -1,13 +1,8 @@ -# New ports collection makefile for: watchmen -# Date created: 2009-07-16 -# Whom: Oleg Alexeenkov -# +# Created by: Oleg Alexeenkov # $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:${PORTSD .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: Modified: head/sysutils/watchmen/distinfo ============================================================================== --- head/sysutils/watchmen/distinfo Sun Sep 1 18:18:40 2013 (r325900) +++ head/sysutils/watchmen/distinfo Sun Sep 1 18:24:49 2013 (r325901) @@ -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 Modified: head/sysutils/watchmen/pkg-descr ============================================================================== --- head/sysutils/watchmen/pkg-descr Sun Sep 1 18:18:40 2013 (r325900) +++ head/sysutils/watchmen/pkg-descr Sun Sep 1 18:24:49 2013 (r325901) @@ -1,3 +1,3 @@ Watch and restart daemons -WWW: http://watchmen.googlecode.com +WWW: http://watchmen.googlecode.com