FreeBSD Bugzilla – Attachment 109638 Details for
Bug 150676
[MAINTAINER] sysutils/watchmen: update to 0.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
watchmen-0.05.patch
watchmen-0.05.patch (text/plain), 1.92 KB, created by
proler
on 2010-09-17 20:00:14 UTC
(
hide
)
Description:
watchmen-0.05.patch
Filename:
MIME Type:
Creator:
proler
Created:
2010-09-17 20:00:14 UTC
Size:
1.92 KB
patch
obsolete
>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@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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150676
: 109638