Ticket #14464: sqlalchemy.2.diff

File sqlalchemy.2.diff, 1.9 KB (added by ebgssth@…, 16 years ago)

patch without indentation fix

  • py-sqlalchemy/Portfile

     
    1616homepage                http://www.sqlalchemy.org
    1717master_sites            sourceforge:sqlalchemy
    1818distname                SQLAlchemy-${version}
    19 checksums               sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \
     19checksums               md5 f0a1401ab11246d59a535206e5043c65 \
     20                        sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \
    2021                        rmd160 66d6eb2badf28068c7e50bcce2ac7a525dcf552d
    2122depends_lib             port:py-setuptools
     23
     24post-destroot {
     25        # Install example files not installed by the Makefile
     26        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     27        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
     28        eval copy [glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name}
     29        eval copy [glob ${worksrcpath}/examples/*] ${destroot}${prefix}/share/doc/${name}/examples
     30}
     31 
  • py25-sqlalchemy/Portfile

     
    1616homepage                http://www.sqlalchemy.org
    1717master_sites            sourceforge:sqlalchemy
    1818distname                SQLAlchemy-${version}
    19 checksums               sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \
     19checksums               md5 f0a1401ab11246d59a535206e5043c65 \
     20                        sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \
    2021                        rmd160 66d6eb2badf28068c7e50bcce2ac7a525dcf552d
    21 
    2222depends_lib             port:py25-setuptools
    2323
     24post-destroot {
     25        # Install example files not installed by the Makefile
     26        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     27        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
     28        eval copy [glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name}
     29        eval copy [glob ${worksrcpath}/examples/*] ${destroot}${prefix}/share/doc/${name}/examples
     30}
     31