[23543] trunk/dports/sysutils/MacPorts/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 3 19:27:32 PDT 2007


Revision: 23543
          http://trac.macosforge.org/projects/macports/changeset/23543
Author:   jmpp at macports.org
Date:     2007-04-03 19:27:31 -0700 (Tue, 03 Apr 2007)

Log Message:
-----------

Updates to the MacPorts Portfile to finally build the dmg's:

 * using the 1.4.0 long version format;
 * s/macosforge/macports/ in master_sites (I think we can include that precise URL into the macports mirrors list
   in a future release);
 * setting checksums for tarball;
 * s/darwinports/MacPorts/ in Portfile comments;

Modified Paths:
--------------
    trunk/dports/sysutils/MacPorts/Portfile

Modified: trunk/dports/sysutils/MacPorts/Portfile
===================================================================
--- trunk/dports/sysutils/MacPorts/Portfile	2007-04-04 02:18:14 UTC (rev 23542)
+++ trunk/dports/sysutils/MacPorts/Portfile	2007-04-04 02:27:31 UTC (rev 23543)
@@ -3,7 +3,7 @@
 PortSystem 		1.0
 
 name			MacPorts
-version			1.4
+version			1.4.0
 
 categories		sysutils
 platforms		darwin freebsd
@@ -14,11 +14,11 @@
 			of freely available software on Mac OS X 10.3 or newer systems.
 
 homepage		http://www.macports.org
-master_sites		http://svn.macosforge.org/repository/macports/downloads/${name}-${version}
+master_sites		http://svn.macports.org/repository/macports/downloads/${name}-${version}
 
-checksums		md5 \
-			sha1 \
-			rmd160 
+checksums		md5 d845d2e4a2b62071e40207f62a342196 \
+			sha1 f5f17f77e4cde75546309b409bc98182db9d300d \
+			rmd160 c1a34317c0553705970b0cdcf3002ce1a5bce784
 
 destroot.keepdirs ${destroot}${prefix}/include\
 	${destroot}${prefix}/lib ${destroot}${prefix}/libexec\
@@ -152,7 +152,7 @@
 				 ${sdkrootpath}${tclstubpath}"
 				system "cp -p ${tclstubpath} ${sdkrootpath}${tclstubpath}"
 			}
-			# Supply architecture flags to build darwinports as fat
+			# Supply architecture flags to build MacPorts as fat
 			configure.args-append "CFLAGS='-isysroot ${sdkrootpath} -arch ppc -arch i386'\
 			SHLIB_LDFLAGS='-Wl,-syslibroot,${sdkrootpath} -arch ppc -arch i386'"
 		}
@@ -160,6 +160,6 @@
 }
 
 platform darwin 8 i386 {
-	# Supply architecture flags to build darwinports as fat on an Intel Mac
+	# Supply architecture flags to build MacPorts as fat on an Intel Mac
 	configure.args-append "CFLAGS='-arch ppc -arch i386' SHLIB_LDFLAGS='-arch ppc -arch i386'"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070403/457a97d4/attachment.html


More information about the macports-changes mailing list