diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-15 14:55:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-15 14:55:32 +0000 |
commit | d2e1e3391d4cfd656261b0715f16fb9b9f4f600e (patch) | |
tree | 7a9ad1a21ae003704cf1fae59103baf9394785e3 /mail/roundcube-automatic_addressbook | |
parent | 259b883c42f80a02eb0cd0c0fd94589a6c64d97f (diff) | |
download | ports-d2e1e3391d4cfd656261b0715f16fb9b9f4f600e.tar.gz ports-d2e1e3391d4cfd656261b0715f16fb9b9f4f600e.zip |
Notes
Diffstat (limited to 'mail/roundcube-automatic_addressbook')
-rw-r--r-- | mail/roundcube-automatic_addressbook/Makefile | 10 | ||||
-rw-r--r-- | mail/roundcube-automatic_addressbook/distinfo | 4 | ||||
-rw-r--r-- | mail/roundcube-automatic_addressbook/pkg-descr | 2 | ||||
-rw-r--r-- | mail/roundcube-automatic_addressbook/pkg-plist | 8 |
4 files changed, 15 insertions, 9 deletions
diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile index 96015a6bdf12..b43c701a23fb 100644 --- a/mail/roundcube-automatic_addressbook/Makefile +++ b/mail/roundcube-automatic_addressbook/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= automatic_addressbook -PORTVERSION= 0.3.1 +PORTVERSION= 0.4 CATEGORIES= mail -MASTER_SITES= http://code.crapouillou.net/attachments/download/16/ +MASTER_SITES= http://code.crapouillou.net/attachments/download/19/ PKGNAMEPREFIX= roundcube- MAINTAINER= anes@anes.su @@ -11,11 +11,13 @@ COMMENT= Roundcube webmail automatic addressbook plugin LICENSE= GPLv3 +BUILD_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube RUN_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube USE_BZIP2= yes NO_BUILD= yes +WRKSRC?= ${WRKDIR}/${PORTNAME} RCDIR= ${PREFIX}/www/roundcube WWWDIR= ${RCDIR}/plugins/automatic_addressbook @@ -26,10 +28,10 @@ SUB_LIST= RCDIR=${RCDIR} PLUGINDIR=${WWWDIR} x-generate-plist: build cd ${WRKSRC}; \ ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ - ${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \ + ${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \ ${FIND} . -type d | ${SORT} -r | ${SED} \ -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp + -e "s,^\.,@dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp do-install: @${MKDIR} ${WWWDIR} diff --git a/mail/roundcube-automatic_addressbook/distinfo b/mail/roundcube-automatic_addressbook/distinfo index adc3059ac660..ad6bb4128f10 100644 --- a/mail/roundcube-automatic_addressbook/distinfo +++ b/mail/roundcube-automatic_addressbook/distinfo @@ -1,2 +1,2 @@ -SHA256 (automatic_addressbook-0.3.1.tar.bz2) = 0a4f43de2a9938ddbabc31ef0f47eaf70073aaf3e3f415d76f2c7f67cb5604a2 -SIZE (automatic_addressbook-0.3.1.tar.bz2) = 20630 +SHA256 (automatic_addressbook-0.4.tar.bz2) = eb12abb14753c1bf5ffa923fe3a458061f2b245e409780011ffe74670e8b077d +SIZE (automatic_addressbook-0.4.tar.bz2) = 21376 diff --git a/mail/roundcube-automatic_addressbook/pkg-descr b/mail/roundcube-automatic_addressbook/pkg-descr index dd4f83734954..68202d5d9f99 100644 --- a/mail/roundcube-automatic_addressbook/pkg-descr +++ b/mail/roundcube-automatic_addressbook/pkg-descr @@ -2,4 +2,4 @@ The automatic addressbook plugin for Roundcube collects each address you send an email to and records it in an address book, making it available for later use or auto-completion. -WWW: http://code.crapouillou.net/projects/roundcube-plugins +WWW: http://code.crapouillou.net/projects/roundcube-plugins diff --git a/mail/roundcube-automatic_addressbook/pkg-plist b/mail/roundcube-automatic_addressbook/pkg-plist index 46af59dc4f60..61c0abe24c3b 100644 --- a/mail/roundcube-automatic_addressbook/pkg-plist +++ b/mail/roundcube-automatic_addressbook/pkg-plist @@ -1,4 +1,3 @@ -%%WWWDIR%%/package.xml %%WWWDIR%%/Changelog %%WWWDIR%%/INSTALL %%WWWDIR%%/LICENSE @@ -13,6 +12,7 @@ %%WWWDIR%%/SQL/sqlite.update.sql %%WWWDIR%%/automatic_addressbook.php %%WWWDIR%%/automatic_addressbook_backend.php +%%WWWDIR%%/composer.json %%WWWDIR%%/config/config.inc.php.dist %%WWWDIR%%/localization/bg_BG.inc %%WWWDIR%%/localization/de_DE.inc @@ -24,11 +24,15 @@ %%WWWDIR%%/localization/gl_ES.inc %%WWWDIR%%/localization/hu_HU.inc %%WWWDIR%%/localization/it_IT.inc +%%WWWDIR%%/localization/lt_LT.inc %%WWWDIR%%/localization/nl_NL.inc +%%WWWDIR%%/localization/pl_PL.inc +%%WWWDIR%%/localization/pt_BR.php %%WWWDIR%%/localization/ru_RU.inc %%WWWDIR%%/localization/vi_VN.inc %%WWWDIR%%/localization/zh_CN.inc +%%WWWDIR%%/package.xml @dirrm %%WWWDIR%%/localization +@dirrm %%WWWDIR%%/config @dirrm %%WWWDIR%%/SQL -@dirrmtry %%WWWDIR%%/config @dirrmtry %%WWWDIR%% |