Revision: 145181 https://trac.macports.org/changeset/145181 Author: adfernandes@macports.org Date: 2016-01-27 16:02:23 -0800 (Wed, 27 Jan 2016) Log Message: ----------- py-pyinstaller: change erroneous semicolon in description field Modified Paths: -------------- trunk/dports/python/py-pyinstaller/Portfile Modified: trunk/dports/python/py-pyinstaller/Portfile =================================================================== --- trunk/dports/python/py-pyinstaller/Portfile 2016-01-28 00:00:33 UTC (rev 145180) +++ trunk/dports/python/py-pyinstaller/Portfile 2016-01-28 00:02:23 UTC (rev 145181) @@ -14,7 +14,7 @@ supported_archs noarch maintainers openmaintainer adfernandes description converts (packages) Python programs into stand-alone executables -long_description ${description}; note that there is a GPL license exception that allows PyInstaller to build and distribute non-free programs, including commercial ones +long_description ${description} - note that there is a GPL license exception that allows PyInstaller to build and distribute non-free programs, including commercial ones license GPL homepage http://www.pyinstaller.org/