[24082] trunk/dports/cross/i960-rtems-binutils

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 15 23:10:11 PDT 2007


Revision: 24082
          http://trac.macosforge.org/projects/macports/changeset/24082
Author:   pguyot at kallisys.net
Date:     2007-04-15 23:10:11 -0700 (Sun, 15 Apr 2007)

Log Message:
-----------
cross/i960-rtems-binutils: Update to 2.16.1, which is the latest release for this target. Add livecheck.

Modified Paths:
--------------
    trunk/dports/cross/i960-rtems-binutils/Portfile

Removed Paths:
-------------
    trunk/dports/cross/i960-rtems-binutils/files/

Modified: trunk/dports/cross/i960-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/i960-rtems-binutils/Portfile	2007-04-16 06:03:10 UTC (rev 24081)
+++ trunk/dports/cross/i960-rtems-binutils/Portfile	2007-04-16 06:10:11 UTC (rev 24082)
@@ -2,8 +2,7 @@
 
 PortSystem			1.0
 name				i960-rtems-binutils
-version				2.14
-revision			1
+version				2.16.1
 
 # Parameters for this port.
 set crossgcc-target i960-rtems
@@ -18,7 +17,9 @@
 master_sites		gnu:binutils
 distname			binutils-${version}
 use_bzip2			yes
-checksums			md5 2da8def15d28af3ec6af0982709ae90a
+checksums			md5 6a9d529efb285071dad10e1f3d2b2967 \
+					sha1 5c80fd5657da47efc16a63fdd93ef7395319fbbf \
+					rmd160 638861a6b709ac380f1bc13d55c6b48d0532b3d0
 
 # Download everything to binutils/
 dist_subdir			binutils
@@ -32,25 +33,12 @@
 					--program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man'
 build.dir       	${workpath}/build
 
-# Patches to make sure that message files are destrooted and to use
-# ${crossgcc-target}-dir as the info-dir
-patchfiles			patch-bfd-po-Make-in \
-					patch-binutils-po-Make-in \
-					patch-gas-po-Make-in \
-					patch-gprof-po-Make-in \
-					patch-ld-po-Make-in \
-					patch-opcodes-po-Make-in \
-					patch-bfd-doc-Makefile.in \
-					patch-binutils-doc-Makefile.in \
-					patch-gas-doc-Makefile.in \
-					patch-ld-Makefile.in
-
 # We don't want the etc module.
 post-extract {
 	system "rm -rf ${worksrcpath}/etc"
 }
 
-post-patch {
+patch {
 	namespace eval crossgcc {}
 
 	# Fix the info pages and related stuff.
@@ -134,3 +122,9 @@
 	# Installing (host) libiberty was a mistake.
 	file delete "${destroot}/${prefix}/lib/libiberty.a"
 }
+
+# 2.16.1 is the latest supported version for this target, unless a maintainer
+# comes up, which may happen with new releases of binutils.
+livecheck.check		freshmeat
+livecheck.name		binutils
+livecheck.version	2.17

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070415/9052c79a/attachment.html


More information about the macports-changes mailing list