From sunpoet@sunpoet.net  Wed Oct  5 11:28:13 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 84006106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Oct 2011 11:28:13 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 50F1D8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Oct 2011 11:28:12 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 984483C15; Wed,  5 Oct 2011 19:27:55 +0800 (CST)
Message-Id: <20111005112755.984483C15@sunpoet.net>
Date: Wed,  5 Oct 2011 19:27:55 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: magik@roorback.net
Subject: [PATCH] databases/p5-Dancer-Session-Memcached: update to 0.201
X-Send-Pr-Version: 3.113
X-GNATS-Notify: magik@roorback.net

>Number:         161300
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Dancer-Session-Memcached: update to 0.201
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 05 11:30:10 UTC 2011
>Closed-Date:    Sun Oct 09 13:22:40 UTC 2011
>Last-Modified:  Sun Oct 09 13:22:40 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 0.201

Changes:	http://search.cpan.org/dist/Dancer-Session-Memcached/Changes

Port maintainer (magik@roorback.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:

From: Grzegorz Blach <magik@roorback.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161300: [PATCH] databases/p5-Dancer-Session-Memcached:
 update to 0.201
Date: Sun, 9 Oct 2011 15:05:03 +0200

 Ok, this patch is free to commit.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161300: commit references a PR
Date: Sun,  9 Oct 2011 13:18:07 +0000 (UTC)

 sunpoet     2011-10-09 13:17:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-Dancer-Session-Memcached Makefile distinfo 
   Log:
   - Update to 0.201
   
   Changes:        http://search.cpan.org/dist/Dancer-Session-Memcached/Changes
   PR:             ports/161300
   Submitted by:   sunpoet (myself)
   Approved by:    Grzegorz Blach <magik@roorback.net> (maintainer)
   
   Revision  Changes    Path
   1.3       +8 -7      ports/databases/p5-Dancer-Session-Memcached/Makefile
   1.2       +2 -2      ports/databases/p5-Dancer-Session-Memcached/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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Oct 9 13:21:20 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 


Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sun Oct 9 13:21:20 UTC 2011 
Responsible-Changed-Why:  
Committed. Thanks! 

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

Date: Fri, 7 Oct 2011 10:21:17 +0800
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: Grzegorz Blach <magik@roorback.net>
Subject: Re: [PATCH] databases/p5-Dancer-Session-Memcached: update to 0.201

 Hi,
 
 It contains three changes:
 (1) Minimal version: changed to 0 according to META.yml and Makefile.PL
 (2) Sort dependencies: p5-Cache-Memcached in front of p5-Dancer
 (3) DEPENDS in order: BUILD_DEPENDS then RUN_DEPENDS.
 
 For the third change, though there are several ways to set the *_DEPENDS,
 I personally prefer (1) for few dependencies, otherwise (2).
 
 (1)
 BUILD_DEPENDS=	...
 RUN_DEPENDS=	...
 
 (2)
 BUILD_DEPENDS=	...
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 (3)
 RUN_DEPENDS=	...
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 Regards,
 -- 
    Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.org>
            4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B
                              http://people.FreeBSD.org/~sunpoet/pgpkeys.txt
