diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-02-11 16:08:56 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-02-11 16:08:56 +0000 |
commit | f717734459a67352550dedb2af023e3241716e24 (patch) | |
tree | d7e949086a7ab8ba2e8f895dd97ab85de9723ad9 /mail/roundcube | |
parent | 330e33984371e79a1ca2d3ecfa3f934a0d06f280 (diff) | |
download | ports-f717734459a67352550dedb2af023e3241716e24.tar.gz ports-f717734459a67352550dedb2af023e3241716e24.zip |
Update to 0.5.1 release.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268942
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 4 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 8a15d13bba4b..233db0bf4df0 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -6,7 +6,7 @@ # PORTNAME= roundcube -DISTVERSION= 0.5 +DISTVERSION= 0.5.1 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:U} @@ -101,6 +101,8 @@ post-patch: ${WRKSRC}/program/localization/*/labels.inc \ ${WRKSRC}/program/steps/addressbook/mailto.inc \ ${WRKSRC}/skins/default/functions.js + @${REINPLACE_CMD} "s/'mail|/'${MAIL}|/g" ${WRKSRC}/plugins/*/*.php + @${REINPLACE_CMD} "s/|mail'/|${MAIL}'/g" ${WRKSRC}/plugins/*/*.php @${REINPLACE_CMD} "s/_task=mail/_task=${MAIL}/g" \ ${WRKSRC}/program/js/app.js @${REINPLACE_CMD} "s/\"mail\"/\"${MAIL}\"/g" \ diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index cdacdb78684c..208d3e616f79 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,2 +1,2 @@ -SHA256 (roundcubemail-0.5.tar.gz) = 2bb776eac21edbfbc4679775acfa517f6e3a790ec0f7105dedd8693b69ef65b9 -SIZE (roundcubemail-0.5.tar.gz) = 2254703 +SHA256 (roundcubemail-0.5.1.tar.gz) = a1d8bce93713775088f7a6bc494f7127755ca90a6c7f3f94589182a65e31479c +SIZE (roundcubemail-0.5.1.tar.gz) = 2268849 |