diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-03-11 14:40:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-03-11 14:40:01 +0000 |
commit | 2782c313650933dffdcaf1db8a69f2f243fcf5f1 (patch) | |
tree | 2a00445f264d88552627117544ec0cbd5273cba9 /mail/roundcube/Makefile | |
parent | be7c192abc1da4226a405cd87c294922b4521455 (diff) |
Update to 0.2.1 release.
Notes
Notes:
svn path=/head/; revision=229877
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 8ef9da19ca6e..22506c50b97f 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -6,16 +6,15 @@ # PORTNAME= roundcube -DISTVERSION= 0.2 +DISTVERSION= 0.2.1 PORTEPOCH= 1 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}mail -DISTNAME= ${PORTNAME}mail-${DISTVERSION}-stable +DISTNAME= ${PORTNAME}mail-${DISTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP -WRKSRC= ${WRKDIR}/${PORTNAME}mail-${DISTVERSION}-stable NO_BUILD= yes RCUBECOMP= SQL bin config index.php logs program robots.txt skins temp @@ -87,12 +86,12 @@ post-patch: .if defined(WITH_REPLACE_MAIL_URL) @${REINPLACE_CMD} "s/'mail'/'${MAIL}'/g" ${WRKSRC}/index.php \ ${WRKSRC}/program/include/rcmail.php \ + ${WRKSRC}/program/js/app.js \ ${WRKSRC}/program/localization/*/labels.inc \ ${WRKSRC}/program/steps/addressbook/mailto.inc @${REINPLACE_CMD} "s/_task=mail/_task=${MAIL}/g" \ ${WRKSRC}/program/steps/mail/rss.inc @${REINPLACE_CMD} "s/\"mail\"/\"${MAIL}\"/g" \ - ${WRKSRC}/program/js/app.js \ ${WRKSRC}/skins/default/includes/header.html \ ${WRKSRC}/skins/default/includes/taskbar.html @${REINPLACE_CMD} "s/mail.gif/${MAIL}.gif/g" \ |