Bug 128611 - maintainer update: www/p5-CGI-Application-Server 0.060
Summary: maintainer update: www/p5-CGI-Application-Server 0.060
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 17:40 UTC by hartzell
Modified: 2008-11-08 21:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.09 KB, text/plain)
2008-11-05 17:40 UTC, hartzell
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description hartzell 2008-11-05 17:40:04 UTC
Update p5-CGI-Application-Server to latest release.

Changed the Makefile the new version and added a build dependency on test-pod-coverage.  Updated the distinfo.  Removed the files directory and the patch that lived there.

Fix: # This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       p5-CGI-Application-Server
#       p5-CGI-Application-Server/pkg-descr
#       p5-CGI-Application-Server/pkg-plist
#       p5-CGI-Application-Server/distinfo
#       p5-CGI-Application-Server/Makefile
#
echo c - p5-CGI-Application-Server
mkdir -p p5-CGI-Application-Server > /dev/null 2>&1
echo x - p5-CGI-Application-Server/pkg-descr
sed 's/^X//' >p5-CGI-Application-Server/pkg-descr << '4245f8e7592754a5f01de7436a38aa8f'
XCGI::Application::Server
X        A simple HTTP server for developing with CGI::Application.
X
XWWW: http://search.cpan.org/dist/CGI-Application-Server/
4245f8e7592754a5f01de7436a38aa8f
echo x - p5-CGI-Application-Server/pkg-plist
sed 's/^X//' >p5-CGI-Application-Server/pkg-plist << 'b7f32b8152f5506c85f51665ad9668db'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Server/.packlist
X%%SITE_PERL%%/CGI/Application/Server.pm
X@dirrmtry %%SITE_PERL%%/CGI/Application
X@dirrmtry %%SITE_PERL%%/CGI
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Server
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI
b7f32b8152f5506c85f51665ad9668db
echo x - p5-CGI-Application-Server/distinfo
sed 's/^X//' >p5-CGI-Application-Server/distinfo << '4de8f8d573c0d7f82b37d6de13df5ce3'
XMD5 (CGI-Application-Server-0.060.tar.gz) = 1e067670a8f755296b527fca35e79015
XSHA256 (CGI-Application-Server-0.060.tar.gz) = bbc4541f95a18bffdaa0a388fdf9fc77a379929f355703fde60a428865f1b487
XSIZE (CGI-Application-Server-0.060.tar.gz) = 7523
4de8f8d573c0d7f82b37d6de13df5ce3
echo x - p5-CGI-Application-Server/Makefile
sed 's/^X//' >p5-CGI-Application-Server/Makefile << '442b4e41307fa12e0defcafc0d1ddf68'
X# New ports collection makefile for:   www/p5-CGI-Application-Server
X# Date created:                                14 September 2005
X# Whom:                                        George Hartzell <hartzell@alerce.com>
X#
X# $FreeBSD: ports/www/p5-CGI-Application-Server/Makefile,v 1.4 2008/02/27 10:46:00 gabor Exp $
X#
X
XPORTNAME=      CGI-Application-Server
XPORTVERSION=   0.060
XCATEGORIES=    www perl5
XMASTER_SITES=  CPAN
XPKGNAMEPREFIX= p5-
X
XMAINTAINER=    hartzell@alerce.com
XCOMMENT=       A simple HTTP server for developing with CGI::Application
X
XRUN_DEPENDS=   p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
X               p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
X               p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
X               p5-HTTP-Server-Simple-Static>=0.02:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static
XBUILD_DEPENDS= p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
X               ${SITE_PERL}/Test/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
X               p5-Test-WWW-Mechanize>=1.08:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
X               p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
X               p5-CGI-Application-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect
X
XPERL_CONFIGURE=        5.8.0+
X
XMAN3=  CGI::Application::Server.3
X
X.include <bsd.port.mk>
442b4e41307fa12e0defcafc0d1ddf68
exit


Patch attached with submission follows:
Comment 1 hartzell 2008-11-05 19:06:04 UTC
diff -c -r p5-CGI-Application-Server/Makefile
p5-CGI-Application-Server.orig/Makefile
*** p5-CGI-Application-Server/Makefile  Thu Nov  6 01:23:26 2008
--- p5-CGI-Application-Server.orig/Makefile     Thu Nov  6 01:22:00 2008
***************
*** 6,12 ****
  #
  
  PORTNAME=     CGI-Application-Server
! PORTVERSION=  0.060
  CATEGORIES=   www perl5
  MASTER_SITES= CPAN
  PKGNAMEPREFIX=        p5-
--- 6,12 ----
  #
  
  PORTNAME=     CGI-Application-Server
! PORTVERSION=  0.050
  CATEGORIES=   www perl5
  MASTER_SITES= CPAN
  PKGNAMEPREFIX=        p5-
***************
*** 21,27 ****
  BUILD_DEPENDS=        p5-Test-Exception>=0.21:
${PORTSDIR}/devel/p5-Test-Exception \
                ${SITE_PERL}/Test/HTTP/Server/Simple.pm:
${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
                p5-Test-WWW-Mechanize>=1.08:
${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
-               p5-Test-Pod-Coverage>=0:
${PORTSDIR}/devel/p5-Test-Pod-Coverage \
                p5-CGI-Application-Plugin-Redirect>=0:
${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect
  
  PERL_CONFIGURE=       5.8.0+
--- 21,26 ----
diff -c -r p5-CGI-Application-Server/distinfo
p5-CGI-Application-Server.orig/distinfo
*** p5-CGI-Application-Server/distinfo  Thu Nov  6 01:24:10 2008
--- p5-CGI-Application-Server.orig/distinfo     Thu Nov  6 01:22:00 2008
***************
*** 1,3 ****
! MD5 (CGI-Application-Server-0.060.tar.gz) =
1e067670a8f755296b527fca35e79015
! SHA256 (CGI-Application-Server-0.060.tar.gz) =
bbc4541f95a18bffdaa0a388fdf9fc77a379929f355703fde60a428865f1b487
! SIZE (CGI-Application-Server-0.060.tar.gz) = 7523
--- 1,3 ----
! MD5 (CGI-Application-Server-0.050.tar.gz) =
41023ca2efef808fb760909004fd74ef
! SHA256 (CGI-Application-Server-0.050.tar.gz) =
729c8723f5e9587a8fe613e8e36c47b4e15fa87e4b7a86a87313c79ba1cfdcae
! SIZE (CGI-Application-Server-0.050.tar.gz) = 7281
Only in p5-CGI-Application-Server.orig: files
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-11-05 20:43:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-11-08 21:45:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-11-08 21:45:08 UTC
miwi        2008-11-08 21:44:55 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-CGI-Application-Server Makefile distinfo 
  Log:
  - Update to 0.060
  
  PR:             128611
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.5       +1 -1      ports/www/p5-CGI-Application-Server/Makefile
  1.4       +3 -3      ports/www/p5-CGI-Application-Server/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"