Ticket #8239: patch-p5-class-trigger

File patch-p5-class-trigger, 664 bytes (added by narf_tm@…, 18 years ago)

Patch

Line 
1--- Portfile.orig       2006-04-07 10:03:08.000000000 -0500
2+++ Portfile    2006-04-07 10:04:45.000000000 -0500
3@@ -2,8 +2,8 @@
4 
5 PortSystem 1.0
6 PortGroup perl5 1.0
7-perl5.setup                    Class-Trigger 0.09
8-maintainers                    mat@FreeBSD.org
9+perl5.setup                    Class-Trigger 0.10
10+maintainers                    narf_tm@trulycertifiable.com   
11 description                    Mixin to add / call inheritable triggers
12 long_description \
13        Class::Trigger is a mixin class to add / call triggers (or hooks) that \
14@@ -11,6 +11,6 @@
15 
16 platforms                      darwin
17 
18-checksums md5 7f7ce8d219003dcf64258d5da78d2d47
19+checksums md5 5fbf56437f75b8f51debfa241c808846
20 
21 depends_lib-append     port:p5-class-data-inheritable port:p5-io-stringy