Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 20:42:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201808182042.w7IKg7w0007917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808182042.w7IKg7w0007917>