Summary: | Update port: sysutils/monit | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Martin Pala <martinp> |
Component: | Individual Port(s) | Assignee: | Tim Bishop <tdb> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Martin Pala
2006-01-11 23:30:05 UTC
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) On Wed, 2006-01-11 at 23:22 +0000, Martin Pala wrote: > >Number: 91692 > >Category: ports > >Synopsis: Update port: sysutils/monit Please submit updates as unified diffs instead of shar files. Details can be found here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html Cheers, Tim. -- Tim Bishop, FreeBSD Project. PGP Key: 0x5AE7D984 Tim Bishop wrote: > On Wed, 2006-01-11 at 23:22 +0000, Martin Pala wrote: > >>>Number: 91692 >>>Category: ports >>>Synopsis: Update port: sysutils/monit > > > Please submit updates as unified diffs instead of shar files. Details > can be found here: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html > > Cheers, > Tim. > I'm sorry ... monit was my first port and i didn't read the porter's handbook carefuly enough - thanks for the link :) Here is the diff: diff -ruN monit_orig/Makefile monit/Makefile --- monit_orig/Makefile Tue Oct 11 04:50:45 2005 +++ monit/Makefile Fri Jan 13 12:22:55 2006 @@ -1,12 +1,12 @@ # New ports collection makefile for: monit -# Date created: 4 Januar 2005 +# Date created: 11 Januar 2006 # Whom: Martin Pala <martinp@tildeslash.com> # # $FreeBSD: ports/sysutils/monit/Makefile,v 1.2 2005/10/11 02:50:45 mnag Exp $ # PORTNAME= monit -PORTVERSION= 4.6 +PORTVERSION= 4.7 CATEGORIES= sysutils MASTER_SITES= http://www.tildeslash.com/monit/dist/ diff -ruN monit_orig/distinfo monit/distinfo --- monit_orig/distinfo Tue Oct 11 04:50:45 2005 +++ monit/distinfo Fri Jan 13 12:22:09 2006 @@ -1,2 +1,2 @@ -MD5 (monit-4.6.tar.gz) = 4e53aa44e4ca264e61c7c401cee4e697 -SIZE (monit-4.6.tar.gz) = 549238 +MD5 (monit-4.7.tar.gz) = 29423851d60c369c4c9d08f77253c2bc +SIZE (monit-4.7.tar.gz) = 554320 Cheers, Martin Responsible Changed From-To: freebsd-ports-bugs->tdb I'll take it. State Changed From-To: open->closed Committed, with minor changes. Thanks! |