Ticket #7853: Portfile.2.diff

File Portfile.2.diff, 468 bytes (added by opendarwin.nospam@…, 18 years ago)

forgot to increase port's revision number

  • Portfile

    old new  
    33PortSystem                      1.0
    44name                            gpgme
    55version                         1.1.2
     6revision                        1
    67categories                      devel security crypto
    78maintainers                     blb@opendarwin.org
    89description                     A library for easy acces to GnuPG.
     
    4243        configure.env-append    LIBS="-lpth"
    4344}
    4445
     46platform darwin {
     47        patchfiles-append       patch-assuan-assuan.h \
     48                                                        patch-assuan-funopen.c
     49}
     50