Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2014 12:41:33 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364533 - head/mail/roundcube-thunderbird_labels
Message-ID:  <53e7687d.2d3e.196dff54@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Aug 10 12:41:32 2014
New Revision: 364533
URL: http://svnweb.freebsd.org/changeset/ports/364533
QAT: https://qat.redports.org/buildarchive/r364533/

Log:
  mail/roundcube-thunderbird_labels: Upgrade version 0.8.1 => 1.0.0 and stage
  
  Also assign maintainership to submitter who was former maintainer.
  The MASTER_SITES has moved to Google Drive.
  
  PR:		192508
  Submitted by:	Alexander Moisseev

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	Sun Aug 10 12:31:43 2014	(r364532)
+++ head/mail/roundcube-thunderbird_labels/Makefile	Sun Aug 10 12:41:32 2014	(r364533)
@@ -2,36 +2,41 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird_labels
-PORTVERSION=	0.8.1
+PORTVERSION=	1.0.0
 CATEGORIES=	mail
-MASTER_SITES=	http://rcmail-thunderbird-labels.googlecode.com/files/
+MASTER_SITES=	https://googledrive.com/host/
 PKGNAMEPREFIX=	roundcube-
+DISTNAME=	0B7cAkeuoAZKaMGVieHl4LTdEbWM
+EXTRACT_SUFX=
 
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER=	moiseev@mezonplus.ru
 COMMENT=	Thunderbird Labels plugin for RoundCube webmail
 
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	roundcube>=0.5:${PORTSDIR}/mail/roundcube
 
-USES=	tar:bzip2
+USES=		tar:bzip2
 NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-WWWDIR?=	${PREFIX}/www/roundcube/plugins/${PORTNAME}
+PLUGINDIR=	${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
+PLUGINDIR_REL=	${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
+PLIST_SUB=	PLUGINDIR_REL="${PLUGINDIR_REL}"
 
 # This target is only meant to be used by the port maintainer.
 x-generate-plist: build
-	cd ${WRKSRC}; \
-	${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
-		${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
-	${FIND} . -type d | ${SORT} -r | ${SED} \
-		-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-		-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
+	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
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${WWWDIR}
-	cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
+	${MKDIR} ${STAGEDIR}${PLUGINDIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}
+	cd ${STAGEDIR}${PLUGINDIR} && \
+		${CP} config.inc.php config.inc.php.sample
 
 .include <bsd.port.mk>

Modified: head/mail/roundcube-thunderbird_labels/distinfo
==============================================================================
--- head/mail/roundcube-thunderbird_labels/distinfo	Sun Aug 10 12:31:43 2014	(r364532)
+++ head/mail/roundcube-thunderbird_labels/distinfo	Sun Aug 10 12:41:32 2014	(r364533)
@@ -1,2 +1,2 @@
-SHA256 (thunderbird_labels-0.8.1.tar.bz2) = b0bbb64f8a7f08b266ceb97046816c702a20750cc3cba97ea7938bd0b1eda99a
-SIZE (thunderbird_labels-0.8.1.tar.bz2) = 12620
+SHA256 (0B7cAkeuoAZKaMGVieHl4LTdEbWM) = e14e968c2adfb63e08280228f125c7b3a1feeff1ea5ca978e761702513e1d5a4
+SIZE (0B7cAkeuoAZKaMGVieHl4LTdEbWM) = 21483

Modified: head/mail/roundcube-thunderbird_labels/pkg-plist
==============================================================================
--- head/mail/roundcube-thunderbird_labels/pkg-plist	Sun Aug 10 12:31:43 2014	(r364532)
+++ head/mail/roundcube-thunderbird_labels/pkg-plist	Sun Aug 10 12:41:32 2014	(r364533)
@@ -1,23 +1,35 @@
-%%WWWDIR%%/Changelog
-%%WWWDIR%%/README
-%%WWWDIR%%/localization/cs_CZ.inc
-%%WWWDIR%%/localization/de_DE.inc
-%%WWWDIR%%/localization/en_US.inc
-%%WWWDIR%%/localization/fr_FR.inc
-%%WWWDIR%%/localization/hu_HU.inc
-%%WWWDIR%%/localization/pl_PL.inc
-%%WWWDIR%%/localization/ru_RU.inc
-%%WWWDIR%%/skins/classic/tb_label.css
-%%WWWDIR%%/skins/classic/thunderbird_32.png
-%%WWWDIR%%/skins/default/tb_label.css
-%%WWWDIR%%/skins/default/thunderbird_32.png
-%%WWWDIR%%/skins/larry/tb_label.css
-%%WWWDIR%%/skins/larry/thunderbird_32.png
-%%WWWDIR%%/tb_label.js
-%%WWWDIR%%/thunderbird_labels.php
-@dirrm %%WWWDIR%%/skins/larry
-@dirrm %%WWWDIR%%/skins/default
-@dirrm %%WWWDIR%%/skins/classic
-@dirrm %%WWWDIR%%/skins
-@dirrm %%WWWDIR%%/localization
-@dirrmtry %%WWWDIR%%
+%%PLUGINDIR_REL%%/Changelog
+%%PLUGINDIR_REL%%/README
+%%PLUGINDIR_REL%%/composer.json
+@sample %%PLUGINDIR_REL%%/config.inc.php.sample
+%%PLUGINDIR_REL%%/localization/bg_BG.inc
+%%PLUGINDIR_REL%%/localization/ca_ES.inc
+%%PLUGINDIR_REL%%/localization/cs_CZ.inc
+%%PLUGINDIR_REL%%/localization/de_DE.inc
+%%PLUGINDIR_REL%%/localization/en_US.inc
+%%PLUGINDIR_REL%%/localization/es_ES.inc
+%%PLUGINDIR_REL%%/localization/fr_FR.inc
+%%PLUGINDIR_REL%%/localization/hu_HU.inc
+%%PLUGINDIR_REL%%/localization/it_IT.inc
+%%PLUGINDIR_REL%%/localization/lv_LV.inc
+%%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
+%%PLUGINDIR_REL%%/skins/default/thunderbird_32.png
+%%PLUGINDIR_REL%%/skins/larry/tb_label.css
+%%PLUGINDIR_REL%%/skins/larry/thunderbird_24.png
+%%PLUGINDIR_REL%%/skins/larry/thunderbird_32.png
+%%PLUGINDIR_REL%%/tb_label.js
+%%PLUGINDIR_REL%%/thunderbird_labels.php
+@dirrm %%PLUGINDIR_REL%%/localization
+@dirrm %%PLUGINDIR_REL%%/skins/classic/default
+@dirrm %%PLUGINDIR_REL%%/skins/classic
+@dirrm %%PLUGINDIR_REL%%/skins/default
+@dirrm %%PLUGINDIR_REL%%/skins/larry
+@dirrm %%PLUGINDIR_REL%%/skins
+@dirrmtry %%PLUGINDIR_REL%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e7687d.2d3e.196dff54>