diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-19 08:26:37 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-19 08:26:37 +0000 |
commit | be20045f9752e923cc43f2c24f085241f5021a84 (patch) | |
tree | 6c8034cbef9d092e1100ea547ba6ae3824f94cd8 | |
parent | - Remove USE_GNUCONFIG, which is a noop (diff) |
- Update to 0.37
- Remove useless DISTNAME
- Pass maintainership to submitter
PR: ports/114716
Submitted by: Geraud CONTINSOUZAS <geraud at gcu.info>
Notes
Notes:
svn path=/head/; revision=195877
-rw-r--r-- | devel/p5-File-Remove/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-File-Remove/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-File-Remove/pkg-descr | 15 |
3 files changed, 7 insertions, 19 deletions
diff --git a/devel/p5-File-Remove/Makefile b/devel/p5-File-Remove/Makefile index 4b02595d70b3..e97a2fc7d847 100644 --- a/devel/p5-File-Remove/Makefile +++ b/devel/p5-File-Remove/Makefile @@ -6,14 +6,13 @@ # PORTNAME= File-Remove -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= geraud@gcu.info COMMENT= Perl5 module to easily removes files and directories PERL_CONFIGURE= YES diff --git a/devel/p5-File-Remove/distinfo b/devel/p5-File-Remove/distinfo index 24754ea54794..6b9c2fb7bc60 100644 --- a/devel/p5-File-Remove/distinfo +++ b/devel/p5-File-Remove/distinfo @@ -1,3 +1,3 @@ -MD5 (File-Remove-0.36.tar.gz) = 793767d7ace6e216a4433e36e2fce3cd -SHA256 (File-Remove-0.36.tar.gz) = e8df863e3482be41d6e1ee95f46dbaa0e16063fdb75bfe349c7c85db759a14f0 -SIZE (File-Remove-0.36.tar.gz) = 14909 +MD5 (File-Remove-0.37.tar.gz) = 3cad038447d503a7dd845e2e095c12de +SHA256 (File-Remove-0.37.tar.gz) = f10d9a0ecf3e289eeee910a6c38eb4b57c6ea1547eb4eaef3a07d7e85208e3ca +SIZE (File-Remove-0.37.tar.gz) = 15510 diff --git a/devel/p5-File-Remove/pkg-descr b/devel/p5-File-Remove/pkg-descr index 0bc7a7cc1df1..5b0ad2503856 100644 --- a/devel/p5-File-Remove/pkg-descr +++ b/devel/p5-File-Remove/pkg-descr @@ -1,14 +1,3 @@ -File::Remove +File::Remove - Remove files and directories -remove() - -A Perl 5 module that removes files and directories. - -Copyright (c) 1998 Gabor Egressy <gabor@vmunix.com>. -All rights reserved. All wrongs reversed. This program is free -software; you can redistribute and/or modify it under the same terms as -Perl itself. - -WWW: http://www.cpan.org/ - --jus (jus@security.za.net) +WWW: http://search.cpan.org/dist/File-Remove/ |