Ticket #11790: Portfile.patch

File Portfile.patch, 861 bytes (added by aconchillo@…, 17 years ago)

Portfile patch for version 1.31

  • Portfile

    old new  
    1 # $Id: Portfile 20289 2006-11-01 17:40:14Z blair@macports.org $
     1# $Id: Portfile,v 1.3 2006/06/02 17:14:27 mww Exp $
    22
    33PortSystem        1.0
    44name              srecord
    5 version           1.26
     5version           1.31
    66categories        devel
    77maintainers       aconchillo@gmail.com
    88platforms         darwin
     
    3030                  offsets, split and unsplit for memory striping schemes.
    3131homepage          http://srecord.sourceforge.net/
    3232master_sites      sourceforge
    33 checksums         md5 86ea7ffde6d365e85dee214deea45a2f
     33checksums         md5 9391766aca7da38e4293776186a21f23
    3434configure.env     CPPFLAGS="-I${prefix}/include" \
    3535                  CFLAGS="-I${prefix}/include" \
    3636                  LDFLAGS="-L${prefix}/lib"