Updated mail/roundcube-automatic_addressbook to 0.4. Added BUILD_DEPENDS to make tinderbox happy. Modified WRKSRC.
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: miwi Date: Mon Jul 15 14:55:32 2013 New Revision: 323050 URL: http://svnweb.freebsd.org/changeset/ports/323050 Log: - Update to 0.4 PR: 180322 Submitted by: maintainer Modified: head/mail/roundcube-automatic_addressbook/Makefile head/mail/roundcube-automatic_addressbook/distinfo (contents, props changed) head/mail/roundcube-automatic_addressbook/pkg-descr (contents, props changed) head/mail/roundcube-automatic_addressbook/pkg-plist (contents, props changed) Modified: head/mail/roundcube-automatic_addressbook/Makefile ============================================================================== --- head/mail/roundcube-automatic_addressbook/Makefile Mon Jul 15 14:54:29 2013 (r323049) +++ head/mail/roundcube-automatic_addressbook/Makefile Mon Jul 15 14:55:32 2013 (r323050) @@ -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 add 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=${WWW 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} Modified: head/mail/roundcube-automatic_addressbook/distinfo ============================================================================== --- head/mail/roundcube-automatic_addressbook/distinfo Mon Jul 15 14:54:29 2013 (r323049) +++ head/mail/roundcube-automatic_addressbook/distinfo Mon Jul 15 14:55:32 2013 (r323050) @@ -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 Modified: head/mail/roundcube-automatic_addressbook/pkg-descr ============================================================================== --- head/mail/roundcube-automatic_addressbook/pkg-descr Mon Jul 15 14:54:29 2013 (r323049) +++ head/mail/roundcube-automatic_addressbook/pkg-descr Mon Jul 15 14:55:32 2013 (r323050) @@ -2,4 +2,4 @@ The automatic addressbook plugin for Rou 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 Modified: head/mail/roundcube-automatic_addressbook/pkg-plist ============================================================================== --- head/mail/roundcube-automatic_addressbook/pkg-plist Mon Jul 15 14:54:29 2013 (r323049) +++ head/mail/roundcube-automatic_addressbook/pkg-plist Mon Jul 15 14:55:32 2013 (r323050) @@ -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%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"