diff options
author | clsung <clsung@FreeBSD.org> | 2005-09-06 12:30:37 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-09-06 12:30:37 +0000 |
commit | 2452a5b1c59b37bb69b30f283242ffd1971f2e3d (patch) | |
tree | 6152756906e80ba4ebb230664c75d23e157f057b | |
parent | 7ddef8fe241130740fb91e88dd6c02303166cf06 (diff) | |
download | FreeBSD-ports-2452a5b1c59b37bb69b30f283242ffd1971f2e3d.zip FreeBSD-ports-2452a5b1c59b37bb69b30f283242ffd1971f2e3d.tar.gz |
- update to 1.37
- from Changes
- Removed the eval block and local $SIG{__DIE__} from the TableTiler and
the FillInForm value handlers. (now it croaks as it should on error)
Version 1.27
- Removed the internal use of lvalue assigments incompatible with
the perl-bug #17663 (Perl 5 Debugger doesn't handle properly lvalue
sub assignment)
-rw-r--r-- | textproc/p5-Template-Magic/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Template-Magic/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Template-Magic/Makefile b/textproc/p5-Template-Magic/Makefile index 49e70bc..9259520 100644 --- a/textproc/p5-Template-Magic/Makefile +++ b/textproc/p5-Template-Magic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Template-Magic -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Template diff --git a/textproc/p5-Template-Magic/distinfo b/textproc/p5-Template-Magic/distinfo index aa0f998..a585171 100644 --- a/textproc/p5-Template-Magic/distinfo +++ b/textproc/p5-Template-Magic/distinfo @@ -1,2 +1,2 @@ -MD5 (Template-Magic-1.36.tar.gz) = 6f1f7355bff0f8112d417dcf8eb5d388 -SIZE (Template-Magic-1.36.tar.gz) = 45266 +MD5 (Template-Magic-1.37.tar.gz) = 1bfd8848ac08356f04c110f53fe5a9e0 +SIZE (Template-Magic-1.37.tar.gz) = 45906 |