From nobody@FreeBSD.org  Sat Apr 19 17:35:59 2008
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 74EC3106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Apr 2008 17:35:59 +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 614128FC37
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Apr 2008 17:35:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3JHZgkv001052
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Apr 2008 17:35:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3JHZgwP001051;
	Sat, 19 Apr 2008 17:35:42 GMT
	(envelope-from nobody)
Message-Id: <200804191735.m3JHZgwP001051@www.freebsd.org>
Date: Sat, 19 Apr 2008 17:35:42 GMT
From: Nickolay <scriper@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update ports/deskutils/chmsee
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122916
>Category:       ports
>Synopsis:       update ports/deskutils/chmsee
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 19 17:40:00 UTC 2008
>Closed-Date:    Fri May 02 03:04:46 UTC 2008
>Last-Modified:  Fri May  2 03:10:01 UTC 2008
>Originator:     Nickolay
>Release:        FreeBSD 7.0-STABLE
>Organization:
>Environment:
FreeBSD stdcall 7.0-STABLE FreeBSD 7.0-STABLE #12: Thu Apr 17 22:02:03 KRAST 2008     root@stdcall:/usr/obj/usr/src/sys/MYKERNEL  i386
>Description:
ports/deskutils/chmsee port version is outdated.
>How-To-Repeat:

>Fix:
patch attached.

Patch attached with submission follows:

diff -ruN chmsee.bak/Makefile chmsee/Makefile
--- chmsee.bak/Makefile	2008-03-02 15:25:05.000000000 +0700
+++ chmsee/Makefile	2008-04-19 22:49:17.000000000 +0800
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	chmsee
-PORTVERSION=	0.9.6
-PORTREVISION=	6
+PORTVERSION=	1.0.0
 CATEGORIES=	deskutils gnome
-MASTER_SITES=	http://chmsee.gro.clinux.org/
+MASTER_SITES=	http://download.gro.clinux.org/chmsee/	
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A viewer for Microsoft Help "CHM" files
@@ -23,7 +22,6 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
-USE_BZIP2=	yes
 
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
diff -ruN chmsee.bak/distinfo chmsee/distinfo
--- chmsee.bak/distinfo	2006-06-13 01:51:35.000000000 +0800
+++ chmsee/distinfo	2008-04-19 22:51:36.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (chmsee-0.9.6.tar.bz2) = 4d4583622b0073bf5a6ed2771c226d7f
-SHA256 (chmsee-0.9.6.tar.bz2) = 631da20bc3db0063a33d4717609730840f4307999e839191cde3f2e38bf68599
-SIZE (chmsee-0.9.6.tar.bz2) = 338636
+MD5 (chmsee-1.0.0.tar.gz) = 65fddfe20f4a1537e539998201a0ccfd
+SHA256 (chmsee-1.0.0.tar.gz) = 8b53865c83a5cef302f92e9dc265a46fa9ae1bc2cfcb1e8e63d40784f28b2d7a
+SIZE (chmsee-1.0.0.tar.gz) = 523446


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Mon Apr 28 18:49:53 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122916 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Fri May 2 03:04:45 UTC 2008 
State-Changed-Why:  
Committed, with changes. Thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122916: commit references a PR
Date: Fri,  2 May 2008 03:04:17 +0000 (UTC)

 tabthorpe    2008-05-02 03:04:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/chmsee     Makefile distinfo pkg-plist 
   Log:
   - Update 1.0.0
   
   PR:             ports/122916 (based on)
   Submitted by:   Nickolay <scriper mail.ru>
   
   Revision  Changes    Path
   1.11      +10 -6     ports/deskutils/chmsee/Makefile
   1.2       +3 -3      ports/deskutils/chmsee/distinfo
   1.3       +8 -3      ports/deskutils/chmsee/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
