Ticket #31200: tardiff.diff

File tardiff.diff, 1.2 KB (added by raimue (Rainer Müller), 13 years ago)
  • files/patch-tardiff-options.diff

     
     1--- /opt/local/bin/tardiff.orig 2011-09-10 03:40:29.000000000 +0200
     2+++ /opt/local/bin/tardiff      2011-09-10 03:40:36.000000000 +0200
     3@@ -41,7 +41,7 @@
     4                        $opt_modified = 1;
     5                }elsif(($arg eq "--list") or ($arg eq "-l")){
     6                        $opt_list = 1;
     7-               }elsif(($arg eq "--autoskip") or ($arg eq "-s")){
     8+               }elsif(($arg eq "--autoskip") or ($arg eq "-a")){
     9                        $opt_autoskip = 1;
     10                }elsif(($arg eq "--stats") or ($arg eq "-s")){
     11                        $opt_stats = 1;
  • Portfile

     
    55
    66name                tardiff
    77version             0.1
    8 revision            1
     8revision            2
    99categories          sysutils textproc devel archivers
    1010platforms           darwin
    1111maintainers         ryandesign
     
    3535    copy ${distpath}/${name} ${worksrcpath}
    3636}
    3737
    38 patchfiles          patch-tardiff.diff
     38patchfiles          patch-tardiff.diff \
     39                    patch-tardiff-options.diff
    3940
    4041use_configure       no
    4142