Opened 15 years ago

Last modified 15 years ago

#19426 closed update

[PATCH] libical: upgrade to 0.43 — at Initial Version

Reported by: cedstrom@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: libical

Description

Upgrade to libical 0.43, release in January.

Both patch and full Portfile included.

--- Portfile.old 2009-04-24 23:34:47.000000000 -0700 +++ Portfile 2009-04-24 23:33:07.000000000 -0700 @@ -4,7 +4,7 @@

PortSystem 1.0

name libical

-version 0.42 +version 0.43

categories devel maintainers fs.ei.tum.de:jonas openmaintainer description An implementation of iCalendar protocols and data formats

@@ -12,9 +12,9 @@

platforms darwin homepage http://sourceforge.net/projects/freeassociation/ master_sites sourceforge:freeassociation

-checksums md5 34395dcc0c0f950f337f7bf183b5ac1a \

+checksums md5 5f0a1feb60894d0be537aefea5647474 \ + sha1 a972fa876b3b9834a6e8102b7e2a670f73091cdf \ + rmd160 a0a79aec38970c5d694a3e9065a4cb7746b31fea

post-configure {

reinplace "s|CC -dynamiclib|CC ${configure.universal_ldflags} -dynamiclib|g" ${worksrcpath}/libtool


# -*- 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 # $Id$

PortSystem 1.0

name libical version 0.43 categories devel maintainers fs.ei.tum.de:jonas openmaintainer description An implementation of iCalendar protocols and data formats long_description ${description} platforms darwin homepage http://sourceforge.net/projects/freeassociation/ master_sites sourceforge:freeassociation checksums md5 5f0a1feb60894d0be537aefea5647474 \

sha1 a972fa876b3b9834a6e8102b7e2a670f73091cdf \ rmd160 a0a79aec38970c5d694a3e9065a4cb7746b31fea

post-configure {

reinplace "s|CC -dynamiclib|CC ${configure.universal_ldflags} -dynamiclib|g" ${worksrcpath}/libtool

}

Change History (2)

Changed 15 years ago by cedstrom@…

Attachment: Portfile added

Portfile

Changed 15 years ago by cedstrom@…

Attachment: Portfile.diff added
Note: See TracTickets for help on using tickets.