[77046] trunk/dports/lang/go/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Mar 18 07:43:56 PDT 2011


Revision: 77046
          http://trac.macports.org/changeset/77046
Author:   singingwolfboy at macports.org
Date:     2011-03-18 07:43:54 -0700 (Fri, 18 Mar 2011)
Log Message:
-----------
go: updated to new version scheme (http://blog.golang.org/2011/03/go-becomes-more-stable.html), indicated that port files violate macports tree

Modified Paths:
--------------
    trunk/dports/lang/go/Portfile

Modified: trunk/dports/lang/go/Portfile
===================================================================
--- trunk/dports/lang/go/Portfile	2011-03-18 12:40:16 UTC (rev 77045)
+++ trunk/dports/lang/go/Portfile	2011-03-18 14:43:54 UTC (rev 77046)
@@ -4,7 +4,8 @@
 
 name                go
 conflicts           go-devel
-version             2011-02-01
+version             56
+epoch               1
 categories          lang
 platforms           darwin freebsd linux
 license             BSD
@@ -25,7 +26,7 @@
 homepage            http://golang.org/
 fetch.type          hg
 hg.url              https://go.googlecode.com/hg/
-hg.tag              release.${version}
+hg.tag              release.r${version}
 
 depends_build       bin:bison:bison \
                     bin:make:gmake \
@@ -82,7 +83,7 @@
     file delete -force ${destroot}${prefix}/lib
     file copy ${worksrcpath}/lib ${destroot}${prefix}
     
-    # compiled packages
+    # compiled packages: violates mtree
     file copy ${worksrcpath}/pkg ${destroot}${prefix}
 
     # include files
@@ -114,6 +115,7 @@
     xinstall -m 644 ${worksrcpath}/misc/vim/ftplugin/go/import.vim \
         ${vimdir}/ftplugin/go.vim
 }
+destroot.violate_mtree     yes
 
 platform darwin {
     build.env-append GOOS=darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110318/adba0f61/attachment.html>


More information about the macports-changes mailing list