From owner-freebsd-ports-bugs@freebsd.org Wed Nov 4 16:04:25 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 BA944A26FE0 for ; Wed, 4 Nov 2015 16:04:25 +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 A53951E80 for ; Wed, 4 Nov 2015 16:04:25 +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 tA4G4PE6056072 for ; Wed, 4 Nov 2015 16:04:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204289] [patch] converters/p5-Text-Unidecode: Update to 1.27 Date: Wed, 04 Nov 2015 16:04:25 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports@toco-domains.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobez@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 keywords 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: Wed, 04 Nov 2015 16:04:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204289 Bug ID: 204289 Summary: [patch] converters/p5-Text-Unidecode: Update to 1.27 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tobez@FreeBSD.org Reporter: ports@toco-domains.de Flags: maintainer-feedback?(tobez@FreeBSD.org) Keywords: patch Assignee: tobez@FreeBSD.org Created attachment 162777 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162777&action=edit patch with update to 1.27 Hello, attached a patch which closes the gap of 14 years between the version in the ports and the current one. I also defined a license. QA: portlint is fine. poudriere builds fine on: 9.3 amd64 + i386 10.1 amd64 + i386 10.2 amd64 + i386 11-current r290334 amd64 + i386 make test is fine: ===> Testing for p5-Text-Unidecode-1.27 cd /usr/ports/converters/p5-Text-Unidecode/work/Text-Unidecode-1.27/ && /usr/bin/env XDG_DATA_HOME=/usr/ports/converters/p5-Text-Unidecode/work XDG_CONFIG_HOME=/usr/ports/converters/p5-Text-Unidecode/work HOME=/usr/ports/converters/p5-Text-Unidecode/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/converters/p5-Text-Unidecode/work/stage test PERL_DL_NONLAZY=1 /usr/local/bin/perl5 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00010_hello_world.t ........... ok t/00050_assert_perl_version.t ... ok t/00055_can_utf8.t .............. ok t/00100_can_binmode.t ........... ok t/00200_xbrace_syntax.t ......... ok t/00300_wideness.t .............. ok t/00400_just_load_module.t ...... ok t/00450_table_0x00.t ............ ok t/00500_test_loading.t .......... ok t/00510_load_many_tables.t ...... ok t/01000_note_incs.t ............. ok t/01500_generate_no_warnings.t .. ok t/02000_uniform_table_sizes.t ... ok t/03000_misc_unihan.t ........... ok t/04000_misc_errors_fixed.t ..... ok t/04010_misc_errors_fixed.t ..... ok t/05000_main.t .................. ok t/09900_bye.t ................... ok All tests successful. Files=18, Tests=969, 1 wallclock secs ( 0.23 usr 0.03 sys + 0.56 cusr 0.14 csys = 0.97 CPU) Result: PASS Greetings, Torsten -- You are receiving this mail because: You are the assignee for the bug.