pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-razor-agents Get rid of pesky *.orig files



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ff549eb784d
branches:  trunk
changeset: 462653:6ff549eb784d
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Oct 07 23:20:43 2003 +0000

description:
Get rid of pesky *.orig files

diffstat:

 mail/p5-razor-agents/Makefile         |   4 ++--
 mail/p5-razor-agents/distinfo         |   4 ++--
 mail/p5-razor-agents/patches/patch-aa |  18 ++++++++++++++++--
 3 files changed, 20 insertions(+), 6 deletions(-)

diffs (61 lines):

diff -r dbddeb410597 -r 6ff549eb784d mail/p5-razor-agents/Makefile
--- a/mail/p5-razor-agents/Makefile     Tue Oct 07 19:43:34 2003 +0000
+++ b/mail/p5-razor-agents/Makefile     Tue Oct 07 23:20:43 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/09/27 13:20:25 heinz Exp $
+# $NetBSD: Makefile,v 1.12 2003/10/07 23:20:43 heinz Exp $
 
 DISTNAME=      razor-agents-2.22
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 SVR4_PKGNAME=  p5ra
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=razor/}
diff -r dbddeb410597 -r 6ff549eb784d mail/p5-razor-agents/distinfo
--- a/mail/p5-razor-agents/distinfo     Tue Oct 07 19:43:34 2003 +0000
+++ b/mail/p5-razor-agents/distinfo     Tue Oct 07 23:20:43 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2003/09/27 13:21:37 heinz Exp $
+$NetBSD: distinfo,v 1.5 2003/10/07 23:20:43 heinz Exp $
 
 SHA1 (razor-agents-2.22.tar.gz) = 0b802112741c292a4dc7e9b3bb7c140f868a18cb
 Size (razor-agents-2.22.tar.gz) = 76222 bytes
-SHA1 (patch-aa) = f0e609a825c841b76114cca872a07e514f2928bf
+SHA1 (patch-aa) = 5a1b861c3b81b1a867a9e41b152f587094e34e93
 SHA1 (patch-ab) = 4cc75b2c1716de6df905bc9a4a3fad042d7859bf
 SHA1 (patch-ac) = a5cc3f0cc07eb51846dcc5b6e2c5e76287e908b8
 SHA1 (patch-ad) = be9eed1f65ed92a9764f439a9c8c18b9a921d4b1
diff -r dbddeb410597 -r 6ff549eb784d mail/p5-razor-agents/patches/patch-aa
--- a/mail/p5-razor-agents/patches/patch-aa     Tue Oct 07 19:43:34 2003 +0000
+++ b/mail/p5-razor-agents/patches/patch-aa     Tue Oct 07 23:20:43 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2003/04/24 21:42:43 heinz Exp $
+$NetBSD: patch-aa,v 1.3 2003/10/07 23:20:43 heinz Exp $
 
 --- Makefile.PL.orig   Wed Oct 16 00:49:34 2002
 +++ Makefile.PL
-@@ -127,7 +127,7 @@
+@@ -127,8 +127,21 @@ sub MY::install {
   
    $inherited =~ s/(\$\(INSTALLMAN1DIR\))/$1$man5/gm;
    $inherited =~ s/install :: all pure_install doc_install/install :: all pure_install doc_install install_razor_agents/;
@@ -10,4 +10,18 @@
 +  $inherited .= "\ninstall_razor_agents::\n\t " . '$(INSTALLSCRIPT)/razor-client'; 
    $inherited;
  
++}
++
++sub MY::libscan {
++
++  package MY;
++
++  my ($self, $path) = @_;
++
++  if ($path =~ m/\.orig$/i) {
++    return q{};
++  } else {
++    return $path;
++  }
  }
+ 



Home | Main Index | Thread Index | Old Index