diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-05-03 02:01:37 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-05-03 02:01:37 +0000 |
commit | beecc09b0f00d5ff573adbf7fdd492ec43c1599f (patch) | |
tree | e7f4c51e9fa50f9ce1e75789be12df6278213d81 | |
parent | - _*.zip changed (diff) |
- update to 0.24
- from Changes
- Refactored -Base to once and only once
- Remove some cruft
- Got export algorithm working better
- Add a blank return to super
- Add the mixin method
Notes
Notes:
svn path=/head/; revision=134519
-rw-r--r-- | devel/p5-Spiffy/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Spiffy/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Spiffy/Makefile b/devel/p5-Spiffy/Makefile index 745a41f1e00f..bb81a9b0c3d0 100644 --- a/devel/p5-Spiffy/Makefile +++ b/devel/p5-Spiffy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spiffy -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ diff --git a/devel/p5-Spiffy/distinfo b/devel/p5-Spiffy/distinfo index 04ebcc324d2c..20ac8c2071c2 100644 --- a/devel/p5-Spiffy/distinfo +++ b/devel/p5-Spiffy/distinfo @@ -1,2 +1,2 @@ -MD5 (Spiffy-0.22.tar.gz) = 465f5bf50a903eb8605f4bd11b0c7f92 -SIZE (Spiffy-0.22.tar.gz) = 24965 +MD5 (Spiffy-0.24.tar.gz) = 944c7a4efc0458e143b74eb8a211ad5e +SIZE (Spiffy-0.24.tar.gz) = 25302 |