aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-07-01 16:11:52 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-07-01 16:11:52 +0000
commit5461bc0089680a5d0ad95cae408435b1fc58e161 (patch)
tree9fccbcb56aa3932aba568a965e843086957a295f
parent1e6e3ae94b3e845522a2fc286d4e4082684af298 (diff)
downloadports-5461bc0089680a5d0ad95cae408435b1fc58e161.tar.gz
ports-5461bc0089680a5d0ad95cae408435b1fc58e161.zip
Notes
-rw-r--r--math/p5-Math-Vec/Makefile3
-rw-r--r--math/p5-Math-Vec/distinfo6
-rw-r--r--math/p5-Math-Vec/files/patch-Vec.pm10
3 files changed, 5 insertions, 14 deletions
diff --git a/math/p5-Math-Vec/Makefile b/math/p5-Math-Vec/Makefile
index 68c3d83d2324..cff09ef45129 100644
--- a/math/p5-Math-Vec/Makefile
+++ b/math/p5-Math-Vec/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= Math-Vec
-PORTVERSION= 0.031
+PORTVERSION= 0.040
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/E/EW/EWILHELM
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-0.04
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Object-Oriented Vector Math Methods in Perl
diff --git a/math/p5-Math-Vec/distinfo b/math/p5-Math-Vec/distinfo
index 4e16a713293f..1dfa503844d0 100644
--- a/math/p5-Math-Vec/distinfo
+++ b/math/p5-Math-Vec/distinfo
@@ -1,3 +1,3 @@
-MD5 (Math-Vec-0.031.tar.gz) = eea551b2b96426f711e128bacc8e7b62
-SHA256 (Math-Vec-0.031.tar.gz) = 6a92c2d7df6eebcd71ae23c1972084fb7df761ca623c16c0155d8dc075e630dd
-SIZE (Math-Vec-0.031.tar.gz) = 9039
+MD5 (Math-Vec-0.04.tar.gz) = 96877cb54704426ce333b13a8380bfbf
+SHA256 (Math-Vec-0.04.tar.gz) = 0710cc7e64fd8be995777c01c3bbfdb2b0197fe8d0860c7a7e4b78e9dbc13f9b
+SIZE (Math-Vec-0.04.tar.gz) = 9459
diff --git a/math/p5-Math-Vec/files/patch-Vec.pm b/math/p5-Math-Vec/files/patch-Vec.pm
deleted file mode 100644
index 9870e561ad08..000000000000
--- a/math/p5-Math-Vec/files/patch-Vec.pm
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/Math/Vec.pm.orig Sun Jan 8 07:40:51 2006
-+++ lib/Math/Vec.pm Mon Jan 30 23:36:57 2006
-@@ -1,5 +1,6 @@
- package Math::Vec;
--our $VERSION = '0.031';
-+use vars qw($VERSION);
-+$VERSION = '0.031';
-
- =pod
-