Update to 3.00.

This commit is contained in:
Hiroki Sato 2011-01-05 09:41:45 +00:00
parent f21d652297
commit bc1e927983
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267412
3 changed files with 3 additions and 37 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= GDS2
PORTVERSION= 2.09.a
PORTVERSION= 3.00
CATEGORIES= cad perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View file

@ -1,3 +1,2 @@
MD5 (GDS2-2.09a.tar.gz) = 7406ebd77a064f46cd822b651db4332e
SHA256 (GDS2-2.09a.tar.gz) = 7f38fc6eae1893eb641342b954411ed05a96ed53f6e82223a30190c9ffd0cb0e
SIZE (GDS2-2.09a.tar.gz) = 51538
SHA256 (GDS2-3.00.tar.gz) = d93910295f687e34a6d4eb2b03d05a6c0f76615a86baf749a9ac16c54f38ca9c
SIZE (GDS2-3.00.tar.gz) = 45944

View file

@ -1,33 +0,0 @@
--- lib/GDS2.pm.PL.orig Thu May 12 13:19:30 2005
+++ lib/GDS2.pm.PL Sun Apr 29 15:08:31 2007
@@ -11,19 +11,20 @@
EOP
-print "Do you want to use Inline::C code? (y/N): ";
+#print "Do you want to use Inline::C code? (y/N): ";
-my $response = <STDIN>;
-if ($response =~ m/^[yY]/)
-{
- $response = 'yes';
- print "\nMaking version of GDS2.pm with C code on....";
-}
-else
-{
+#my $response = <STDIN>;
+my $response;
+#if ($response =~ m/^[yY]/)
+#{
+# $response = 'yes';
+# print "\nMaking version of GDS2.pm with C code on....";
+#}
+#else
+#{
$response = 'no';
print "\nMaking version of GDS2.pm with C code off....";
-}
+#}
rename "lib/GDS2.pm","lib/GDS2.pm.original";
open(OLD,"<lib/GDS2.pm.original") or die "Unable to read lib/GDS2.pm.original $!";