From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 11:03:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0C108D4; Mon, 14 Oct 2013 11:03:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C01842BBE; Mon, 14 Oct 2013 11:03:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EB3AgO039271; Mon, 14 Oct 2013 11:03:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EB3Apm039268; Mon, 14 Oct 2013 11:03:10 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310141103.r9EB3Apm039268@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 14 Oct 2013 11:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330290 - head/www/p5-HTTP-Server-Simple-PSGI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 11:03:11 -0000 Author: sunpoet Date: Mon Oct 14 11:03:09 2013 New Revision: 330290 URL: http://svnweb.freebsd.org/changeset/ports/330290 Log: - Update to 0.16 - Add LICENSE - Add BUILD_DEPENDS - Take maintainership Changes: http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/Changes Modified: head/www/p5-HTTP-Server-Simple-PSGI/Makefile head/www/p5-HTTP-Server-Simple-PSGI/distinfo (contents, props changed) head/www/p5-HTTP-Server-Simple-PSGI/pkg-plist (contents, props changed) Modified: head/www/p5-HTTP-Server-Simple-PSGI/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple-PSGI/Makefile Mon Oct 14 11:03:05 2013 (r330289) +++ head/www/p5-HTTP-Server-Simple-PSGI/Makefile Mon Oct 14 11:03:09 2013 (r330290) @@ -2,20 +2,25 @@ # $FreeBSD$ PORTNAME= HTTP-Server-Simple-PSGI -PORTVERSION= 0.14 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PSGI handler for HTTP::Server::Simple -RUN_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTTP-Server-Simple>=0.42:${PORTSDIR}/www/p5-HTTP-Server-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 -MAN3= HTTP::Server::Simple::PSGI.3 +post-patch: +# Remove bundle Plack::Handler::HTTP::Server::Simple + @${RM} -fr ${WRKSRC}/lib/Plack/ -NO_STAGE= yes .include Modified: head/www/p5-HTTP-Server-Simple-PSGI/distinfo ============================================================================== --- head/www/p5-HTTP-Server-Simple-PSGI/distinfo Mon Oct 14 11:03:05 2013 (r330289) +++ head/www/p5-HTTP-Server-Simple-PSGI/distinfo Mon Oct 14 11:03:09 2013 (r330290) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Server-Simple-PSGI-0.14.tar.gz) = 44c25aeb1923728ee011889fe73be56838e60249c0938a5b7a94e51d79900a51 -SIZE (HTTP-Server-Simple-PSGI-0.14.tar.gz) = 3890 +SHA256 (HTTP-Server-Simple-PSGI-0.16.tar.gz) = 5f7ccb8453043b97278492a757328116e11e0352f2854a28a9c634e6e9131dba +SIZE (HTTP-Server-Simple-PSGI-0.16.tar.gz) = 11813 Modified: head/www/p5-HTTP-Server-Simple-PSGI/pkg-plist ============================================================================== --- head/www/p5-HTTP-Server-Simple-PSGI/pkg-plist Mon Oct 14 11:03:05 2013 (r330289) +++ head/www/p5-HTTP-Server-Simple-PSGI/pkg-plist Mon Oct 14 11:03:09 2013 (r330290) @@ -1,6 +1,7 @@ %%SITE_PERL%%/HTTP/Server/Simple/PSGI.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/PSGI/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/PSGI +%%PERL5_MAN3%%/HTTP::Server::Simple::PSGI.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/PSGI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP