Ticket #44491: patch-tinyca2.diff

File patch-tinyca2.diff, 1.4 KB (added by dbevans (David B. Evans), 10 years ago)

Proposed patch for Portfile

  • Portfile

     
    44name                    tinyca2
    55version                 0.7.5
    66revision        2
     7license                 GPL
    78categories              security net
    89maintainers             landonf
    910description             GUI Certificate Authority tool.
     
    1112                        managing a small CA (Certification Authority). \
    1213                        TinyCA works as a frontend for openssl.
    1314platforms               darwin
    14 homepage                http://tinyca.sm-zone.net/
    15 master_sites            ${homepage}
     15homepage                http://www.wikipedia.org/wiki/TinyCA
     16master_sites            macports_distfiles:${name}
    1617checksums               md5 d3b547305e89785fbe8262be244a2321 \
    1718                        sha1 841355ab8478a7e7b1a3d6bba4dd31293ae11cc4
    1819depends_lib             port:openssl port:zip \
    19                         port:gettext port:p5.12-gtk2 \
    20                         port:p5.12-locale-gettext
     20                        port:gettext port:p5.16-gtk2 \
     21                        port:p5.16-locale-gettext
    2122
    2223patchfiles              patch-tinyca2
    2324
     
    3132        reinplace s|@OPENSSL@|${prefix}/bin/openssl|g ${worksrcpath}/tinyca2
    3233        reinplace s|@ZIP@|${prefix}/bin/zip|g ${worksrcpath}/tinyca2
    3334        reinplace s|@TAR@|/usr/bin/tar|g ${worksrcpath}/tinyca2
    34         reinplace s|/usr/bin/perl|${prefix}/bin/perl5.12|g ${worksrcpath}/tinyca2
     35        reinplace s|/usr/bin/perl|${prefix}/bin/perl5.16|g ${worksrcpath}/tinyca2
    3536}
    3637
    3738pre-build {
     
    5051                file delete -force ${file}
    5152        }
    5253}
     54
     55# no longer maintained upstream, only mirrored by macports
     56livecheck.type          none