Index: head/devel/p5-Alien-SDL/Makefile =================================================================== --- head/devel/p5-Alien-SDL/Makefile (revision 477526) +++ head/devel/p5-Alien-SDL/Makefile (revision 477527) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= Alien-SDL -PORTVERSION= 1.440 -PORTREVISION= 7 +PORTVERSION= 1.446 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Detect and get configuration setting for SDL LICENSE= GPLv1 ART10 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} \ p5-Text-Patch>=1.4:textproc/p5-Text-Patch RUN_DEPENDS= p5-Archive-Extract>=0:archivers/p5-Archive-Extract \ p5-File-Which>=0:sysutils/p5-File-Which \ p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny USES= perl5 USE_PERL5= modbuild USE_SDL= gfx image mixer pango sdl ttf CONFIGURE_ARGS= --with-sdl-config=${SDL_CONFIG} .include Index: head/devel/p5-Alien-SDL/distinfo =================================================================== --- head/devel/p5-Alien-SDL/distinfo (revision 477526) +++ head/devel/p5-Alien-SDL/distinfo (revision 477527) @@ -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 Index: head/devel/p5-Alien-SDL/files/patch-Build.PL =================================================================== --- head/devel/p5-Alien-SDL/files/patch-Build.PL (nonexistent) +++ head/devel/p5-Alien-SDL/files/patch-Build.PL (revision 477527) @@ -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' Property changes on: head/devel/p5-Alien-SDL/files/patch-Build.PL ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property