diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2005-06-09 01:36:24 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2005-06-09 01:36:24 +0000 |
commit | 53450fc31aa1dfe3d983849c33620c531620496e (patch) | |
tree | 9a7cd5cb4c9bb62537a9bb09d9c75b6ffde429fd /math/algotutor | |
parent | 768539d5db1c1aa1b55edf25c5f586eba61d7509 (diff) |
Notes
Diffstat (limited to 'math/algotutor')
-rw-r--r-- | math/algotutor/Makefile | 2 | ||||
-rw-r--r-- | math/algotutor/distinfo | 4 | ||||
-rw-r--r-- | math/algotutor/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index f59610ee0a3c..cca52a113996 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= algotutor -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.5 CATEGORIES= math MASTER_SITES= http://www.cyut.edu.tw/~ckhung/dl/ EXTRACT_SUFX= .tgz diff --git a/math/algotutor/distinfo b/math/algotutor/distinfo index 1ceaea7dfdc2..c6f4e9b511bc 100644 --- a/math/algotutor/distinfo +++ b/math/algotutor/distinfo @@ -1,2 +1,2 @@ -MD5 (algotutor-0.8.2.tgz) = 22e39de94c8c40b25a53b9a90735d887 -SIZE (algotutor-0.8.2.tgz) = 104425 +MD5 (algotutor-0.8.5.tgz) = bf69debf762432c535579dac94db0efc +SIZE (algotutor-0.8.5.tgz) = 106432 diff --git a/math/algotutor/pkg-plist b/math/algotutor/pkg-plist index fe0b92e7d334..a44810ead063 100644 --- a/math/algotutor/pkg-plist +++ b/math/algotutor/pkg-plist @@ -19,9 +19,9 @@ bin/gen_at_graph %%SITE_PERL%%/algotutor/cgeom/dom %%SITE_PERL%%/algotutor/cgeom/graham %%SITE_PERL%%/algotutor/cgeom/utils +%%SITE_PERL%%/algotutor/dp/flwa %%SITE_PERL%%/algotutor/dp/lcs %%SITE_PERL%%/algotutor/dp/matrixchain -%%SITE_PERL%%/algotutor/graph/dfs %%SITE_PERL%%/algotutor/graph/flwa %%SITE_PERL%%/algotutor/graph/pfs %%SITE_PERL%%/algotutor/utilalgo |