From nobody@FreeBSD.org  Wed Jul 21 09:03:48 2010
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 3AE441065673
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jul 2010 09:03:48 +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 2A5A88FC21
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jul 2010 09:03:48 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6L93lVZ041128
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jul 2010 09:03:47 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6L93lC8041127;
	Wed, 21 Jul 2010 09:03:47 GMT
	(envelope-from nobody)
Message-Id: <201007210903.o6L93lC8041127@www.freebsd.org>
Date: Wed, 21 Jul 2010 09:03:47 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] www/httrack: fix menu icons display
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: sunpoet@sunpoet.net

>Number:         148813
>Category:       ports
>Synopsis:       [PATCH] www/httrack: fix menu icons display
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 21 09:10:03 UTC 2010
>Closed-Date:    Sun Aug 01 07:53:20 UTC 2010
>Last-Modified:  Sun Aug  1 08:00:13 UTC 2010
>Originator:     Ruslan Mahmatkhanov
>Release:        8.1-PRERELEASE
>Organization:
>Environment:
FreeBSD 8.1-PRERELEASE i386
>Description:
This patch fixes displaing httrack icons in gnome menu.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile	2010-06-02 15:59:33.000000000 +0400
+++ Makefile	2010-07-21 12:57:40.000000000 +0400
@@ -7,6 +7,7 @@
 
 PORTNAME=	httrack
 PORTVERSION=	3.43.9
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.httrack.com/ \
 		http://sunpoet.net/distfiles/
@@ -31,6 +32,9 @@
 	@${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/ s|-O -g3 ||g' \
 		-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '/ install-data-hook/D' ${WRKSRC}/html/Makefile.in
+	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
+		${WRKSRC}/html/server/div/WebHTTrack.desktop \
+		${WRKSRC}/html/server/div/WebHTTrack-Websites.desktop
 .if defined(NOPORTDATA)
 	@${REINPLACE_CMD} -E '/^SUBDIRS = / s/ (lang|libtest|templates)//g' ${WRKSRC}/Makefile.in
 .endif


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jul 21 09:10:16 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: sunpoet@sunpoet.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/148813: [PATCH] www/httrack: fix menu icons display
Date: Wed, 21 Jul 2010 09:10:12 UT

 Maintainer of www/httrack,
 
 Please note that PR ports/148813 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148813
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Jul 26 18:09:57 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148813 
State-Changed-From-To: open->closed 
State-Changed-By: lwhsu 
State-Changed-When: Sun Aug 1 07:53:18 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148813: commit references a PR
Date: Sun,  1 Aug 2010 07:53:43 +0000 (UTC)

 lwhsu       2010-08-01 07:53:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/httrack          Makefile 
   Log:
   - Fixes displaing httrack icons in gnome menu
   
   PR:             ports/148813
   Submitted by:   Ruslan Mahmatkhanov <cvs-src AT yandex.ru>
   Approved by:    Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
   
   Revision  Changes    Path
   1.44      +4 -0      ports/www/httrack/Makefile
 _______________________________________________
 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:
