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 | |
parent | be7c192abc1da4226a405cd87c294922b4521455 (diff) | |
download | ports-2782c313650933dffdcaf1db8a69f2f243fcf5f1.tar.gz ports-2782c313650933dffdcaf1db8a69f2f243fcf5f1.zip |
Notes
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 7 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 6 |
2 files changed, 6 insertions, 7 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" \ diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index 38df963d27bd..bf1836556556 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,3 +1,3 @@ -MD5 (roundcubemail-0.2-stable.tar.gz) = a029f57239fe32ea133357f4208f753f -SHA256 (roundcubemail-0.2-stable.tar.gz) = 86de36fec5cfc4217d5376fa74e27645d3c414ad18fa8554abc909709f1a9107 -SIZE (roundcubemail-0.2-stable.tar.gz) = 1672535 +MD5 (roundcubemail-0.2.1.tar.gz) = d49bfea590cdca3d6b221903217e0c55 +SHA256 (roundcubemail-0.2.1.tar.gz) = 44562941bd08091b3b8a106ea3256c42acc688433c856e406b3e5347d3cf01bd +SIZE (roundcubemail-0.2.1.tar.gz) = 1664897 |