diff options
Diffstat (limited to 'devel/p5-Unix-Statgrab')
-rw-r--r-- | devel/p5-Unix-Statgrab/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Unix-Statgrab/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Unix-Statgrab/files/patch-Makefile.PL | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/devel/p5-Unix-Statgrab/Makefile b/devel/p5-Unix-Statgrab/Makefile index baf82bbd8b4f..25ed1e646323 100644 --- a/devel/p5-Unix-Statgrab/Makefile +++ b/devel/p5-Unix-Statgrab/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Unix-Statgrab -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Unix diff --git a/devel/p5-Unix-Statgrab/distinfo b/devel/p5-Unix-Statgrab/distinfo index e4fcb42b2f7d..538377e6bf59 100644 --- a/devel/p5-Unix-Statgrab/distinfo +++ b/devel/p5-Unix-Statgrab/distinfo @@ -1,2 +1,2 @@ -MD5 (Unix-Statgrab-0.01.tar.gz) = a9af99129244c8bdc73ff447e6059969 -SIZE (Unix-Statgrab-0.01.tar.gz) = 20459 +MD5 (Unix-Statgrab-0.02.tar.gz) = c5a1fd5aee8fb47740717d5c8d65c667 +SIZE (Unix-Statgrab-0.02.tar.gz) = 22516 diff --git a/devel/p5-Unix-Statgrab/files/patch-Makefile.PL b/devel/p5-Unix-Statgrab/files/patch-Makefile.PL deleted file mode 100644 index e9e029123c7d..000000000000 --- a/devel/p5-Unix-Statgrab/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.bak Sun Jun 20 22:44:53 2004 -+++ Makefile.PL Sun Jun 20 22:45:05 2004 -@@ -7,7 +7,7 @@ - my %args = map { split /\s*=\s*/ } @ARGV; - my $LIBS = $args{ LIBS } || "-lstatgrab"; - my $INC = $args{ INC }; -- return 1 if system("$CC check.c $INC $LIBS -o /dev/null 2>/dev/null") == 0; -+ return 1 if system("$CC check.c $INC $LIBS 2>/dev/null") == 0; - return 0; - } - |