Received: by mail.netbsd.org (Postfix, from userid 605) id E694E84EDB; Wed, 28 Feb 2018 08:53:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C20784ED7 for ; Wed, 28 Feb 2018 08:53:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mvm_11XZ-5xh for ; Wed, 28 Feb 2018 08:53:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6A40E84D1F for ; Wed, 28 Feb 2018 08:53:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6506AFB40; Wed, 28 Feb 2018 08:53:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519807995237920" MIME-Version: 1.0 Date: Wed, 28 Feb 2018 08:53:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/p5-Server-Starter To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180228085315.6506AFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519807995237920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 28 08:53:15 UTC 2018 Modified Files: pkgsrc/sysutils/p5-Server-Starter: Makefile distinfo Log Message: p5-Server-Starter: update to 0.34. 0.34 2018-02-26T06:32:16Z - run start_server even if no port (or path) is specified (thanks to Ichito Nagata) #49 - add `.` in @INC (thanks to Petr Písař) #47 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/p5-Server-Starter/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/p5-Server-Starter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519807995237920 Content-Disposition: inline Content-Length: 1864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/p5-Server-Starter/Makefile diff -u pkgsrc/sysutils/p5-Server-Starter/Makefile:1.16 pkgsrc/sysutils/p5-Server-Starter/Makefile:1.17 --- pkgsrc/sysutils/p5-Server-Starter/Makefile:1.16 Mon Sep 18 11:53:39 2017 +++ pkgsrc/sysutils/p5-Server-Starter/Makefile Wed Feb 28 08:53:15 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2017/09/18 11:53:39 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/02/28 08:53:15 wiz Exp $ -DISTNAME= Server-Starter-0.33 +DISTNAME= Server-Starter-0.34 PKGNAME= p5-${DISTNAME} CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Server/} Index: pkgsrc/sysutils/p5-Server-Starter/distinfo diff -u pkgsrc/sysutils/p5-Server-Starter/distinfo:1.8 pkgsrc/sysutils/p5-Server-Starter/distinfo:1.9 --- pkgsrc/sysutils/p5-Server-Starter/distinfo:1.8 Mon Sep 18 11:53:39 2017 +++ pkgsrc/sysutils/p5-Server-Starter/distinfo Wed Feb 28 08:53:15 2018 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/09/18 11:53:39 wiz Exp $ +$NetBSD: distinfo,v 1.9 2018/02/28 08:53:15 wiz Exp $ -SHA1 (Server-Starter-0.33.tar.gz) = c44aba9273b1e50937cf523eb2fc438de4d1b9bc -RMD160 (Server-Starter-0.33.tar.gz) = bc771bb4e26af76c44bb4afe485629785d712ad7 -SHA512 (Server-Starter-0.33.tar.gz) = 1892723ca113cb2c269ce330881dce9010b4ced212f85adefaaa8dfbe90ea6ebcf319c12f0e3384da3a07740a4e2a1d84bb006f44d77fec62d9bc0aeeaa8ccf3 -Size (Server-Starter-0.33.tar.gz) = 23335 bytes -SHA1 (patch-Build.PL) = d120ec1e80edffbbbc413be632c679a4dce1f873 +SHA1 (Server-Starter-0.34.tar.gz) = 2af672e8b7d6bc6999ed8675709c66f65bc78ccd +RMD160 (Server-Starter-0.34.tar.gz) = 31f4ccc2386a520a29b96d7ebc1a274e22f668f9 +SHA512 (Server-Starter-0.34.tar.gz) = 5003f07a2f3eb206e0478f562920d7b4ab74a1b3fc8087f1ccc9ecf6975b53bbf9f1b3ced99fbc20ae68e5e4055da0db06cb422140a4e958ab9c1fa0053f378a +Size (Server-Starter-0.34.tar.gz) = 23789 bytes --_----------=_1519807995237920--