aboutsummaryrefslogtreecommitdiff
path: root/cad/p5-GDS2
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-01-05 09:41:45 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-01-05 09:41:45 +0000
commitbc1e9279831cbf5978ddbfa52791698f393f99ad (patch)
tree2f883db58023edce46f315cba49301148eb7e179 /cad/p5-GDS2
parentf21d652297018b1cc1c76b6832d4a39e959d9059 (diff)
downloadports-bc1e9279831cbf5978ddbfa52791698f393f99ad.tar.gz
ports-bc1e9279831cbf5978ddbfa52791698f393f99ad.zip
Update to 3.00.
Notes
Notes: svn path=/head/; revision=267412
Diffstat (limited to 'cad/p5-GDS2')
-rw-r--r--cad/p5-GDS2/Makefile2
-rw-r--r--cad/p5-GDS2/distinfo5
-rw-r--r--cad/p5-GDS2/files/patch-lib-GDS2.pm.PL33
3 files changed, 3 insertions, 37 deletions
diff --git a/cad/p5-GDS2/Makefile b/cad/p5-GDS2/Makefile
index c6e1711e8bdb..b752cc0af6a1 100644
--- a/cad/p5-GDS2/Makefile
+++ b/cad/p5-GDS2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= GDS2
-PORTVERSION= 2.09.a
+PORTVERSION= 3.00
CATEGORIES= cad perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/cad/p5-GDS2/distinfo b/cad/p5-GDS2/distinfo
index ca2af4eb86d9..45a3b08269e2 100644
--- a/cad/p5-GDS2/distinfo
+++ b/cad/p5-GDS2/distinfo
@@ -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
diff --git a/cad/p5-GDS2/files/patch-lib-GDS2.pm.PL b/cad/p5-GDS2/files/patch-lib-GDS2.pm.PL
deleted file mode 100644
index 6f9b74ca4b8e..000000000000
--- a/cad/p5-GDS2/files/patch-lib-GDS2.pm.PL
+++ /dev/null
@@ -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 $!";