mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Update to 1.446
Changes: https://metacpan.org/changes/distribution/Alien-SDL
This commit is contained in:
parent
81fb820fea
commit
2cd3334d52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477527
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Alien-SDL
|
||||
PORTVERSION= 1.440
|
||||
PORTREVISION= 7
|
||||
PORTVERSION= 1.446
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -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
|
||||
|
37
devel/p5-Alien-SDL/files/patch-Build.PL
Normal file
37
devel/p5-Alien-SDL/files/patch-Build.PL
Normal file
@ -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'
|
Loading…
Reference in New Issue
Block a user