Changeset 98089


Ignore:
Timestamp:
Sep 24, 2012, 6:24:45 PM (12 years ago)
Author:
ryandesign@…
Message:

magic: update to 7.5.224; remove APPLE patch integrated upstream

Location:
trunk/dports/science/magic
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/magic/Portfile

    r98016 r98089  
    66
    77name                magic
    8 version             7.5.223
     8version             7.5.224
    99set major           [lindex [split ${version} .] 0]
    1010categories          science
     
    3030depends_lib         port:tcl port:tk port:blt port:mesa
    3131
    32 checksums           rmd160  1e11d5bdef69f866c57c8f739c4ca5420f3779da \
    33                     sha256  72e5609c61620161fcc3574a8a76684dde5fed1cbebe4cc54261429f05f5bce3
     32checksums           rmd160  68cc5fd71905dac2ed4abbe6eac5256e359fcdac \
     33                    sha256  47f1b3283cf35c97de30c35c844f4abdbc331f375062fc4462d36a9a447c6495
    3434
    35 patchfiles          patch-scripts-configure.in.diff \
    36                     patch-__APPLE__.diff
     35patchfiles          patch-scripts-configure.in.diff
    3736
    3837universal_variant   no
  • trunk/dports/science/magic/files/patch-scripts-configure.in.diff

    r98016 r98089  
    1 --- scripts/configure.in.orig   2012-04-20 09:12:44.000000000 -0500
    2 +++ scripts/configure.in        2012-09-17 20:51:22.000000000 -0500
     1--- scripts/configure.in.orig   2012-09-22 08:52:38.000000000 -0500
     2+++ scripts/configure.in        2012-09-24 12:55:31.000000000 -0500
    33@@ -23,6 +23,7 @@
    44 dnl Checks for programs.
     
    1717 modules=""
    1818 unused=""
    19 @@ -1290,7 +1290,7 @@
     19@@ -1361,7 +1361,7 @@
    2020       SHDLIB_EXT=".dylib"
    2121       LDDL_FLAGS="-dynamiclib -flat_namespace -undefined suppress -noprebind"
     
    2626 
    2727     *cygwin*)
    28 @@ -1529,9 +1529,6 @@
     28@@ -1600,9 +1600,6 @@
    2929    DEPEND_FLAG="-MM"
    3030 fi
     
    3636 dnl Substitute all variables
    3737 
    38 @@ -1583,7 +1580,7 @@
     38@@ -1654,7 +1651,7 @@
    3939 echo "Configuration Summary (principle requirements):"
    4040 echo
     
    4545    echo "yes"
    4646 else
    47 @@ -1597,7 +1594,7 @@
     47@@ -1668,7 +1665,7 @@
    4848    echo
    4949 fi
     
    5454    echo "yes"
    5555 else
    56 @@ -1614,9 +1611,9 @@
     56@@ -1685,9 +1682,9 @@
    5757 fi
    5858 
     
    6666       echo "Cannot find 'tclsh' executable to check existance of the BLT package"
    6767    else
    68 @@ -1639,10 +1636,10 @@
     68@@ -1710,10 +1707,10 @@
    6969    fi
    7070 else
Note: See TracChangeset for help on using the changeset viewer.