Changeset 4451 for trunk/dports


Ignore:
Timestamp:
Jan 4, 2004, 11:26:04 PM (20 years ago)
Author:
mww
Message:

Bug: #1358
Submitted by: sandy@…
Reviewed by: mww@
Approved by: chris.ridd@…

updating to 2.4.0 with some small changes as some files are missing and the worksrcdir is named inconsistent in the tar.gz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/xercesc/Portfile

    r4440 r4451  
    1 # $Id: Portfile,v 1.5 2004/01/03 13:50:03 mww Exp $
     1# $Id: Portfile,v 1.6 2004/01/04 23:26:04 mww Exp $
    22PortSystem 1.0
    33name                    xercesc
    4 version                 2.3.0
    5 revision                1
     4version                 2.4.0
    65categories              textproc
    76maintainers             chris.ridd@isode.com
     
    1514homepage                http://xml.apache.org/xerces-c/
    1615master_sites            apache:xml/xerces-c/
    17 distname                xerces-c-src_2_3_0
    18 checksums               md5 5167dca8942dd2dd719fa5a8ebe0c18b
     16distname                xerces-c-src_2_4_0
     17checksums               md5 d2cbd82c835441a1420eb38c4dda5129
    1918platforms               darwin freebsd
     19
     20worksrcdir              xerces-c-src2_4_0
     21
    2022configure.dir           ${worksrcpath}/src/xercesc
    2123configure.env           XERCESCROOT="${worksrcpath}"
     
    3941        file mkdir ${destroot}${prefix}/share/doc
    4042        file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name}
    41         file copy ${worksrcpath}/version.incl ${worksrcpath}/LICENSE \
    42                 ${worksrcpath}/LICENSE.txt ${worksrcpath}/Readme.html \
    43                 ${worksrcpath}/STATUS ${worksrcpath}/credits.txt \
     43        file copy ${worksrcpath}/version.incl ${worksrcpath}/LICENSE.txt \
     44                ${worksrcpath}/Readme.html ${worksrcpath}/credits.txt \
    4445                ${destroot}${prefix}/share/doc/${name}
    4546}
Note: See TracChangeset for help on using the changeset viewer.