diff options
author | arved <arved@FreeBSD.org> | 2004-11-07 19:20:44 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-07 19:20:44 +0000 |
commit | 73f6cd1e639e0b0669b2c08097b4f0e8b311f73f (patch) | |
tree | b258fe4dd41c359fe398a2c0653409064d4860f3 /www/MT | |
parent | 8e48826bcb4816319af2ef1113288d40e7f413dc (diff) | |
download | FreeBSD-ports-73f6cd1e639e0b0669b2c08097b4f0e8b311f73f.zip FreeBSD-ports-73f6cd1e639e0b0669b2c08097b4f0e8b311f73f.tar.gz |
Fix with perl 5.8.4+:
Define $Storable::interwork_56_64bit = 1;
for compatibility with perl5.6
Bump PORTREVISION
BTW. This port is now kind of obsolete, as SixApart does not offer the
distfile anymore and we are not allowed to redistribute it.
Diffstat (limited to 'www/MT')
-rw-r--r-- | www/MT/Makefile | 1 | ||||
-rw-r--r-- | www/MT/files/patch-PluginData.pm | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 079e4a8..01ca516 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -7,6 +7,7 @@ PORTNAME= MT PORTVERSION= 2.661 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/MT/files/patch-PluginData.pm b/www/MT/files/patch-PluginData.pm new file mode 100644 index 0000000..1a49626 --- /dev/null +++ b/www/MT/files/patch-PluginData.pm @@ -0,0 +1,11 @@ +--- lib/MT/PluginData.pm.orig Sun Nov 7 21:06:34 2004 ++++ lib/MT/PluginData.pm Sun Nov 7 21:07:27 2004 +@@ -7,7 +7,7 @@ + use strict; + + use Storable qw( freeze thaw ); +- ++$Storable::interwork_56_64bit = 1; + use MT::Object; + @MT::PluginData::ISA = qw( MT::Object ); + __PACKAGE__->install_properties ({ |