Ticket #6945: Portfile.diff

File Portfile.diff, 1.6 KB (added by andre@…, 18 years ago)

Patches the Portfile

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44
    5 name                            log4cpp
    6 version                         0.3.4b
    7 categories                      devel
    8 maintainers                     andre@splunk.com
    9 description                     configurable logging for C++
    10 long_description        Log4cpp is library of C++ classes for flexible logging to \
    11                                         files, syslog, IDSA and other destinations. It is modeled \
    12                                         after the Log4j Java library, staying as close to their \
    13                                         API as is reasonable.
    14 homepage                        http://log4cpp.sourceforge.net/
    15 master_sites            sourceforge
    16 configure.args          --disable-doxygen \
    17                                         --disable-dot \
    18                                         --disable-html-docs \
    19                                         --disable-latex-docs
    20 checksums                       md5 8051f012fcc58173e8015710d449457a
     5name               log4cpp
     6version            0.3.5rc3
     7revision           1
     8categories         devel
     9maintainers        andre@splunk.com
     10description        configurable logging for C++
     11long_description   Log4cpp is library of C++ classes for flexible logging to \
     12                   files, syslog, IDSA and other destinations. It is modeled \
     13                   after the Log4j Java library, staying as close to their \
     14                   API as is reasonable.
     15homepage           http://log4cpp.sourceforge.net/
     16master_sites       sourceforge
     17configure.args     --disable-doxygen \
     18                   --disable-dot \
     19                   --disable-html-docs \
     20                   --disable-latex-docs
     21checksums          md5 13177d6bf50e403cc72b15e903326392
     22
     23patchfiles         patch-Manipulator.hh