[146088] trunk/dports/audio/audacity/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 26 11:46:53 PST 2016


Revision: 146088
          https://trac.macports.org/changeset/146088
Author:   ryandesign at macports.org
Date:     2016-02-26 11:46:52 -0800 (Fri, 26 Feb 2016)
Log Message:
-----------
audacity: remove unnecessary name/version lines; github.setup sets these for you

Modified Paths:
--------------
    trunk/dports/audio/audacity/Portfile

Modified: trunk/dports/audio/audacity/Portfile
===================================================================
--- trunk/dports/audio/audacity/Portfile	2016-02-26 16:18:28 UTC (rev 146087)
+++ trunk/dports/audio/audacity/Portfile	2016-02-26 19:46:52 UTC (rev 146088)
@@ -4,13 +4,10 @@
 PortSystem          1.0
 PortGroup           wxWidgets 1.0
 
-name                audacity
-version             2.1.2
-
 # use the release tarball from github because it contains all required external libs
 # incl. those not in MacPorts.
 PortGroup           github 1.0
-github.setup        audacity audacity ${version} Audacity-
+github.setup        audacity audacity 2.1.2 Audacity-
 github.tarball_from releases
 master_sites        https://github.com/audacity/audacity/archive/
 distname            Audacity-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160226/2b7cf8d4/attachment-0001.html>


More information about the macports-changes mailing list