From owner-freebsd-ports-bugs@freebsd.org Tue Oct 27 11:20:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 993C8A1F4A9 for ; Tue, 27 Oct 2015 11:20:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 84AEF17C8 for ; Tue, 27 Oct 2015 11:20:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9RBKdMN047550 for ; Tue, 27 Oct 2015 11:20:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204053] archivers/p5-Compress-Bzip2: Update to 2.22 Date: Tue, 27 Oct 2015 11:20:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ports@toco-domains.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: demon@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 11:20:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204053 Bug ID: 204053 Summary: archivers/p5-Compress-Bzip2: Update to 2.22 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: demon@FreeBSD.org Reporter: ports@toco-domains.de Assignee: demon@FreeBSD.org Flags: maintainer-feedback?(demon@FreeBSD.org) Created attachment 162493 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162493&action=edit patch with update to 2.22 Hello, attached a patch to update this port to its current version. I also stripped one file. I've done a build test with poudriere for 9.3, 10.1 and 10.2 amd64. Everything was fine. Also the QA: ====> Running Q/A tests (stage-qa) ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) For Runtime Test i executed its testframework: # make test ===> Testing for p5-Compress-Bzip2-2.22 cd /usr/ports/archivers/p5-Compress-Bzip2/work/Compress-Bzip2-2.22/ && /usr/bin/env XDG_DATA_HOME=/usr/ports/archivers/p5-Compress-Bzip2/work XDG_CONFIG_HOME=/usr/ports/archivers/p5-Compress-Bzip2/work HOME=/usr/ports/archivers/p5-Compress-Bzip2/work NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" /usr/bin/make DESTDIR=/usr/ports/archivers/p5-Compress-Bzip2/work/stage test PERL_DL_NONLAZY=1 /usr/local/bin/perl5.20.3 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/010-useability.t ............ ok t/011-prototype.t ............. ok t/020-compfile.t .............. ok t/021-compfile.t .............. ok t/022-compfile.t .............. ok t/023-compfile.t .............. ok t/024-compfile.t .............. ok t/025-compfile.t .............. ok t/026-compfile.t .............. ok t/030-uncompfile.t ............ ok t/031-uncompfile.t ............ ok t/032-uncompfile.t ............ ok t/033-uncompfile.t ............ ok t/034-uncompfile.t ............ ok t/035-uncompreadline.t ........ ok t/040-memory.t ................ ok t/041-double-free.t ........... ok t/041-error.t ................. ok t/050-deflate.t ............... ok t/051-deflate-flush.t ......... ok t/060-inflate.t ............... ok t/070-gzcomp.t ................ ok t/071-gzuncomp.t .............. ok t/080-version.t ............... ok t/081-basic.t ................. ok t/082-stream.t ................ ok t/900_kwalitee.t .............. skipped: This test is only run for the module author t/900_leaktrace.t ............. skipped: require Test::LeakTrace t/900_meta.t .................. skipped: This test is only run for the module author t/900_perl_minimum_version.t .. skipped: Author tests not required for installation t/900_pod-coverage.t .......... skipped: This test is only run for the module author t/900_pod.t ................... skipped: Test::Pod 1.00 required for testing POD All tests successful. Files=32, Tests=569, 8 wallclock secs ( 0.16 usr 0.06 sys + 6.77 cusr 0.80 csys = 7.80 CPU) Result: PASS Greetings, Torsten -- You are receiving this mail because: You are the assignee for the bug.