Ticket #35915: Portfile-2.diff
File Portfile-2.diff, 1.5 KB (added by jheiss (Jason Heiss), 12 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 91574 2012-04-05 20:39:53Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup ruby 1.0 5 PortGroup github 1.0 6 7 github.setup tpkg client 2.3.3 v 8 github.tarball_from downloads 6 9 7 10 name tpkg 8 version 2.3.2 11 distname ${github.author}-${github.project}-${github.version} 12 9 13 categories sysutils 10 maintainers aput.net:jheiss openmaintainer 14 maintainers aput.net:jheiss openmaintainer 11 15 supported_archs noarch 12 16 license MIT 13 17 … … 20 24 scale to deployments across hundreds or thousands \ 21 25 of systems. 22 26 23 homepage http://tpkg.sourceforge.net/24 27 platforms darwin 25 28 26 master_sites sourceforge:project/tpkg/tpkg/${version} 27 28 checksums rmd160 b195513a268bc09b7fa613bac404da548ec9e53d \ 29 sha256 f33b248da7e43b0a18d6fc83d09b33c0d810e0f081db7955c9e2118398955ba3 29 checksums rmd160 03a3b051ba0f1dc2a9ed7a86ce4eae4ab364abfc \ 30 sha256 e1078eb9a5c88a4fdd5394653aeb7e0984c9fbf8039a1596b5ed6729c00ce48a 30 31 31 32 depends_build port:rb-rake 32 33 depends_run port:facter 33 34 34 worksrcdir ${worksrcdir}/client35 35 use_configure no 36 36 build {} 37 37 destroot.cmd ${prefix}/bin/rake