Ticket #44491: patch-tinyca2.diff
File patch-tinyca2.diff, 1.4 KB (added by dbevans (David B. Evans), 10 years ago) |
---|
-
Portfile
4 4 name tinyca2 5 5 version 0.7.5 6 6 revision 2 7 license GPL 7 8 categories security net 8 9 maintainers landonf 9 10 description GUI Certificate Authority tool. … … 11 12 managing a small CA (Certification Authority). \ 12 13 TinyCA works as a frontend for openssl. 13 14 platforms darwin 14 homepage http:// tinyca.sm-zone.net/15 master_sites ${homepage}15 homepage http://www.wikipedia.org/wiki/TinyCA 16 master_sites macports_distfiles:${name} 16 17 checksums md5 d3b547305e89785fbe8262be244a2321 \ 17 18 sha1 841355ab8478a7e7b1a3d6bba4dd31293ae11cc4 18 19 depends_lib port:openssl port:zip \ 19 port:gettext port:p5.1 2-gtk2 \20 port:p5.1 2-locale-gettext20 port:gettext port:p5.16-gtk2 \ 21 port:p5.16-locale-gettext 21 22 22 23 patchfiles patch-tinyca2 23 24 … … 31 32 reinplace s|@OPENSSL@|${prefix}/bin/openssl|g ${worksrcpath}/tinyca2 32 33 reinplace s|@ZIP@|${prefix}/bin/zip|g ${worksrcpath}/tinyca2 33 34 reinplace s|@TAR@|/usr/bin/tar|g ${worksrcpath}/tinyca2 34 reinplace s|/usr/bin/perl|${prefix}/bin/perl5.1 2|g ${worksrcpath}/tinyca235 reinplace s|/usr/bin/perl|${prefix}/bin/perl5.16|g ${worksrcpath}/tinyca2 35 36 } 36 37 37 38 pre-build { … … 50 51 file delete -force ${file} 51 52 } 52 53 } 54 55 # no longer maintained upstream, only mirrored by macports 56 livecheck.type none