diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-12-23 17:52:21 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-12-23 17:52:21 +0000 |
commit | 62c41ed0367fa3f9b0cc01305be7b1df97e973f1 (patch) | |
tree | 59d783de28d84db691c40a766c13ab8aa7fe10ae /mail/sylpheed2-devel/Makefile | |
parent | 52f4e6467c63951f46b8d5aec3a4d720aa32c9a0 (diff) |
Update to 2.3.0RC.
Notes
Notes:
svn path=/head/; revision=180615
Diffstat (limited to 'mail/sylpheed2-devel/Makefile')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index ee58e2b1feab..2cedc234987b 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' \ |