Revision: 140067 https://trac.macports.org/changeset/140067 Author: ryandesign@macports.org Date: 2015-09-08 04:15:11 -0700 (Tue, 08 Sep 2015) Log Message: ----------- cot: update to 1.4.1 (#48742; maintainer); supported_archs noarch Modified Paths: -------------- trunk/dports/sysutils/cot/Portfile Modified: trunk/dports/sysutils/cot/Portfile =================================================================== --- trunk/dports/sysutils/cot/Portfile 2015-09-08 11:10:00 UTC (rev 140066) +++ trunk/dports/sysutils/cot/Portfile 2015-09-08 11:15:11 UTC (rev 140067) @@ -5,11 +5,12 @@ PortGroup github 1.0 PortGroup python 1.0 -github.setup glennmatthews cot 1.1.0 v +github.setup glennmatthews cot 1.4.1 v categories sysutils emulators platforms darwin linux maintainers e-dad.net:glenn license MIT +supported_archs noarch description a tool for editing Open Virtualization Format (.ovf, .ova) \ virtual appliances @@ -28,12 +29,13 @@ \n* Embed a bootstrap configuration text file into an \ OVF/OVA. \ \n* Deploy an OVF/OVA to an ESXi (VMware vCenter) server \ - to provision a new virtual machine (VM). + to provision a new virtual machine (VM), including serial \ + port configuration as needed. -checksums rmd160 cfcb0b7e37f42fef365c51dbf16ed46f2cab6d4e \ - sha256 869ebe287303b0b704635e275cc41f35a29a2211c14b75e314b1939a9da97581 +checksums rmd160 52756ddc8f5b15f49571b532733bdf39e9497048 \ + sha256 3dc408887b2dde75fc2146f7af456f048de2ce08e5f259cc53892ad3456f8cec -# COT can be installed against either Python 2.7 or 3.3 +# COT can be installed against Python 2.6, 2.7, 3.3, or 3.4 python.default_version 27 depends_build-append \
participants (1)
-
ryandesign@macports.org