Ticket #42370: Portfile.diff

File Portfile.diff, 1.1 KB (added by mndavidoff (Monte Davidoff), 9 years ago)
  • Portfile

    old new  
    22# $Id: Portfile 116729 2014-02-05 01:21:22Z ryandesign@macports.org $
    33
    44PortSystem 1.0
    5 PortGroup           conflicts_build 1.0
    65
    76name                slib
    8 version             3b4
     7version             3b5
    98categories          devel lang
    109platforms           darwin
    1110supported_archs     noarch
     
    2423master_sites        http://groups.csail.mit.edu/mac/ftpdir/scm/ \
    2524                    http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/
    2625
    27 checksums           rmd160  b58af4556b7e7aab99fb2729c964af04d15cb6a6 \
    28                     sha256  9f7c50cb07ba996917aa1b15eca6392d0215ccbdfdf84f68486a23adc7f1d7a6
    29 
    30 # https://trac.macports.org/ticket/42370
    31 conflicts_build     texinfo
     26checksums           rmd160  bfd5b1e107201473b53caef5df76e3f01550d9eb \
     27                    sha256  ea26e5170c6db6d6c69e4aaf91e9b1c9619174fc92d5dc63c71fff2a935e51ba
    3228
    3329# The build happens at destroot time; there doesn't seem to be a good way
    3430# to make it build without also installing at the same time.