[90723] trunk/dports/cross/msp430-binutils-devel/Portfile

g5pw at macports.org g5pw at macports.org
Tue Mar 13 11:49:26 PDT 2012


Revision: 90723
          http://trac.macports.org/changeset/90723
Author:   g5pw at macports.org
Date:     2012-03-13 11:49:25 -0700 (Tue, 13 Mar 2012)
Log Message:
-----------
msp430-binutils-devel:
- Updated maintainer address
- Updated to use crossbinutils portgroup

Modified Paths:
--------------
    trunk/dports/cross/msp430-binutils-devel/Portfile

Modified: trunk/dports/cross/msp430-binutils-devel/Portfile
===================================================================
--- trunk/dports/cross/msp430-binutils-devel/Portfile	2012-03-13 18:45:34 UTC (rev 90722)
+++ trunk/dports/cross/msp430-binutils-devel/Portfile	2012-03-13 18:49:25 UTC (rev 90723)
@@ -1,43 +1,35 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
 PortGroup           crossbinutils 1.0
 
-set version_base    2.21.1a
-set version_msp     20120125
-
 # Extracting the distfile drops the trailing "a" in version.
 worksrcdir          binutils-2.21.1
 
-crossbinutils.setup msp430 ${version_base}
+crossbinutils.setup msp430 2.21.1a
 
 # Lets keep the value of $name provided by the crossbinutils PortGroup.
 set name_package    $name
 name                ${name_package}-devel
 conflicts           ${name_package}
-version             ${version_base}-${version_msp}
-maintainers         gmail.com:a2piratesoft openmantainer
+#Update the version.
+version             ${version}-20120125
 
-patch_sites         http://downloads.sourceforge.net/project/mspgcc/Patches/${distname}/
+maintainers         g5pw
 
+patch_sites         sourceforge:project/mspgcc/Patches/${distname}/
+
 patchfiles          ${name_package}-${version}.patch
 
-checksums           msp430-binutils-2.21.1a-20120125.patch \
+checksums           ${name_package}-${version}.patch \
                     rmd160  a835e273273a05173569b464b9abff87f0b76a4e \
                     sha256  a042aaf860b9ffacbc931fcd4ba15db9617b26fa4f05f9e27b98029c7e2f6d72 \
-                    binutils-2.21.1a.tar.bz2 \
+                    ${distname}${extract.suffix} \
                     rmd160  de5ce1d7cb0d44e3ec18c557beefb2a292d59a60 \
                     sha256  cdecfa69f02aa7b05fbcdf678e33137151f361313b2f3e48aba925f64eabf654
 
 patch.args          -p1
 
 configure.args-append \
-                    --with-mpfr-include=${prefix}/include \
-                    --with-mpfr-lib=${prefix}/lib \
-                    --with-gmp-include=${prefix}/include \
-                    --with-gmp-lib=${prefix}/lib \
-                    --with-mpc-include=${prefix}/include \
-                    --with-mpc-lib=${prefix}/lib \
-                    --disable-nls \
-                    --disable-werror
+					--disable-werror
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120313/339a0733/attachment.html>


More information about the macports-changes mailing list