Date: Fri, 20 Mar 2009 08:47:19 +0100 (CET) From: Lars Balker Rasmussen <lars@balker.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132846: [patch] devel/p5-Variable-Magic: Update to 0.32 Message-ID: <20090320074719.D3A482DB310@tux.nerdheaven.dk> Resent-Message-ID: <200903200810.n2K8A5Yq067997@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132846 >Category: ports >Synopsis: [patch] devel/p5-Variable-Magic: Update to 0.32 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Mar 20 08:10:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Lars Balker Rasmussen >Release: Linux 2.6.24-23-generic unknown >Organization: >Environment: System: Linux ardbeg 2.6.24-23-generic #1 SMP Thu Nov 27 18:44:42 UTC 2008 i686 GNU/Linux >Description: Update to 0.32 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Variable-Magic/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1 Feb 2009 08:58:52 -0000 1.8 +++ Makefile 20 Mar 2009 07:41:17 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Variable-Magic -PORTVERSION= 0.28 +PORTVERSION= 0.32 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= Associate user-defined magic to variables from Perl -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Variable::Magic.3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Variable-Magic/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 1 Feb 2009 08:58:52 -0000 1.8 +++ distinfo 20 Mar 2009 07:41:18 -0000 @@ -1,3 +1,3 @@ -MD5 (Variable-Magic-0.28.tar.gz) = 5bac9e4b5aaf5a9a94cb8dd2b2fde73f -SHA256 (Variable-Magic-0.28.tar.gz) = ccb7fc30e15313226c31121546a6edb27a8081784363e60503dd0d1bb4dfe66c -SIZE (Variable-Magic-0.28.tar.gz) = 34303 +MD5 (Variable-Magic-0.32.tar.gz) = c2ff2f2ec88bbc291934a89e6fff06ed +SHA256 (Variable-Magic-0.32.tar.gz) = 6e95b17e36fb623809dd56d18f7c0baac1ac3aff6e7927fea5ab7043c933cfcd +SIZE (Variable-Magic-0.32.tar.gz) = 39882 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/p5-Variable-Magic/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 30 Aug 2008 14:08:12 -0000 1.1 +++ pkg-descr 20 Mar 2009 07:41:19 -0000 @@ -1,7 +1,7 @@ -Magic is Perl way of enhancing objects. This mechanism let the user add +Magic is Perl way of enhancing objects. This mechanism lets the user add extra data to any variable and overload syntaxical operations (such as -access, assignation or destruction) that can be applied to it. With this -module, you can add your own magic to any variable without the pain of the C -API. +access, assignment or destruction) that can be applied to it. With this +module, you can add your own magic to any variable without having to +write a single line of XS. WWW: http://search.cpan.org/dist/Variable-Magic/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090320074719.D3A482DB310>