From nobody@FreeBSD.org  Mon Aug 27 07:20:56 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E851316A419
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Aug 2007 07:20:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D6D5C13C46C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Aug 2007 07:20:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7R7Ku75075621
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Aug 2007 07:20:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l7R7KuiR075620;
	Mon, 27 Aug 2007 07:20:56 GMT
	(envelope-from nobody)
Message-Id: <200708270720.l7R7KuiR075620@www.freebsd.org>
Date: Mon, 27 Aug 2007 07:20:56 GMT
From: Nick Withers <nick@nickwithers.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER UPDATE] Update port: sysutils/downtime to 0.3.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         115852
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update port: sysutils/downtime to 0.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tmclaugh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 07:30:02 GMT 2007
>Closed-Date:    Mon Sep 17 18:31:22 GMT 2007
>Last-Modified:  Mon Sep 17 18:31:22 GMT 2007
>Originator:     Nick Withers
>Release:        6.2-RELEASE
>Organization:
>Environment:
FreeBSD presario.shmon.net 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #1: Tue Jun 5 00:31:25 EST 2007 root@presario.shmon.net:/usr/obj/usr/src/sys/PRESARIO i386
>Description:
Update port sysutils/downtime to version 0.3.1.

Changes:
  - Correct passing of parameters to shutdown(8)
  - Correct a bug whereby attempting to set preferences when no configuration file already exists (e.g., when first running DownTime) would result in a warning and non-application / saving of the new preferences
  - Window title consistency
  - Print date and time when writing warnings / errors

If it's possible and practical for the downtime-0.3.1.tar.gz file to be hosted somewhere other than just on my personal web server, it'd be fantastic, too!
>How-To-Repeat:

>Fix:
diff -ruN downtime.old/Makefile downtime/Makefile
--- downtime.old/Makefile       Mon Aug 27 09:39:21 2007
+++ downtime/Makefile   Mon Aug 27 17:16:23 2007
@@ -6,7 +6,7 @@
 #

 PORTNAME=      downtime
-PORTVERSION=   0.3.0
+PORTVERSION=   0.3.1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://www.nickwithers.com/downtime/

diff -ruN downtime.old/distinfo downtime/distinfo
--- downtime.old/distinfo       Mon Aug 27 09:39:21 2007
+++ downtime/distinfo   Mon Aug 27 17:15:40 2007
@@ -1,3 +1,3 @@
-MD5 (downtime-0.3.0.tar.gz) = 28a7277e86b421515c5f70e3e3cdd761
-SHA256 (downtime-0.3.0.tar.gz) = 07df2798c937a0b68ddb544fb5ac09441a743e95794c5e363d8dbc42bcce8b6a
-SIZE (downtime-0.3.0.tar.gz) = 20718
+MD5 (downtime-0.3.1.tar.gz) = f422efa071e22807e2cfc7406dd420f7
+SHA256 (downtime-0.3.1.tar.gz) = 9fb52ab73db8ee85ccaae31a925c1898eca38c68e0ba78f89a39ef5e7bbb54a7
+SIZE (downtime-0.3.1.tar.gz) = 21928

>Release-Note:
>Audit-Trail:

From: "Nick Withers" <nick@nickwithers.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115852: [MAINTAINER UPDATE] Update port: 
     sysutils/downtime to 0.3.1
Date: Tue, 28 Aug 2007 14:21:53 +1000 (EST)

 ------=_20070828142153_45564
 Content-Type: text/plain; charset="iso-8859-15"
 Content-Transfer-Encoding: 8bit
 
 Andrew Pantyukhin (sat@) wisely pointed out that the share/applications
 directory should probably be @dirrmtry'ed.
 
 As such, please find attached an updated patch to both move
 sysutils/downtime to 0.3.1 and address this issue (thanks Andrew!).
 
 Ta, and my apologies for missing this in the first place!
 -- 
 Nick Withers
 email: nick@nickwithers.com
 Web: http://www.nickwithers.com
 Mobile: +61 414 397 446
 
 ------=_20070828142153_45564
 Content-Type: text/plain; name="downtime-0.3.1.diff"
 Content-Transfer-Encoding: 8bit
 Content-Disposition: attachment; filename="downtime-0.3.1.diff"
 
 diff -ruN downtime.old/Makefile downtime/Makefile
 --- downtime.old/Makefile	Mon Aug 27 09:39:21 2007
 +++ downtime/Makefile	Tue Aug 28 14:13:39 2007
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	downtime
 -PORTVERSION=	0.3.0
 +PORTVERSION=	0.3.1
  CATEGORIES=	sysutils
  MASTER_SITES=	http://www.nickwithers.com/downtime/
  
 @@ -15,9 +15,6 @@
  
  USE_X_PREFIX=	yes
  USE_GNOME=	gtk20
 -
 -PLIST_FILES=	bin/downtime \
 -		share/applications/downtime.desktop
  
  MAN1=		downtime.1
  MANCOMPRESSED=	yes
 diff -ruN downtime.old/distinfo downtime/distinfo
 --- downtime.old/distinfo	Mon Aug 27 09:39:21 2007
 +++ downtime/distinfo	Mon Aug 27 17:15:40 2007
 @@ -1,3 +1,3 @@
 -MD5 (downtime-0.3.0.tar.gz) = 28a7277e86b421515c5f70e3e3cdd761
 -SHA256 (downtime-0.3.0.tar.gz) = 07df2798c937a0b68ddb544fb5ac09441a743e95794c5e363d8dbc42bcce8b6a
 -SIZE (downtime-0.3.0.tar.gz) = 20718
 +MD5 (downtime-0.3.1.tar.gz) = f422efa071e22807e2cfc7406dd420f7
 +SHA256 (downtime-0.3.1.tar.gz) = 9fb52ab73db8ee85ccaae31a925c1898eca38c68e0ba78f89a39ef5e7bbb54a7
 +SIZE (downtime-0.3.1.tar.gz) = 21928
 diff -ruN downtime.old/pkg-plist downtime/pkg-plist
 --- downtime.old/pkg-plist	Thu Jan  1 10:00:00 1970
 +++ downtime/pkg-plist	Tue Aug 28 14:15:59 2007
 @@ -0,0 +1,3 @@
 +bin/downtime
 +share/applications/downtime.desktop
 +@dirrmtry share/applications
 ------=_20070828142153_45564--
 
 
Responsible-Changed-From-To: freebsd-ports-bugs->tmclaugh 
Responsible-Changed-By: tmclaugh 
Responsible-Changed-When: Tue Aug 28 05:14:16 UTC 2007 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115852 

From: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
To: bug-followup@FreeBSD.org, nick@nickwithers.com
Cc:  
Subject: Re: ports/115852: [MAINTAINER UPDATE] Update port:
	sysutils/downtime to 0.3.1
Date: Mon, 03 Sep 2007 15:27:08 -0400

 --=-IuWflnWCn3sThGSKutpe
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 Attached is a patch to the Makefile included with the distfile.  Do you
 want to just reroll the tarball with this included?  I changed the
 X11BASE usage to PREFIX to make the install prefix safe.  I also created
 share/applications ahead of installing the .desktop file so package
 building doesn't fail.  I also removed the USE_X_PREFIX line from the
 port since it's no longer relevant.  Thanks.
 
 tom
 
 --=-IuWflnWCn3sThGSKutpe
 Content-Disposition: attachment; filename=patch-Makefile
 Content-Type: text/x-patch; name=patch-Makefile; charset=utf-8
 Content-Transfer-Encoding: 7bit
 
 --- Makefile.orig	2007-08-27 03:02:27.000000000 -0400
 +++ Makefile	2007-09-03 14:53:48.256730000 -0400
 @@ -2,7 +2,7 @@
  GROUP?=wheel
  CFLAGS+=-pedantic -Wall -fno-strict-aliasing -g `pkg-config --cflags gtk+-2.0`
  LDFLAGS+=`pkg-config --libs gtk+-2.0`
 -X11BASE?=/usr/local
 +PREFIX?=/usr/local
  
  SRCS=interface.c main.c shutdown.c downtime.c storage.c
  OBJS=interface.o main.o shutdown.o downtime.o storage.o
 @@ -19,16 +19,17 @@
  	gzip -c downtime.1 > downtime.1.gz
  
  install: all
 -	$(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 755 downtime $(X11BASE)/bin
 -	$(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.1.gz $(X11BASE)/man/man1
 -	$(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.desktop $(X11BASE)/share/applications
 +	$(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 755 downtime $(PREFIX)/bin
 +	$(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.1.gz $(PREFIX)/man/man1
 +	$(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(PREFIX)/share/applications
 +	$(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.desktop $(PREFIX)/share/applications
  
  clean:
  	-@rm $(OBJS) *.core downtime downtime.1.gz downtime-*.tar.gz
  
  deinstall:
 -	-@rm $(X11BASE)/bin/downtime
 -	-@rm $(X11BASE)/man/man1/downtime.1.gz
 +	-@rm $(PREFIX)/bin/downtime
 +	-@rm $(PREFIX)/man/man1/downtime.1.gz
  
  dist: clean
  	cp -R ../downtime ../downtime-$(VERSION)
 
 --=-IuWflnWCn3sThGSKutpe--
 
State-Changed-From-To: open->feedback 
State-Changed-By: tmclaugh 
State-Changed-When: Mon Sep 3 19:49:20 UTC 2007 
State-Changed-Why:  
Waiting maintainer feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115852 

From: "Nick Withers" <nick@nickwithers.com>
To: "Tom McLaughlin" <tmclaugh@sdf.lonestar.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/115852: [MAINTAINER UPDATE] Update port: 
     sysutils/downtime to 0.3.1
Date: Wed, 5 Sep 2007 11:58:23 +1000 (EST)

 ------=_20070905115823_55745
 Content-Type: text/plain; charset="iso-8859-15"
 Content-Transfer-Encoding: 8bit
 
 On Tue, 4 September, 2007 5:27 am, Tom McLaughlin wrote:
 > Attached is a patch to the Makefile included with the distfile.  Do you
 > want to just reroll the tarball with this included?  I changed the
 > X11BASE usage to PREFIX to make the install prefix safe.
 
 Nice, thanks.
 
 I actually had a look at the Makefile and changed a few more things (like
 actually removing the downtime.desktop file... Oh dear!).
 
 Could I actually ask that you cast your eye over it before I roll a new
 tarball (please see attached)? I really haven't quite mastered the art of
 Makefiles!
 
 > I also created share/applications ahead of installing the .desktop file
 > so package building doesn't fail.
 
 I'm somewhat curious about this as I was able to "make package" without
 problems...
 
 > I also removed the USE_X_PREFIX line from the port since it's no longer
 > relevant.
 
 Good call, cheers.
 
 > Thanks.
 
 Ta for your help!
 
 > tom
 -- 
 Nick Withers
 email: nick@nickwithers.com
 Web: http://www.nickwithers.com
 Mobile: +61 414 397 446
 ------=_20070905115823_55745
 Content-Type: application/octet-stream; name="Makefile"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="Makefile"
 
 T1dORVI9cm9vdApHUk9VUD13aGVlbApDRkxBR1MrPS1wZWRhbnRpYyAtV2FsbCAtZm5vLXN0cmlj
 dC1hbGlhc2luZyBgcGtnLWNvbmZpZyAtLWNmbGFncyBndGsrLTIuMGAKTERGTEFHUys9YHBrZy1j
 b25maWcgLS1saWJzIGd0aystMi4wYApQUkVGSVg/PS91c3IvbG9jYWwKClNSQ1M9aW50ZXJmYWNl
 LmMgbWFpbi5jIHNodXRkb3duLmMgZG93bnRpbWUuYyBzdG9yYWdlLmMKT0JKUz1pbnRlcmZhY2Uu
 byBtYWluLm8gc2h1dGRvd24ubyBkb3dudGltZS5vIHN0b3JhZ2UubwoKZG93bnRpbWU6ICQoT0JK
 UykgZG93bnRpbWUuMS5negoJJChDQykgJChMREZMQUdTKSAkKE9CSlMpIC1vIGRvd250aW1lCgph
 bGw6IGRvd250aW1lCgouYy5vOgoJJChDQykgJChDRkxBR1MpIC1jIC1vICQqLm8gJDwKCmRvd250
 aW1lLjEuZ3o6IGRvd250aW1lLjEKCWd6aXAgLWMgZG93bnRpbWUuMSA+IGRvd250aW1lLjEuZ3oK
 Cmluc3RhbGw6IGFsbAoJJChJTlNUQUxMKSAtYyAtZyAkKEdST1VQKSAtbyAkKE9XTkVSKSAtbSA3
 NTUgZG93bnRpbWUgJChQUkVGSVgpL2JpbgoJJChJTlNUQUxMKSAtYyAtZyAkKEdST1VQKSAtbyAk
 KE9XTkVSKSAtbSA0NDQgZG93bnRpbWUuMS5neiAkKFBSRUZJWCkvbWFuL21hbjEKCSQoSU5TVEFM
 TCkgLWMgLWQgLWcgJChHUk9VUCkgLW8gJChPV05FUikgLW0gNzU1ICQoUFJFRklYKS9zaGFyZS9h
 cHBsaWNhdGlvbnMKCSQoSU5TVEFMTCkgLWMgLWcgJChHUk9VUCkgLW8gJChPV05FUikgLW0gNDQ0
 IGRvd250aW1lLmRlc2t0b3AgJChQUkVGSVgpL3NoYXJlL2FwcGxpY2F0aW9ucwoKY2xlYW46Cgkt
 cm0gJChPQkpTKSAqLmNvcmUgZG93bnRpbWUgZG93bnRpbWUuMS5neiBkb3dudGltZS0qLnRhci5n
 egoKZGVpbnN0YWxsOgoJcm0gJChQUkVGSVgpL2Jpbi9kb3dudGltZQoJcm0gJChQUkVGSVgpL21h
 bi9tYW4xL2Rvd250aW1lLjEuZ3oKCXJtICQoUFJFRklYKS9zaGFyZS9hcHBsaWNhdGlvbnMvZG93
 bnRpbWUuZGVza3RvcAoJcm0gLWQgJChQUkVGSVgpL3NoYXJlL2FwcGxpY2F0aW9ucwoKZGlzdDog
 Y2xlYW4KCWNwIC1SIC4uL2Rvd250aW1lIC4uL2Rvd250aW1lLSQoVkVSU0lPTikKCXJtIC1yZiAu
 Li9kb3dudGltZS0kKFZFUlNJT04pL0NWUyoKCXRhciAtYyAtdiAteiAtZiBkb3dudGltZS0kKFZF
 UlNJT04pLnRhci5neiAtQyAuLiBkb3dudGltZS0kKFZFUlNJT04pCglybSAtcmYgLi4vZG93bnRp
 bWUtJChWRVJTSU9OKQoJQHNoYTI1NiBkb3dudGltZS0kKFZFUlNJT04pLnRhci5negoJQG1kNSBk
 b3dudGltZS0kKFZFUlNJT04pLnRhci5negoKZG93bnRpbWUubzogZG93bnRpbWUuYyBkb3dudGlt
 ZS5oCmludGVyZmFjZS5vOiBpbnRlcmZhY2UuYyBkb3dudGltZS5oCm1haW4ubzogbWFpbi5jIGRv
 d250aW1lLmgKc2h1dGRvd24ubzogc2h1dGRvd24uYyBkb3dudGltZS5oCnN0b3JhZ2Uubzogc3Rv
 cmFnZS5jIGRvd250aW1lLmgKCg==
 ------=_20070905115823_55745--
 
 
State-Changed-From-To: feedback->open 
State-Changed-By: pav 
State-Changed-When: Sun Sep 9 11:32:20 UTC 2007 
State-Changed-Why:  
Feedback received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115852 
State-Changed-From-To: open->feedback 
State-Changed-By: tmclaugh 
State-Changed-When: Mon Sep 10 15:43:04 UTC 2007 
State-Changed-Why:  
I'm not the greatest with Makefiles outside of port Makefiles but the 
one thing I did notice was the `rm -d` usage in your deinstall.  Use 
rmdir instead since -d doesn't exist in all versionbs of rm out there. 

The reason the port fails package building in my tinderbox is because on 
a totally clean system share/applications won't exist so the file can't 
be instaled there. 

Let me know when you reroll the distfile so I can update the port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115852 

From: "Nick Withers" <nick@nickwithers.com>
To: tmclaugh@FreeBSD.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/115852: [MAINTAINER UPDATE] Update port: 
     sysutils/downtime to 0.3.1
Date: Tue, 11 Sep 2007 13:43:33 +1000 (EST)

 ------=_20070911134333_52469
 Content-Type: text/plain; charset="iso-8859-15"
 Content-Transfer-Encoding: 8bit
 
 Righto, I've attached a diff from the current sysutils/downtime to version
 0.3.1.1.
 
 Thanks for your help!
 -- 
 Nick Withers
 email: nick@nickwithers.com
 Web: http://www.nickwithers.com
 Mobile: +61 414 397 446
 ------=_20070911134333_52469
 Content-Type: application/octet-stream; name="downtime-ports-0.3.1.1.diff"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="downtime-ports-0.3.1.1.diff"
 
 ZGlmZiAtcnVOIGRvd250aW1lLm9sZC9NYWtlZmlsZSBkb3dudGltZS9NYWtlZmlsZQotLS0gZG93
 bnRpbWUub2xkL01ha2VmaWxlICAgICAgIDIwMDctMDgtMjcgMDk6Mzk6MjEuMDAwMDAwMDAwICsx
 MDAwCisrKyBkb3dudGltZS9NYWtlZmlsZSAgIDIwMDctMDktMTEgMTM6MzA6NTYuMDAwMDAwMDAw
 ICsxMDAwCkBAIC02LDE5ICs2LDE1IEBACiAjCiAKIFBPUlROQU1FPSAgICAgIGRvd250aW1lCi1Q
 T1JUVkVSU0lPTj0gICAwLjMuMAorUE9SVFZFUlNJT049ICAgMC4zLjEuMQogQ0FURUdPUklFUz0g
 ICAgc3lzdXRpbHMKIE1BU1RFUl9TSVRFUz0gIGh0dHA6Ly93d3cubmlja3dpdGhlcnMuY29tL2Rv
 d250aW1lLwogCiBNQUlOVEFJTkVSPSAgICBuaWNrQG5pY2t3aXRoZXJzLmNvbQogQ09NTUVOVD0g
 ICAgICAgQSBHVEstYmFzZWQgc2h1dGRvd24gbWFuYWdlciB1c2luZyBzaHV0ZG93big4KQogCi1V
 U0VfWF9QUkVGSVg9ICB5ZXMKIFVTRV9HTk9NRT0gICAgIGd0azIwCiAKLVBMSVNUX0ZJTEVTPSAg
 IGJpbi9kb3dudGltZSBcCi0gICAgICAgICAgICAgICBzaGFyZS9hcHBsaWNhdGlvbnMvZG93bnRp
 bWUuZGVza3RvcAotCiBNQU4xPSAgICAgICAgICBkb3dudGltZS4xCiBNQU5DT01QUkVTU0VEPSB5
 ZXMKIApkaWZmIC1ydU4gZG93bnRpbWUub2xkL2Rpc3RpbmZvIGRvd250aW1lL2Rpc3RpbmZvCi0t
 LSBkb3dudGltZS5vbGQvZGlzdGluZm8gICAgICAgMjAwNy0wOC0yNyAwOTozOToyMS4wMDAwMDAw
 MDAgKzEwMDAKKysrIGRvd250aW1lL2Rpc3RpbmZvICAgMjAwNy0wOS0xMSAxMzozMjo0NS4wMDAw
 MDAwMDAgKzEwMDAKQEAgLTEsMyArMSwzIEBACi1NRDUgKGRvd250aW1lLTAuMy4wLnRhci5neikg
 PSAyOGE3Mjc3ZTg2YjQyMTUxNWM1ZjcwZTNlM2NkZDc2MQotU0hBMjU2IChkb3dudGltZS0wLjMu
 MC50YXIuZ3opID0gMDdkZjI3OThjOTM3YTBiNjhkZGI1NDRmYjVhYzA5NDQxYTc0M2U5NTc5NGM1
 ZTM2M2Q4ZGJjNDJiY2NlOGI2YQotU0laRSAoZG93bnRpbWUtMC4zLjAudGFyLmd6KSA9IDIwNzE4
 CitNRDUgKGRvd250aW1lLTAuMy4xLjEudGFyLmd6KSA9IDk3MDcxOTUyNzVjYmFkYTk4YTQ0MjA3
 OTllOWY1OTJjCitTSEEyNTYgKGRvd250aW1lLTAuMy4xLjEudGFyLmd6KSA9IDEyOGE4Y2NlNmVm
 YWNmYWJkNGM1ZGQ5NTUwNWM4YjUwZDQ5NWNiZjNkNTMyYjQ5NjJmMDJhOWI2ZWE3NTBmOTcKK1NJ
 WkUgKGRvd250aW1lLTAuMy4xLjEudGFyLmd6KSA9IDIxOTM2CmRpZmYgLXJ1TiBkb3dudGltZS5v
 bGQvcGtnLXBsaXN0IGRvd250aW1lL3BrZy1wbGlzdAotLS0gZG93bnRpbWUub2xkL3BrZy1wbGlz
 dCAgICAgIDE5NzAtMDEtMDEgMTA6MDA6MDAuMDAwMDAwMDAwICsxMDAwCisrKyBkb3dudGltZS9w
 a2ctcGxpc3QgIDIwMDctMDktMTEgMTM6MzI6MTcuMDAwMDAwMDAwICsxMDAwCkBAIC0wLDAgKzEs
 MyBAQAorYmluL2Rvd250aW1lCitzaGFyZS9hcHBsaWNhdGlvbnMvZG93bnRpbWUuZGVza3RvcAor
 QGRpcnJtdHJ5IHNoYXJlL2FwcGxpY2F0aW9ucwoK
 ------=_20070911134333_52469--
 
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115852: commit references a PR
Date: Mon, 17 Sep 2007 18:29:37 +0000 (UTC)

 tmclaugh    2007-09-17 18:29:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/downtime    Makefile distinfo 
   Added files:
     sysutils/downtime    pkg-plist 
   Log:
   Update to 0.3.1.1
   - Makefile fixes.
   - Correct passing of parameters to shutdown(8)
   - Correct a bug whereby attempting to set preferences when no
     configuration file already exists (e.g., when first running DownTime)
     would result in a warning and non-application saving of the new
     preferences
   - Window title consistency
   - Print date and time when writing warnings / errors
   
   PR:             115852
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.5       +1 -5      ports/sysutils/downtime/Makefile
   1.4       +3 -3      ports/sysutils/downtime/distinfo
   1.1       +3 -0      ports/sysutils/downtime/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: tmclaugh 
State-Changed-When: Mon Sep 17 18:30:20 UTC 2007 
State-Changed-Why:  
0.3.1.1 patch committed after tinderboxing just fine. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115852 
>Unformatted:
