From owner-svn-ports-all@freebsd.org Mon Oct 9 10:37:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D5ACE2C5A8; Mon, 9 Oct 2017 10:37:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 831E47D480; Mon, 9 Oct 2017 10:37:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v99Abh50016634; Mon, 9 Oct 2017 10:37:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v99AbhwU016631; Mon, 9 Oct 2017 10:37:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710091037.v99AbhwU016631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Oct 2017 10:37:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451597 - head/www/p5-HTTP-Server-Simple-Static X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-HTTP-Server-Simple-Static X-SVN-Commit-Revision: 451597 X-SVN-Commit-Repository: ports 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.23 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, 09 Oct 2017 10:37:45 -0000 Author: sunpoet Date: Mon Oct 9 10:37:43 2017 New Revision: 451597 URL: https://svnweb.freebsd.org/changeset/ports/451597 Log: Update to 0.13 - Add removed Perl core module to *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-Server-Simple-Static/Changes Modified: head/www/p5-HTTP-Server-Simple-Static/Makefile head/www/p5-HTTP-Server-Simple-Static/distinfo Modified: head/www/p5-HTTP-Server-Simple-Static/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple-Static/Makefile Mon Oct 9 10:37:37 2017 (r451596) +++ head/www/p5-HTTP-Server-Simple-Static/Makefile Mon Oct 9 10:37:43 2017 (r451597) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= HTTP-Server-Simple-Static -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +12,13 @@ COMMENT= Serve static files with HTTP::Server::Simple LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -RUN_DEPENDS= p5-File-LibMagic>=0:devel/p5-File-LibMagic \ +BUILD_DEPENDS= p5-CGI>=3.46:www/p5-CGI \ + p5-File-LibMagic>=0:devel/p5-File-LibMagic \ p5-HTTP-Server-Simple>=0:www/p5-HTTP-Server-Simple \ p5-URI>=0:net/p5-URI -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPEND} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/www/p5-HTTP-Server-Simple-Static/distinfo ============================================================================== --- head/www/p5-HTTP-Server-Simple-Static/distinfo Mon Oct 9 10:37:37 2017 (r451596) +++ head/www/p5-HTTP-Server-Simple-Static/distinfo Mon Oct 9 10:37:43 2017 (r451597) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474632737 -SHA256 (HTTP-Server-Simple-Static-0.12.tar.gz) = d0b9fb1332f07c0b645d53351ca6c39ccf7680d8ca40295e1b97e3d30de20596 -SIZE (HTTP-Server-Simple-Static-0.12.tar.gz) = 6208 +TIMESTAMP = 1507462302 +SHA256 (HTTP-Server-Simple-Static-0.13.tar.gz) = 75398a3c257444174aa1cad337ea80adfba7d629bae5a3d280d97d75ee9aabbe +SIZE (HTTP-Server-Simple-Static-0.13.tar.gz) = 6580