[153627] trunk/dports/sysutils/peco/Portfile

kimuraw at macports.org kimuraw at macports.org
Thu Oct 6 14:28:29 CEST 2016


Revision: 153627
          https://trac.macports.org/changeset/153627
Author:   kimuraw at macports.org
Date:     2016-10-06 05:28:29 -0700 (Thu, 06 Oct 2016)
Log Message:
-----------
sysutils/peco: upgrade to 0.4.3

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

Modified: trunk/dports/sysutils/peco/Portfile
===================================================================
--- trunk/dports/sysutils/peco/Portfile	2016-10-06 12:14:22 UTC (rev 153626)
+++ trunk/dports/sysutils/peco/Portfile	2016-10-06 12:28:29 UTC (rev 153627)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 PortGroup       github 1.0
 
-github.setup    peco peco 0.4.2 v
+github.setup    peco peco 0.4.3 v
 revision        0
 categories      sysutils
 homepage        http://peco.github.io
@@ -23,9 +23,9 @@
 
 # peco
 checksums       peco-${version}.tar.gz \
-                    md5 4aa80b27519cae80b18a097a9b739a14 \
-                    sha1 5edb7cfa9d1d0324b49da51e18376e3c1c81f1d5 \
-                    sha256 6399451943bc03552d8a22b35453ddbbe9e20812bbc82b03df455dc3bda97c71
+                    md5 40e42420611af2df1c21d0bbf01b0826 \
+                    sha1 dbf2bc8bd252fc257c8f36323d9099820e63e378 \
+                    sha256 be2ed3d45d01b50a7fc7bec30b31e89181bbc961324b46cb648fff6c62c627d1
 
 # utility for go-vendoring codes
 set go.vendors {}
@@ -114,16 +114,15 @@
 #           jessevdk/go-flags-v/
 #             :
 set gopath      ${workpath}/gopath
-set gosrc       ${gopath}/src
 post-extract {
-    file mkdir ${gosrc}/github.com/peco
-    ln -s ${worksrcpath} ${gosrc}/github.com/peco/peco
+    file mkdir ${gopath}/src/github.com/peco
+    ln -s ${worksrcpath} ${gopath}/src/github.com/peco/peco
 
     foreach vlist ${go.vendors} {
         set fname [lindex ${vlist} 0]
         set imp_name [lindex ${vlist} 1]
-        file mkdir ${gosrc}/[file dirname ${imp_name}]
-        move [glob ${workpath}/${fname}-*] ${gosrc}/${imp_name}
+        file mkdir ${gopath}/src/[file dirname ${imp_name}]
+        move [glob ${workpath}/${fname}-*] ${gopath}/src/${imp_name}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161006/6cff2091/attachment-0002.html>


More information about the macports-changes mailing list