From owner-svn-ports-head@freebsd.org Sat Aug 18 20:42:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFF781075857; Sat, 18 Aug 2018 20:42:09 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB81875DF0; Sat, 18 Aug 2018 20:42:08 +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 AA0A21C829; Sat, 18 Aug 2018 20:42:07 +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 w7IKg7ak007920; Sat, 18 Aug 2018 20:42:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7IKg7w0007917; Sat, 18 Aug 2018 20:42:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201808182042.w7IKg7w0007917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Aug 2018 20:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477527 - in head/devel/p5-Alien-SDL: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/p5-Alien-SDL: . files X-SVN-Commit-Revision: 477527 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.27 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: Sat, 18 Aug 2018 20:42:10 -0000 Author: sunpoet Date: Sat Aug 18 20:42:06 2018 New Revision: 477527 URL: https://svnweb.freebsd.org/changeset/ports/477527 Log: Update to 1.446 Changes: https://metacpan.org/changes/distribution/Alien-SDL Added: head/devel/p5-Alien-SDL/files/ head/devel/p5-Alien-SDL/files/patch-Build.PL (contents, props changed) Modified: head/devel/p5-Alien-SDL/Makefile head/devel/p5-Alien-SDL/distinfo Modified: head/devel/p5-Alien-SDL/Makefile ============================================================================== --- head/devel/p5-Alien-SDL/Makefile Sat Aug 18 20:42:01 2018 (r477526) +++ head/devel/p5-Alien-SDL/Makefile Sat Aug 18 20:42:06 2018 (r477527) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Alien-SDL -PORTVERSION= 1.440 -PORTREVISION= 7 +PORTVERSION= 1.446 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Alien-SDL/distinfo ============================================================================== --- head/devel/p5-Alien-SDL/distinfo Sat Aug 18 20:42:01 2018 (r477526) +++ head/devel/p5-Alien-SDL/distinfo Sat Aug 18 20:42:06 2018 (r477527) @@ -1,2 +1,3 @@ -SHA256 (Alien-SDL-1.440.tar.gz) = cc25c9319d2db984b049eed5559582b2a6e0072af9b48d621a7772a1dcd18961 -SIZE (Alien-SDL-1.440.tar.gz) = 346309 +TIMESTAMP = 1517047926 +SHA256 (Alien-SDL-1.446.tar.gz) = c9aa2c9dc3c63d89773c7d7203f2a46d1b924d0c72d9f801af147a3dc8bc512a +SIZE (Alien-SDL-1.446.tar.gz) = 350448 Added: head/devel/p5-Alien-SDL/files/patch-Build.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-SDL/files/patch-Build.PL Sat Aug 18 20:42:06 2018 (r477527) @@ -0,0 +1,37 @@ +--- Build.PL.orig 2015-02-21 19:53:18 UTC ++++ Build.PL +@@ -7,10 +7,6 @@ use Config; + use My::Utility qw(check_config_script check_prebuilt_binaries check_prereqs_libs check_prereqs_tools $source_packs + check_perl_buildlibs); + +-use Getopt::Long; +-my ( $ans, $travis ) = 0; +-GetOptions( "travis" => \$travis ); +- + print "Welcome to Alien::SDL module installation\n"; + print "-----------------------------------------\n"; + print "checking operating system... $^O\n"; +@@ -215,23 +211,6 @@ else { + + $prompt_string .= "[" . $i++ . "] " . $c->{title} . "\n"; + } +- +- # select option '1' for travis +- if ( defined $travis and $travis == 1 ) { +- $ans = 1; +- } +- +-# or prompt user for build option +- else { +- $prompt_string .= "\nWhat way do you wanna go?"; +- $ans = $build->prompt( $prompt_string, $recommended_candidate ); +- } +- +- if($ans > 0 && $ans < scalar(@candidates)) { +- $choice = $candidates[$ans - 1]; +- } +- +- $| = 0; + } # end else search and prompt for build method + + #### store build params into 'notes'