ports/150676: [MAINTAINER] sysutils/watchmen: update to 0.05

Oleg Alexeenkov proler at gmail.com
Fri Sep 17 19:00:15 UTC 2010


>Number:         150676
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/watchmen: update to 0.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 17 19:00:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Alexeenkov
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ku.setun.net 7.2-RELEASE FreeBSD 7.2-RELEASE #2: Wed Jul  8 05:27:58 MSD
>Description:
- Update to 0.05

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- watchmen-0.05.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/watchmen/Makefile /usr/home/pro/watchmen005/Makefile
--- /usr/ports/sysutils/watchmen/Makefile	2010-04-25 03:53:02.000000000 +0400
+++ /usr/home/pro/watchmen005/Makefile	2010-09-17 21:57:22.000000000 +0400
@@ -6,13 +6,18 @@
 #
 
 PORTNAME=	watchmen
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	proler at gmail.com
 COMMENT=	Watch and restart daemons
 
+OPTIONS=\
+MYSQL "Want test mysql queries" off \
+	PGSQL "Want test postgresql queries" off \
+	EMAIL "report problems by email" off
+
 RUN_DEPENDS+=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
 
 PERL_CONFIGURE=	yes
@@ -33,6 +38,25 @@
 RUN_DEPENDS+=	p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
 .endif
 
+.if defined(WITH_MYSQL)
+USE_MYSQL=	YES
+USE_PERL5_RUN=	YES
+RUN_DEPENDS+=\
+${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
+.endif
+
+.if defined(WITH_PGSQL)
+USE_PGSQL=	YES
+RUN_DEPENDS+=\
+${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
+.endif
+
+.if defined(WITH_EMAIL)
+USE_PGSQL=	YES
+RUN_DEPENDS+=\
+${SITE_PERL}/${PERL_ARCH}/Email/Send.pm:${PORTSDIR}/mail/p5-Email-Send
+.endif
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.dist ${PREFIX}/etc
 
diff -ruN --exclude=CVS /usr/ports/sysutils/watchmen/distinfo /usr/home/pro/watchmen005/distinfo
--- /usr/ports/sysutils/watchmen/distinfo	2010-04-25 03:53:02.000000000 +0400
+++ /usr/home/pro/watchmen005/distinfo	2010-09-17 21:57:22.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (watchmen-0.04.tar.gz) = 72673a0b772819957e6299aaa859ea1a
-SHA256 (watchmen-0.04.tar.gz) = 068149e9769d4b69850490c00d352afc0be37cc2eeff86debad458eadd859453
-SIZE (watchmen-0.04.tar.gz) = 11559
+MD5 (watchmen-0.05.tar.gz) = fa22de48a2978574fe350bdebd0c03fb
+SHA256 (watchmen-0.05.tar.gz) = 3b8206f2478376f6b11446232c5af139eec3b1997888e8c3ddbe62e303cebebe
+SIZE (watchmen-0.05.tar.gz) = 16045
--- watchmen-0.05.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list