diff options
author | lth <lth@FreeBSD.org> | 2005-02-05 23:53:18 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-02-05 23:53:18 +0800 |
commit | f9a99a7d2f1132b143189450f229492eec0ef8f6 (patch) | |
tree | 474a0b64f6a39a7b0d19b67d1450195fc31c14d8 /devel | |
parent | 5acb7527c7d34f47fbdf98037a403174504226cc (diff) | |
download | freebsd-ports-gnome-f9a99a7d2f1132b143189450f229492eec0ef8f6.tar.gz freebsd-ports-gnome-f9a99a7d2f1132b143189450f229492eec0ef8f6.tar.zst freebsd-ports-gnome-f9a99a7d2f1132b143189450f229492eec0ef8f6.zip |
- Update to 0.05
- Move simple patch into Makefile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Filesys-Virtual/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Filesys-Virtual/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Filesys-Virtual/files/5.005_03-Virtual.pm | 11 | ||||
-rw-r--r-- | devel/p5-Filesys-Virtual/files/5.005_03-Virtual::Plain.pm | 18 | ||||
-rw-r--r-- | devel/p5-Filesys-Virtual/pkg-plist | 2 |
5 files changed, 4 insertions, 40 deletions
diff --git a/devel/p5-Filesys-Virtual/Makefile b/devel/p5-Filesys-Virtual/Makefile index 6525add36f8c..5d69a063e671 100644 --- a/devel/p5-Filesys-Virtual/Makefile +++ b/devel/p5-Filesys-Virtual/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Filesys-Virtual -PORTVERSION= 0.04 -PORTREVISION= 2 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Filesys @@ -23,12 +22,8 @@ MAN3= Filesys::Virtual.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500503 -EXTRA_PATCHES= ${PATCHDIR}/5.005_03-Virtual.pm \ - ${PATCHDIR}/5.005_03-Virtual::Plain.pm - post-patch: - @${RM} -f ${WRKSRC}/Virtual.pm.orig \ - ${WRKSRC}/Virtual/Plain.pm.orig + @${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/Virtual.pm .endif .include <bsd.port.post.mk> diff --git a/devel/p5-Filesys-Virtual/distinfo b/devel/p5-Filesys-Virtual/distinfo index 8677346b4f71..1c8e349ea88b 100644 --- a/devel/p5-Filesys-Virtual/distinfo +++ b/devel/p5-Filesys-Virtual/distinfo @@ -1,2 +1,2 @@ -MD5 (Filesys-Virtual-0.04.tar.gz) = c4a92c5aeb7a64530e9461c266fa6ac8 -SIZE (Filesys-Virtual-0.04.tar.gz) = 5388 +MD5 (Filesys-Virtual-0.05.tar.gz) = 95e15252c34af3822d4caa5c2bc69afe +SIZE (Filesys-Virtual-0.05.tar.gz) = 2955 diff --git a/devel/p5-Filesys-Virtual/files/5.005_03-Virtual.pm b/devel/p5-Filesys-Virtual/files/5.005_03-Virtual.pm deleted file mode 100644 index acda579ea84f..000000000000 --- a/devel/p5-Filesys-Virtual/files/5.005_03-Virtual.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- Virtual.pm.orig Sun Jun 27 20:45:37 2004 -+++ Virtual.pm Sun Jun 27 20:46:10 2004 -@@ -18,7 +18,7 @@ - use Carp; - use IO::File; - --our $VERSION = '0.04'; -+use vars qw($VERSION); $VERSION = '0.04'; - - # login: - diff --git a/devel/p5-Filesys-Virtual/files/5.005_03-Virtual::Plain.pm b/devel/p5-Filesys-Virtual/files/5.005_03-Virtual::Plain.pm deleted file mode 100644 index d05fcb97d240..000000000000 --- a/devel/p5-Filesys-Virtual/files/5.005_03-Virtual::Plain.pm +++ /dev/null @@ -1,18 +0,0 @@ ---- Virtual/Plain.pm.orig Sun Jun 27 20:46:26 2004 -+++ Virtual/Plain.pm Sun Jun 27 20:47:17 2004 -@@ -20,11 +20,11 @@ - use User::grent; - use IO::File; - --our $AUTOLOAD; --our $VERSION = '0.04'; --our @ISA = qw(Filesys::Virtual); -+use vars qw($AUTOLOAD $VERSION @ISA %_fields); -+$VERSION = '0.04'; -+@ISA = qw(Filesys::Virtual); - --our %_fields = ( -+%_fields = ( - 'cwd' => '1', - 'root_path' => '1', - 'home_path' => '1', diff --git a/devel/p5-Filesys-Virtual/pkg-plist b/devel/p5-Filesys-Virtual/pkg-plist index 5759e427b8c3..4bec0baf3e24 100644 --- a/devel/p5-Filesys-Virtual/pkg-plist +++ b/devel/p5-Filesys-Virtual/pkg-plist @@ -1,7 +1,5 @@ %%SITE_PERL%%/Filesys/Virtual.pm -%%SITE_PERL%%/Filesys/Virtual/Plain.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Virtual/.packlist @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Virtual 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Filesys/Virtual 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Filesys 2>/dev/null || true |