Revision: 124925 https://trac.macports.org/changeset/124925 Author: devans@macports.org Date: 2014-08-31 10:24:28 -0700 (Sun, 31 Aug 2014) Log Message: ----------- tinyca2: upstream development/homepage/master_sites dead for some time, set substitute homepage and set master_sites to MacPorts mirrors, depend on perl5.16, disable livecheck (#44405, #44491, maintainer timeout). Modified Paths: -------------- trunk/dports/security/tinyca2/Portfile Modified: trunk/dports/security/tinyca2/Portfile =================================================================== --- trunk/dports/security/tinyca2/Portfile 2014-08-31 17:02:03 UTC (rev 124924) +++ trunk/dports/security/tinyca2/Portfile 2014-08-31 17:24:28 UTC (rev 124925) @@ -4,6 +4,7 @@ name tinyca2 version 0.7.5 revision 2 +license GPL categories security net maintainers landonf description GUI Certificate Authority tool. @@ -11,13 +12,13 @@ managing a small CA (Certification Authority). \ TinyCA works as a frontend for openssl. platforms darwin -homepage http://tinyca.sm-zone.net/ -master_sites ${homepage} +homepage http://www.wikipedia.org/wiki/TinyCA +master_sites macports_distfiles:${name} checksums md5 d3b547305e89785fbe8262be244a2321 \ sha1 841355ab8478a7e7b1a3d6bba4dd31293ae11cc4 depends_lib port:openssl port:zip \ - port:gettext port:p5.12-gtk2 \ - port:p5.12-locale-gettext + port:gettext port:p5.16-gtk2 \ + port:p5.16-locale-gettext patchfiles patch-tinyca2 @@ -31,7 +32,7 @@ reinplace s|@OPENSSL@|${prefix}/bin/openssl|g ${worksrcpath}/tinyca2 reinplace s|@ZIP@|${prefix}/bin/zip|g ${worksrcpath}/tinyca2 reinplace s|@TAR@|/usr/bin/tar|g ${worksrcpath}/tinyca2 - reinplace s|/usr/bin/perl|${prefix}/bin/perl5.12|g ${worksrcpath}/tinyca2 + reinplace s|/usr/bin/perl|${prefix}/bin/perl5.16|g ${worksrcpath}/tinyca2 } pre-build { @@ -50,3 +51,6 @@ file delete -force ${file} } } + +# no longer maintained upstream, only mirrored by macports +livecheck.type none