From owner-svn-ports-head@freebsd.org Wed Jan 6 21:34:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 183FFA65B16; Wed, 6 Jan 2016 21:34:35 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E767C13D9; Wed, 6 Jan 2016 21:34:34 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u06LYYAW012968; Wed, 6 Jan 2016 21:34:34 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u06LYXPt012965; Wed, 6 Jan 2016 21:34:33 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601062134.u06LYXPt012965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 6 Jan 2016 21:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405392 - head/mail/roundcube-thunderbird_labels X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 21:34:35 -0000 Author: pawel Date: Wed Jan 6 21:34:33 2016 New Revision: 405392 URL: https://svnweb.freebsd.org/changeset/ports/405392 Log: - Update to version 1.1.3, development moved to GitHub - Keep edited configuration file on port deinstallation - Add NO_ARCH - Update LICENSE - Fix x-generate-plist target (remove deprecated @dirrm) PR: 205972 Submitted by: maintainer Modified: head/mail/roundcube-thunderbird_labels/Makefile head/mail/roundcube-thunderbird_labels/distinfo head/mail/roundcube-thunderbird_labels/pkg-plist Modified: head/mail/roundcube-thunderbird_labels/Makefile ============================================================================== --- head/mail/roundcube-thunderbird_labels/Makefile Wed Jan 6 21:33:16 2016 (r405391) +++ head/mail/roundcube-thunderbird_labels/Makefile Wed Jan 6 21:34:33 2016 (r405392) @@ -2,24 +2,26 @@ # $FreeBSD$ PORTNAME= thunderbird_labels -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.3 +DISTVERSIONPREFIX= v CATEGORIES= mail -MASTER_SITES= https://googledrive.com/host/ PKGNAMEPREFIX= roundcube- -DISTNAME= 0B7cAkeuoAZKaMGVieHl4LTdEbWM -EXTRACT_SUFX= MAINTAINER= moiseev@mezonplus.ru COMMENT= Thunderbird Labels plugin for RoundCube webmail -LICENSE= GPLv2 +LICENSE= BSD2CLAUSE RUN_DEPENDS= roundcube>=0.5:${PORTSDIR}/mail/roundcube USES= tar:bzip2 NO_BUILD= yes +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= mike-kfed +GH_PROJECT= rcmail-thunderbird-labels -WRKSRC= ${WRKDIR}/${PORTNAME} PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME} PLUGINDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME} PLIST_SUB= PLUGINDIR_REL="${PLUGINDIR_REL}" @@ -29,14 +31,12 @@ x-generate-plist: build make makeplist | \ ${SED} \ -e "s,^\(%%PLUGINDIR_REL%%/config\.inc\.php\.sample$$\),@sample \1," \ - -e "/^%%PLUGINDIR_REL%%\/config\.inc\.php$$/d" \ - -e "s,^\(@dirrm\)try\( %%PLUGINDIR_REL%%/\),\1\2," \ >${.CURDIR}/pkg-plist.tmp do-install: ${MKDIR} ${STAGEDIR}${PLUGINDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR} cd ${STAGEDIR}${PLUGINDIR} && \ - ${CP} config.inc.php config.inc.php.sample + ${MV} config.inc.php config.inc.php.sample .include Modified: head/mail/roundcube-thunderbird_labels/distinfo ============================================================================== --- head/mail/roundcube-thunderbird_labels/distinfo Wed Jan 6 21:33:16 2016 (r405391) +++ head/mail/roundcube-thunderbird_labels/distinfo Wed Jan 6 21:34:33 2016 (r405392) @@ -1,2 +1,2 @@ -SHA256 (0B7cAkeuoAZKaMGVieHl4LTdEbWM) = e14e968c2adfb63e08280228f125c7b3a1feeff1ea5ca978e761702513e1d5a4 -SIZE (0B7cAkeuoAZKaMGVieHl4LTdEbWM) = 21483 +SHA256 (mike-kfed-rcmail-thunderbird-labels-v1.1.3_GH0.tar.bz2) = 36044ffa39d9ab59426e8b64709d3e50c1748bba2da61471d9f42c9345d81a4e +SIZE (mike-kfed-rcmail-thunderbird-labels-v1.1.3_GH0.tar.bz2) = 21744 Modified: head/mail/roundcube-thunderbird_labels/pkg-plist ============================================================================== --- head/mail/roundcube-thunderbird_labels/pkg-plist Wed Jan 6 21:33:16 2016 (r405391) +++ head/mail/roundcube-thunderbird_labels/pkg-plist Wed Jan 6 21:34:33 2016 (r405392) @@ -1,5 +1,6 @@ %%PLUGINDIR_REL%%/Changelog -%%PLUGINDIR_REL%%/README +%%PLUGINDIR_REL%%/LICENSE.md +%%PLUGINDIR_REL%%/README.md %%PLUGINDIR_REL%%/composer.json @sample %%PLUGINDIR_REL%%/config.inc.php.sample %%PLUGINDIR_REL%%/localization/bg_BG.inc @@ -15,8 +16,6 @@ %%PLUGINDIR_REL%%/localization/pl_PL.inc %%PLUGINDIR_REL%%/localization/ru_RU.inc %%PLUGINDIR_REL%%/localization/uk_UA.inc -%%PLUGINDIR_REL%%/skins/classic/default/tb_label.css -%%PLUGINDIR_REL%%/skins/classic/default/thunderbird_32.png %%PLUGINDIR_REL%%/skins/classic/tb_label.css %%PLUGINDIR_REL%%/skins/classic/thunderbird_32.png %%PLUGINDIR_REL%%/skins/default/tb_label.css