Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 18:24:50 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325901 - head/sysutils/watchmen
Message-ID:  <201309011824.r81IOoVt091499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <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:${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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011824.r81IOoVt091499>