diff options
author | aaron <aaron@FreeBSD.org> | 2006-07-02 00:11:52 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-07-02 00:11:52 +0800 |
commit | cff537b717e5e1015d5ddcc673e7d831409b31da (patch) | |
tree | 856fc243c605a95225a36a1a94577e1f4c432f27 /math/p5-Math-Vec | |
parent | 8d5742fd3e129f5b11bcd216cacb2be5a63614ee (diff) | |
download | freebsd-ports-gnome-cff537b717e5e1015d5ddcc673e7d831409b31da.tar.gz freebsd-ports-gnome-cff537b717e5e1015d5ddcc673e7d831409b31da.tar.zst freebsd-ports-gnome-cff537b717e5e1015d5ddcc673e7d831409b31da.zip |
- Update to 0.040
PR: ports/99059
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
Diffstat (limited to 'math/p5-Math-Vec')
-rw-r--r-- | math/p5-Math-Vec/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Vec/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Math-Vec/files/patch-Vec.pm | 10 |
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 - |