Ticket #11528: libksba-1.0.1.diff

File libksba-1.0.1.diff, 1.7 KB (added by pipping@…, 17 years ago)

new patch (mirrors, testsuite)

  • files/patch-alloca

     
    1 --- gl/Makefile.in      2005-08-01 17:15:04.000000000 +0200
    2 +++ gl/Makefile.in      2005-11-19 13:39:12.000000000 +0100
    3 @@ -64,7 +64,7 @@
    4  CONFIG_CLEAN_FILES =
    5  LTLIBRARIES = $(noinst_LTLIBRARIES)
    6  libgnu_la_DEPENDENCIES = @LTLIBOBJS@ @LTALLOCA@
    7 -am_libgnu_la_OBJECTS =
    8 +am_libgnu_la_OBJECTS = alloca.lo
    9  libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
    10  DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
    11  depcomp =
  • Portfile

     
    22
    33PortSystem 1.0
    44name        libksba
    5 version     0.9.12
     5version     1.0.1
    66categories  devel
    77maintainers yeled@macports.org
    88description X.509 and CMS library
     
    2323    and over again. Libksba hides this by providing just one \
    2424    API which does the Right Thing.
    2525
    26 master_sites    ftp://ftp.gnupg.org/gcrypt/alpha/libksba/ \
    27                 ftp://ftp.planetmirror.com/pub/gcrypt/alpha/libksba
     26master_sites    http://mirrors.rootmode.com/ftp.gnupg.org/${name}/ \
     27        ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/${name}/ \
     28        ftp://ftp.gnupg.org/gcrypt/${name}/
    2829
    29 checksums   md5 4d40a09134c5a0d2dcc6416f9abdcc98
     30checksums   md5 43646aa414f28e4962f8db138efbf249
    3031
    31 depends_lib port:libgpg-error port:libgcrypt
    32 
    33 configure.args  --infodir=${prefix}/share/info
    34 
    35 patchfiles  patch-alloca
    36 
    37 # Yuck
    38 post-destroot {
    39     file delete ${destpath}/${prefix}/share/info/dir
    40 }
     32depends_lib port:libgpg-error port:gettext port:libiconv
     33test.run    yes
     34test.target check