Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 18:42:21 +0400 (MSK)
From:      Anes Mukhametov <anes@anes.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180323: [maintainer-update] mail/roundcube-sieverules
Message-ID:  <201307051442.r65EgLIK012534@monitoring.rambler.ru>
Resent-Message-ID: <201307051450.r65Eo0uV089399@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180323
>Category:       ports
>Synopsis:       [maintainer-update] mail/roundcube-sieverules
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 14:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Anes Mukhametov
>Release:        
>Organization:
>Environment:
>Description:
	Maintainer update of mail/roundcube-sieverules to 0.9.2
	Added BUILD_DEPENDS to make tinderbox happy
>How-To-Repeat:
>Fix:

--- roundcube-sieverules.diff begins here ---
diff -ruN mail/roundcube-sieverules.orig/Makefile mail/roundcube-sieverules/Makefile
--- mail/roundcube-sieverules.orig/Makefile	2013-07-05 18:25:02.166644889 +0400
+++ mail/roundcube-sieverules/Makefile	2013-07-05 18:35:52.344434908 +0400
@@ -2,7 +2,7 @@
 # $FreeBSD: head/mail/roundcube-sieverules/Makefile 317617 2013-05-07 15:23:01Z ale $
 
 PORTNAME=	sieverules
-PORTVERSION=	0.9.0
+PORTVERSION=	0.9.2
 PORTEPOCH=	1
 CATEGORIES=	mail
 PKGNAMEPREFIX=	roundcube-
@@ -12,13 +12,14 @@
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	roundcube>=0.9.0:${PORTSDIR}/mail/roundcube
+BUILD_DEPENDS=	roundcube>=0.9.2:${PORTSDIR}/mail/roundcube
+RUN_DEPENDS=	roundcube>=0.9.2:${PORTSDIR}/mail/roundcube
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	JohnDoh
 GH_PROJECT=	Roundcube-Plugin-SieveRules-Managesieve
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	430d810
+GH_COMMIT=	6eda4de
 
 NO_BUILD=	yes
 
@@ -28,10 +29,10 @@
 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 -ruN mail/roundcube-sieverules.orig/distinfo mail/roundcube-sieverules/distinfo
--- mail/roundcube-sieverules.orig/distinfo	2013-07-05 18:25:02.180443666 +0400
+++ mail/roundcube-sieverules/distinfo	2013-07-05 18:29:50.207436020 +0400
@@ -1,2 +1,2 @@
-SHA256 (sieverules-0.9.0.tar.gz) = 71b6f09279e5422354932deb4eafcd9562c600ea398a5c3c193810b2f0eaea78
-SIZE (sieverules-0.9.0.tar.gz) = 130094
+SHA256 (sieverules-0.9.2.tar.gz) = a912862a902ff20a65bfc7dbbdabf6d70043da15a8699a7bef57bc73553ff9bb
+SIZE (sieverules-0.9.2.tar.gz) = 130070
--- roundcube-sieverules.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307051442.r65EgLIK012534>