From bofh@bofh.telnet.net.bd  Wed May  2 12:15:40 2012
Return-Path: <bofh@bofh.telnet.net.bd>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 86684106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 May 2012 12:15:40 +0000 (UTC)
	(envelope-from bofh@bofh.telnet.net.bd)
Received: from mx-out-02.telnet-bd.com (mx-out-02.telnet-bd.com [116.212.105.116])
	by mx1.freebsd.org (Postfix) with ESMTP id 2C1188FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 May 2012 12:15:37 +0000 (UTC)
Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42])
	by fortune-02.telnet.net.bd (Postfix) with ESMTPS id 5975D2D41F6;
	Wed,  2 May 2012 18:15:53 +0600 (BDT)
Received: (from root@localhost)
	by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q42CFcpm025138;
	Wed, 2 May 2012 18:15:38 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201205021215.q42CFcpm025138@bofh.telnet.net.bd>
Date: Wed, 2 May 2012 18:15:38 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: unixmania@gmail.com
Subject: [PATCH] devel/lndir: update to 1.0.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: unixmania@gmail.com

>Number:         167523
>Category:       ports
>Synopsis:       [PATCH] devel/lndir: update to 1.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 02 12:20:08 UTC 2012
>Closed-Date:    Fri May 25 15:42:12 UTC 2012
>Last-Modified:  Fri May 25 15:50:01 UTC 2012
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
- Update to 1.0.3

For Committer's reference:
http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/lndir-1.0.3.log
http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/lndir-1.0.3.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/lndir-1.0.3.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/lndir-1.0.3.log
http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/lndir-1.0.3.log
http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/lndir-1.0.3.log

Port maintainer (unixmania@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- lndir-1.0.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/lndir/Makefile ./Makefile
--- /usr/ports/devel/lndir/Makefile	2008-07-27 15:49:20.000000000 +0600
+++ ./Makefile	2012-05-02 18:14:39.817894940 +0600
@@ -6,12 +6,14 @@
 #
 
 PORTNAME=	lndir
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.3
 CATEGORIES=	devel
 
 MAINTAINER=	unixmania@gmail.com
 COMMENT=	Create a shadow directory of symbolic links to another directory tree
 
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
+
 XORG_CAT=	util
 USE_XORG=	xproto
 
diff -ruN --exclude=CVS /usr/ports/devel/lndir/distinfo ./distinfo
--- /usr/ports/devel/lndir/distinfo	2011-07-03 20:56:22.000000000 +0600
+++ ./distinfo	2012-05-02 18:00:45.183888663 +0600
@@ -1,2 +1,2 @@
-SHA256 (xorg/util/lndir-1.0.1.tar.bz2) = d301330257caa33e5d0c2287c53642a5ac062b3f53e4d361f60ba33e2ac20429
-SIZE (xorg/util/lndir-1.0.1.tar.bz2) = 76024
+SHA256 (xorg/util/lndir-1.0.3.tar.bz2) = 49f4fab0de8d418db4ce80dad34e9b879a4199f3e554253a8e1ab68f7c7cb65d
+SIZE (xorg/util/lndir-1.0.3.tar.bz2) = 114392
--- lndir-1.0.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 2 12:20:19 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167523 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed May 2 12:20:23 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: unixmania@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/167523: [PATCH] devel/lndir: update to 1.0.3
Date: Wed, 2 May 2012 12:20:22 UT

 Maintainer of devel/lndir,
 
 Please note that PR ports/167523 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/167523
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 25 15:42:11 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167523: commit references a PR
Date: Fri, 25 May 2012 15:41:44 +0000 (UTC)

 miwi        2012-05-25 15:41:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/lndir          Makefile distinfo 
   Log:
   - Update to 1.0.3
   
   PR:             167523
   Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.3       +3 -1      ports/devel/lndir/Makefile
   1.3       +2 -2      ports/devel/lndir/distinfo
 _______________________________________________
 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:
