[144644] trunk/dports/devel/codesearch/Portfile

eborisch at macports.org eborisch at macports.org
Thu Jan 14 07:48:25 PST 2016


Revision: 144644
          https://trac.macports.org/changeset/144644
Author:   eborisch at macports.org
Date:     2016-01-14 07:48:25 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
codesearch: Update to latest.

Modified Paths:
--------------
    trunk/dports/devel/codesearch/Portfile

Modified: trunk/dports/devel/codesearch/Portfile
===================================================================
--- trunk/dports/devel/codesearch/Portfile	2016-01-14 15:40:20 UTC (rev 144643)
+++ trunk/dports/devel/codesearch/Portfile	2016-01-14 15:48:25 UTC (rev 144644)
@@ -6,8 +6,8 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        google codesearch cd8c34d7416fc8a67c45e0ad5146c5878bc87ebd
-version             20131030
+github.setup        google codesearch a45d81b
+version             20150717
 # Epoch 1: Migration to github
 epoch               1
 
@@ -22,17 +22,17 @@
 license             BSD
 
 checksums \
-    rmd160  72368e8843b6c160e31c7a23c27bacbeb86973c4 \
-    sha256  a93832ae7dbef3e986deee48a95ae8a51e7ae138815e7f7a3dcf7e8313c023e4
+    rmd160  f87db6cc7d131a25096c74434474ff924f34dca7 \
+    sha256  9db1fa9f7f984cd9a03e593d32855ed76da56ac3525284894a70becd1467a54c
 
 platforms           darwin
 
 depends_lib         port:go
 
-worksrcdir          src/code.google.com/p/codesearch
+worksrcdir          src/github.com/google/codesearch
 
 post-extract {
-    xinstall -d ${workpath}/src/code.google.com/p
+    xinstall -d ${workpath}/src/github.com/google
     move ${workpath}/${name}-${github.version} \
         ${worksrcpath}
 }
@@ -43,7 +43,7 @@
 build {
     foreach prog ${progs} {
         system -W ${worksrcpath} \
-          "GOPATH=${workpath} go build cmd/${prog}/${prog}.go"
+          "GOPATH=${workpath} ${prefix}/bin/go build cmd/${prog}/${prog}.go"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/6db599f8/attachment.html>


More information about the macports-changes mailing list