Update port textproc/xercesc
Reported by: |
sandy@… |
Owned by: |
mww@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
xercesc
|
|
|
xercesc port don't build anymore because xerces was updated to version 2.4.0 on apache.org.
I fixed my Portfile locally, here is a cvs diff of my change:
Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/xercesc/Portfile,v
retrieving revision 1.4
diff -r1.4 Portfile
4c4
< version 2.3.0
---
> version 2.4.0
18,19c18,20
< distname xerces-c-src_2_3_0
< checksums md5 5167dca8942dd2dd719fa5a8ebe0c18b
---
> distname xerces-c-src_2_4_0
> checksums md5 d2cbd82c835441a1420eb38c4dda5129
> worksrcdir xerces-c-src2_4_0
42c43
< file copy ${worksrcpath}/version.incl ${worksrcpath}/LICENSE \
---
> file copy ${worksrcpath}/version.incl \
Change History (4)
Owner: |
changed from darwinports-bugs@… to chris.ridd@…
|
Owner: |
changed from chris.ridd@… to mww@…
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
xercesc added
|
Type: |
defect →
update
|
reassigned to maintainer; btw this shouldn't happen even if the apache folks take files off their mirrors... but this has to be fixed at another location.