diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-09 01:21:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-09 01:21:46 +0800 |
commit | 33c66105d78aa9922ca2fb3fdd56985fe107b1a6 (patch) | |
tree | 9f0e79299f5ad293cbc48cbbdcd6ec2518501d26 /textproc | |
parent | c132cbb6882fe60a65fd05bb667dfbc28cf71103 (diff) | |
download | freebsd-ports-gnome-33c66105d78aa9922ca2fb3fdd56985fe107b1a6.tar.gz freebsd-ports-gnome-33c66105d78aa9922ca2fb3fdd56985fe107b1a6.tar.zst freebsd-ports-gnome-33c66105d78aa9922ca2fb3fdd56985fe107b1a6.zip |
- Update to 2.03
- take maintainership
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/makepatch/Makefile | 5 | ||||
-rw-r--r-- | textproc/makepatch/distinfo | 6 | ||||
-rw-r--r-- | textproc/makepatch/files/patch-makepatch.PL | 22 |
3 files changed, 5 insertions, 28 deletions
diff --git a/textproc/makepatch/Makefile b/textproc/makepatch/Makefile index 523c65e88e83..e8b461f932df 100644 --- a/textproc/makepatch/Makefile +++ b/textproc/makepatch/Makefile @@ -6,13 +6,12 @@ # PORTNAME= makepatch -PORTVERSION= 2.00a -PORTREVISION= 1 +PORTVERSION= 2.03 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/JV -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Perl scripts to assist in the generation and application of patches PERL_CONFIGURE= yes diff --git a/textproc/makepatch/distinfo b/textproc/makepatch/distinfo index f1a5c3ff511b..ad2eccee598c 100644 --- a/textproc/makepatch/distinfo +++ b/textproc/makepatch/distinfo @@ -1,3 +1,3 @@ -MD5 (makepatch-2.00a.tar.gz) = 7750d7b64d42d243cfe832d5d1d1e8e8 -SHA256 (makepatch-2.00a.tar.gz) = 1c41a0d212ee9363c4c032f1f85a2ba5f1e98b6435828a6e69648170b10c7d6c -SIZE (makepatch-2.00a.tar.gz) = 22960 +MD5 (makepatch-2.03.tar.gz) = 172e8b5225ae0c92b07f349a862bdc66 +SHA256 (makepatch-2.03.tar.gz) = 34cad26a220d57dc242e4f0548d65f5f62465baea2a1f52cb335b23c429fb549 +SIZE (makepatch-2.03.tar.gz) = 28340 diff --git a/textproc/makepatch/files/patch-makepatch.PL b/textproc/makepatch/files/patch-makepatch.PL deleted file mode 100644 index ee0bb07c45b4..000000000000 --- a/textproc/makepatch/files/patch-makepatch.PL +++ /dev/null @@ -1,22 +0,0 @@ ---- makepatch.PL Sun Dec 6 09:04:51 1998 -+++ makepatch.PL.new Mon Nov 5 19:47:17 2001 -@@ -670,11 +670,14 @@ - $skipped++; - return 0; - } -- if ( -B $fh ) { -- verbose ("WARNING: Binary file $new -- skipped\n"); -- $skipped++; -- return 0; -- } -+# Binary/Text test on filehandle makes no sense (and causes failure) -+# on FreeBSD -+# -+# if ( -B $fh ) { -+# verbose ("WARNING: Binary file $new -- skipped\n"); -+# $skipped++; -+# return 0; -+# } - my $pos = $fh->getpos; - while ( <$fh> ) { - $lines++; |