diff options
author | nork <nork@FreeBSD.org> | 2006-12-23 17:52:21 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-12-23 17:52:21 +0000 |
commit | cf86c4bf478c3d44f3578042f1670b9ebe4b94af (patch) | |
tree | 367c31c8c63ef4a79645ba00618fef91fada3202 /mail | |
parent | 19fa7fbb7eb185cdf429dd509831afe095dcf690 (diff) | |
download | FreeBSD-ports-cf86c4bf478c3d44f3578042f1670b9ebe4b94af.zip FreeBSD-ports-cf86c4bf478c3d44f3578042f1670b9ebe4b94af.tar.gz |
Update to 2.3.0RC.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 11 | ||||
-rw-r--r-- | mail/sylpheed2-devel/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed2-devel/files/patch-libsylph-ssl.c | 10 |
3 files changed, 20 insertions, 7 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index ee58e2b..2cedc23 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -6,18 +6,19 @@ # PORTNAME= sylpheed -PORTVERSION= 2.3.0.b7 -PORTREVISION= 1 +PORTVERSION= 2.3.0.rc +PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.3beta/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws/ -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.b/beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.rc/rc/} MAINTAINER= nork@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client -RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \ + ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots #IGNORE= "is out-of-dated, use mail/sylpheed2 instead of this, until the next development starts." @@ -112,6 +113,8 @@ post-patch: s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ ${WRKSRC}/libsylph/procmime.c + @${REINPLACE_CMD} -e 's|/etc/ssl/certs|${LOCALBASE}/share/certs|g' \ + ${WRKSRC}/libsylph/ssl.c .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src po manual faq$$|SUBDIRS = ac libsylph src po|g' \ diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo index aed2db3..3a59d25 100644 --- a/mail/sylpheed2-devel/distinfo +++ b/mail/sylpheed2-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (sylpheed-2.3.0beta7.tar.bz2) = 2f7b13f858f1c736cffbb633802f604f -SHA256 (sylpheed-2.3.0beta7.tar.bz2) = 42179cf42db057696e20fe424fc50bcd5a9d799434ee373c7de6839875689875 -SIZE (sylpheed-2.3.0beta7.tar.bz2) = 2628783 +MD5 (sylpheed-2.3.0rc.tar.bz2) = 4e29600db22061fc3c7ce69fa7c6f220 +SHA256 (sylpheed-2.3.0rc.tar.bz2) = 38aea98ed463bbcc4136584ec2e769825677378a057c5e9f3893310a5b07170c +SIZE (sylpheed-2.3.0rc.tar.bz2) = 2628875 diff --git a/mail/sylpheed2-devel/files/patch-libsylph-ssl.c b/mail/sylpheed2-devel/files/patch-libsylph-ssl.c new file mode 100644 index 0000000..f5ee345 --- /dev/null +++ b/mail/sylpheed2-devel/files/patch-libsylph-ssl.c @@ -0,0 +1,10 @@ +--- libsylph/ssl.c.orig Mon Dec 18 15:16:01 2006 ++++ libsylph/ssl.c Sat Dec 23 14:41:18 2006 +@@ -55,6 +55,7 @@ + if (certs_dir) { + LOOK_FOR("ca-certificates.crt"); + LOOK_FOR("ca-bundle.crt"); ++ LOOK_FOR("ca-root.crt"); + LOOK_FOR("certs.crt"); + } + |