From owner-svn-ports-head@freebsd.org Mon Oct 28 14:57:57 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 788211A5115; Mon, 28 Oct 2019 14:57:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 471yWT21RZz480c; Mon, 28 Oct 2019 14:57:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26417B1CF; Mon, 28 Oct 2019 14:57:57 +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 x9SEvvJX071118; Mon, 28 Oct 2019 14:57:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9SEvuFh071116; Mon, 28 Oct 2019 14:57:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910281457.x9SEvuFh071116@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, 28 Oct 2019 14:57:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515906 - head/sysutils/p5-Sys-Syslog X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/p5-Sys-Syslog X-SVN-Commit-Revision: 515906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2019 14:57:57 -0000 Author: sunpoet Date: Mon Oct 28 14:57:56 2019 New Revision: 515906 URL: https://svnweb.freebsd.org/changeset/ports/515906 Log: Update to 0.36 Changes: https://metacpan.org/changes/distribution/Sys-Syslog Modified: head/sysutils/p5-Sys-Syslog/Makefile head/sysutils/p5-Sys-Syslog/distinfo Modified: head/sysutils/p5-Sys-Syslog/Makefile ============================================================================== --- head/sysutils/p5-Sys-Syslog/Makefile Mon Oct 28 14:57:51 2019 (r515905) +++ head/sysutils/p5-Sys-Syslog/Makefile Mon Oct 28 14:57:56 2019 (r515906) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Sys-Syslog -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +12,10 @@ COMMENT= Perl interface to the UNIX syslog(3) calls LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure + +MAKE_JOBS_UNSAFE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Syslog/Syslog.so Modified: head/sysutils/p5-Sys-Syslog/distinfo ============================================================================== --- head/sysutils/p5-Sys-Syslog/distinfo Mon Oct 28 14:57:51 2019 (r515905) +++ head/sysutils/p5-Sys-Syslog/distinfo Mon Oct 28 14:57:56 2019 (r515906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491601192 -SHA256 (Sys-Syslog-0.35.tar.gz) = fe28e47b70b77aaae754385fe1470d174289e7b6908efa247d2e52486516fbb7 -SIZE (Sys-Syslog-0.35.tar.gz) = 83386 +TIMESTAMP = 1572266824 +SHA256 (Sys-Syslog-0.36.tar.gz) = ed42a9e5ba04ad4856cc0cb5d38d289c3c5d3764543ec04efafc4af7e3378df8 +SIZE (Sys-Syslog-0.36.tar.gz) = 85333