Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2008 14:18:49 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120699: [UPDATE] www/p5-HTTP-Server-Simple
Message-ID:  <200802151418.m1FEInq9098485@www.freebsd.org>
Resent-Message-ID: <200802151430.m1FEU4R3099116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120699
>Category:       ports
>Synopsis:       [UPDATE] www/p5-HTTP-Server-Simple
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 15 14:30:04 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802151418.m1FEInq9098485>