[103551] trunk/dports/lang/eiffelstudio72/Portfile

jann at macports.org jann at macports.org
Thu Feb 28 15:09:54 PST 2013


Revision: 103551
          https://trac.macports.org/changeset/103551
Author:   jann at macports.org
Date:     2013-02-28 15:09:54 -0800 (Thu, 28 Feb 2013)
Log Message:
-----------
Portfile improvements

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

Property Changed:
----------------
    trunk/dports/lang/eiffelstudio72/Portfile

Modified: trunk/dports/lang/eiffelstudio72/Portfile
===================================================================
--- trunk/dports/lang/eiffelstudio72/Portfile	2013-02-28 21:20:37 UTC (rev 103550)
+++ trunk/dports/lang/eiffelstudio72/Portfile	2013-02-28 23:09:54 UTC (rev 103551)
@@ -7,7 +7,7 @@
 revision          1
 set branch        [join [lrange [split ${version} .] 0 1] ""]
 categories        lang
-license           GPL
+license           GPL-2
 platforms         darwin
 maintainers       jann
 description       The ISE Eiffel Compiler and IDE
@@ -39,7 +39,9 @@
 worksrcdir        PorterPackage
 
 checksums         ${distname}${extract.suffix} rmd160 51cf3668f93d6f9eeb0a910122414ec23ebf0a13 \
-                  ${eiffel_launch} rmd160 f52af5b8b09ecdd21af4b1d89d2716597a9c1340
+				  ${distname}${extract.suffix} sha256 e85fc501922163e49af11048ab799a77b5205f3d65e1e8206be05710d4b0a9b6 \
+                  ${eiffel_launch} rmd160 f52af5b8b09ecdd21af4b1d89d2716597a9c1340 \
+                  ${eiffel_launch} sha256 862bce03664b1ef554e3b8f432cdc77284912d606f6ac58dc47dd499c3a3f594
 
 use_configure     no
 
@@ -57,18 +59,8 @@
                   }
 
 build.env-append  ISE_PLATFORM=$ise_platform
-build.env-append  ISE_EIFFEL=${worksrcpath}/Eiffel${branch}
+build.env-append  ISE_EIFFEL=${worksrcpath}/Eiffel${branch}            
 
-pre-patch         {
-                    system "tar -xjf ${worksrcpath}/libs.tar.bz2 -C ${worksrcpath}"
-                  }
-                 
-post-patch        {
-                    file delete ${worksrcpath}/libs.tar.bz2
-                    system "tar -cjf ${worksrcpath}/libs.tar.bz2 -C ${worksrcpath} library"
-                    file delete -force -- ${worksrcpath}/library
-                  }               
-
 build             {                   
                     system "cd ${worksrcpath} && ${worksrcpath}/compile_exes $ise_platform"
                     file attributes ${worksrcpath}/Eiffel${branch}/studio/spec/$ise_platform/bin/ec -permissions 0755


Property changes on: trunk/dports/lang/eiffelstudio72/Portfile
___________________________________________________________________
Added: svn:keyword
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130228/d433f546/attachment.html>


More information about the macports-changes mailing list