Changes between Initial Version and Version 2 of Ticket #19426


Ignore:
Timestamp:
Apr 25, 2009, 7:29:32 AM (15 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19426

    • Property Owner changed from macports-tickets@… to jonas@…
    • Property Type changed from defect to enhancement
  • Ticket #19426 – Description

    initial v2  
    22
    33Both patch and full Portfile included.
    4 
    5 --- Portfile.old        2009-04-24 23:34:47.000000000 -0700
    6 +++ Portfile    2009-04-24 23:33:07.000000000 -0700
    7 @@ -4,7 +4,7 @@
    8  PortSystem          1.0
    9  
    10  name                libical
    11 -version             0.42
    12 +version             0.43
    13  categories          devel
    14  maintainers         fs.ei.tum.de:jonas openmaintainer
    15  description         An implementation of iCalendar protocols and data formats
    16 @@ -12,9 +12,9 @@
    17  platforms           darwin
    18  homepage            http://sourceforge.net/projects/freeassociation/
    19  master_sites       sourceforge:freeassociation
    20 -checksums           md5     34395dcc0c0f950f337f7bf183b5ac1a \
    21 -                    sha1    8b6654c714b0193e4496a55427803c969c9cb5e1 \
    22 -                    rmd160  71544a562a4244bec7f62669bdbf280591c0b253
    23 +checksums           md5     5f0a1feb60894d0be537aefea5647474 \
    24 +                    sha1    a972fa876b3b9834a6e8102b7e2a670f73091cdf \
    25 +                    rmd160  a0a79aec38970c5d694a3e9065a4cb7746b31fea
    26  
    27  post-configure {
    28      reinplace "s|CC -dynamiclib|CC ${configure.universal_ldflags} -dynamiclib|g" ${worksrcpath}/libtool
    29 
    30 
    31 
    32 --------------------------
    33 
    34 
    35 
    36 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    37 # $Id$
    38 
    39 PortSystem          1.0
    40 
    41 name                libical
    42 version             0.43
    43 categories          devel
    44 maintainers         fs.ei.tum.de:jonas openmaintainer
    45 description         An implementation of iCalendar protocols and data formats
    46 long_description    ${description}
    47 platforms           darwin
    48 homepage            http://sourceforge.net/projects/freeassociation/
    49 master_sites        sourceforge:freeassociation
    50 checksums           md5     5f0a1feb60894d0be537aefea5647474 \
    51                     sha1    a972fa876b3b9834a6e8102b7e2a670f73091cdf \
    52                     rmd160  a0a79aec38970c5d694a3e9065a4cb7746b31fea
    53 
    54 post-configure {
    55     reinplace "s|CC -dynamiclib|CC ${configure.universal_ldflags} -dynamiclib|g" ${worksrcpath}/libtool
    56 }