[32110] trunk/dports/sysutils/MacPorts

jmpp at macports.org jmpp at macports.org
Sun Dec 16 20:52:43 PST 2007


Revision: 32110
          http://trac.macosforge.org/projects/macports/changeset/32110
Author:   jmpp at macports.org
Date:     2007-12-16 20:52:42 -0800 (Sun, 16 Dec 2007)

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

Update the MacPorts Portfile for the 1.6.0 release.
Delete the entire files/ dir to avoid duplication of files across our repository;
use svn:externals to fetch the necessary files from the latest major release URL
(http://svn.macports.org/repository/macports/tags/release_1_6_0/base/portmgr/dmg as of the time of this commit).

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

Removed Paths:
-------------
    trunk/dports/sysutils/MacPorts/files/

Property Changed:
----------------
    trunk/dports/sysutils/MacPorts/


Property changes on: trunk/dports/sysutils/MacPorts
___________________________________________________________________
Name: svn:externals
   + files http://svn.macports.org/repository/macports/tags/release_1_6_0/base/portmgr/dmg


Modified: trunk/dports/sysutils/MacPorts/Portfile
===================================================================
--- trunk/dports/sysutils/MacPorts/Portfile	2007-12-17 03:46:08 UTC (rev 32109)
+++ trunk/dports/sysutils/MacPorts/Portfile	2007-12-17 04:52:42 UTC (rev 32110)
@@ -3,7 +3,7 @@
 PortSystem    1.0
 
 name    MacPorts
-version    1.5.0
+version    1.6.0
 
 categories    sysutils
 platforms    darwin freebsd
@@ -16,9 +16,9 @@
 homepage    http://www.macports.org
 master_sites    macports:${distname}
 
-checksums    md5 836012815ed0f93f226804878013a65a \
-             sha1 8e1f83308eef5971112ccdd734a8d48fd77673b3 \
-             rmd160 1f35a7a7f2827794741bd57641ec5c32d8272467
+checksums    md5 67e61ebf25389ccee8ab09b859397c83 \
+             sha1 e47667954c265ff6dc73a3330085cbe14246b011 \
+             rmd160 3cdc362a8f7c9ec9ba2e14c57d4ad45e16d35c04
 
 # Readline is disabled by default to avoid support issues with people who have a readline in
 # /usr/local. Since this portfile is presumably used in a clean environment, enable it here.
@@ -29,11 +29,12 @@
 configure.cppflags
 configure.ldflags
 
+
 post-pkg {
     if {[file exists ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj]} {
-    set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj
+        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj
     } else {
-    set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
     }
     file copy -force -- ${filespath}/ReadMe.rtf ${resources}
     file copy -force -- ${filespath}/License.html ${resources}
@@ -44,9 +45,9 @@
 platform darwin 7 {
     post-pkg {
         if {[file exists ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj]} {
-        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj
+            set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj
         } else {
-        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+            set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
         }
         reinplace "s|__XVERS__|10.3|" ${resources}/ReadMe.rtf
         reinplace "s|or newer ||" ${resources}/Welcome.html
@@ -56,9 +57,9 @@
 platform darwin 8 {
     post-pkg {
         if {[file exists ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj]} {
-        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj
+            set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj
         } else {
-        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+            set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
         }
         reinplace "s|is built|contains a Universal installer|" ${resources}/ReadMe.rtf
         reinplace "s|__XVERS__|10.4|" ${resources}/ReadMe.rtf
@@ -93,9 +94,9 @@
 platform darwin 9 {
     post-pkg {
         if {[file exists ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj]} {
-        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj
+            set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/English.lproj
         } else {
-        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+            set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
         }
         reinplace "s|is built|contains a Universal installer|" ${resources}/ReadMe.rtf
         reinplace "s|__XVERS__|10.5|" ${resources}/ReadMe.rtf

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


More information about the macports-changes mailing list