From nobody@FreeBSD.org  Fri Feb 15 14:21:10 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 E540F16A41A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Feb 2008 14:21:10 +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 BA02713C469
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Feb 2008 14:21:10 +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 m1FEInEf098486
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Feb 2008 14:18:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1FEInq9098485;
	Fri, 15 Feb 2008 14:18:49 GMT
	(envelope-from nobody)
Message-Id: <200802151418.m1FEInq9098485@www.freebsd.org>
Date: Fri, 15 Feb 2008 14:18:49 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] www/p5-HTTP-Server-Simple
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120699
>Category:       ports
>Synopsis:       [UPDATE] www/p5-HTTP-Server-Simple
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 15 14:30:04 UTC 2008
>Closed-Date:    Sun Mar 02 21:28:53 UTC 2008
>Last-Modified:  Sun Mar  2 21:30:02 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.28;
- Add missing deps.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTTP-Server-Simple/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	8 Sep 2007 01:11:35 -0000	1.15
+++ Makefile	15 Feb 2008 03:53:10 -0000
@@ -6,15 +6,23 @@
 #
 
 PORTNAME=	HTTP-Server-Simple
-PORTVERSION=	0.27
+PORTVERSION=	0.28
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	HTTP
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	A very simple standalone HTTP daemon
 
+BUILD_DEPENDS+=	${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
+		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
+		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
+		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
+		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
+		${SITE_PERL}/${PERL_ARCH}/Cwd.pm:${PORTSDIR}/devel/p5-PathTools
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=	HTTP::Server::Simple.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTTP-Server-Simple/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo	25 Jan 2007 20:04:59 -0000	1.15
+++ distinfo	15 Feb 2008 03:53:10 -0000
@@ -1,3 +1,3 @@
-MD5 (HTTP-Server-Simple-0.27.tar.gz) = 0c197222646d7f6b34800b9e69aae0b0
-SHA256 (HTTP-Server-Simple-0.27.tar.gz) = 5848cc49e600795e22db40c2aafc1e6d0da5bd6b04aa29f98393adf2fddf000f
-SIZE (HTTP-Server-Simple-0.27.tar.gz) = 23330
+MD5 (HTTP-Server-Simple-0.28.tar.gz) = 6024a7d9e9e032c177af6454dbdecb51
+SHA256 (HTTP-Server-Simple-0.28.tar.gz) = c122be2744a6f5b999651b53fa32b38187201f74d213e63b2f0bd00cd940a2d9
+SIZE (HTTP-Server-Simple-0.28.tar.gz) = 24466


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 15 14:30:16 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120699 
State-Changed-From-To: open->closed 
State-Changed-By: lth 
State-Changed-When: Sun Mar 2 21:26:58 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

Apart from p5-URI, the rest of the dependencies are only used for 
testing, so there is no need to add them to the dependency list. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120699: commit references a PR
Date: Sun,  2 Mar 2008 21:26:45 +0000 (UTC)

 lth         2008-03-02 21:26:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-HTTP-Server-Simple Makefile distinfo 
   Log:
   - Update to 0.29
   - Fix dependencies
   
   PR:             ports/120699
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
   
   Revision  Changes    Path
   1.16      +4 -1      ports/www/p5-HTTP-Server-Simple/Makefile
   1.16      +3 -3      ports/www/p5-HTTP-Server-Simple/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:
