[150314] trunk/dports/sysutils/asciinema

larryv at macports.org larryv at macports.org
Fri Jul 15 08:32:22 PDT 2016


Revision: 150314
          https://trac.macports.org/changeset/150314
Author:   larryv at macports.org
Date:     2016-07-15 08:32:22 -0700 (Fri, 15 Jul 2016)
Log Message:
-----------
asciinema: Update to 1.3

- https://github.com/asciinema/asciinema/blob/v1.3.0/CHANGELOG.md
- http://blog.asciinema.org/post/and-now-for-something-completely-different

Modified Paths:
--------------
    trunk/dports/sysutils/asciinema/Portfile

Removed Paths:
-------------
    trunk/dports/sysutils/asciinema/files/

Modified: trunk/dports/sysutils/asciinema/Portfile
===================================================================
--- trunk/dports/sysutils/asciinema/Portfile	2016-07-15 14:46:23 UTC (rev 150313)
+++ trunk/dports/sysutils/asciinema/Portfile	2016-07-15 15:32:22 UTC (rev 150314)
@@ -3,9 +3,9 @@
 
 PortSystem          1.0
 PortGroup           github 1.0
+PortGroup           python 1.0
 
-github.setup        asciinema asciinema c382d93fb8105e9e4e4a790d8f70bf702c6c6d4b
-version             1.2.0
+github.setup        asciinema asciinema 1.3.0 v
 categories          sysutils
 platforms           darwin
 license             GPL-3+
@@ -19,28 +19,12 @@
                     and sharing them on the web.
 homepage            https://asciinema.org
 
-depends_build       port:go
+python.default_version 35
+depends_build       port:py${python.version}-setuptools
 
-checksums           rmd160  00a1d2bd07ed2f8dc4352b5b707a5275cb7f2038 \
-                    sha256  7ceffbb45b9fa61522354cf9c5d9e3f8f7d62b7a3522a81d0eb23cba06e191db
+checksums           rmd160  4e53a8a0dbeff0f0d8a571fc2601b454e2c419fb \
+                    sha256  3f09e7fb1ab6b1fdbf578fdb93ea520ba7425ec1af4d5a0863f378a63188dcea
 
-worksrcdir          src/github.com/${github.author}/${github.project}
-post-extract {
-    file mkdir [file dirname ${worksrcpath}]
-    move ${workpath}/${distname} ${worksrcpath}
-}
-
-patchfiles          pass-flags.patch \
-                    skip-tests.patch
-
-use_configure       no
-
-build.args          COMMIT=[string range ${github.version} 0 6] \
-                    GOPATH='${workpath}' \
-                    MP_GOFLAGS='-p ${build.jobs} -x'
-
-destroot.args       PREFIX='${prefix}'
-
 livecheck.type      regex
 livecheck.url       ${github.homepage}/releases.atom
 livecheck.regex     {<id>tag:github.com,2008:Repository/2823326/v(\d+(\.\d+)+)</id>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160715/ab8dcb68/attachment.html>


More information about the macports-changes mailing list