Bug 180323 - [maintainer-update] mail/roundcube-sieverules
Summary: [maintainer-update] mail/roundcube-sieverules
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 15:50 UTC by Anes Mukhametov
Modified: 2013-07-15 16:00 UTC (History)
0 users

See Also:


Attachments
roundcube-sieverules.diff (1.84 KB, patch)
2013-07-05 15:50 UTC, Anes Mukhametov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anes Mukhametov 2013-07-05 15:50:00 UTC
	Maintainer update of mail/roundcube-sieverules to 0.9.2
	Added BUILD_DEPENDS to make tinderbox happy
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-05 15:50:08 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-07-09 08:34:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-07-15 15:56:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-07-15 15:56:13 UTC
Author: miwi
Date: Mon Jul 15 14:56:04 2013
New Revision: 323051
URL: http://svnweb.freebsd.org/changeset/ports/323051

Log:
  - Update to 0.9.2
  
  PR:		180323
  Submitted by:	maintainer

Modified:
  head/mail/roundcube-sieverules/Makefile
  head/mail/roundcube-sieverules/distinfo

Modified: head/mail/roundcube-sieverules/Makefile
==============================================================================
--- head/mail/roundcube-sieverules/Makefile	Mon Jul 15 14:55:32 2013	(r323050)
+++ head/mail/roundcube-sieverules/Makefile	Mon Jul 15 14:56:04 2013	(r323051)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sieverules
-PORTVERSION=	0.9.0
+PORTVERSION=	0.9.2
 PORTEPOCH=	1
 CATEGORIES=	mail
 PKGNAMEPREFIX=	roundcube-
@@ -12,13 +12,14 @@ COMMENT=	Roundcube webmail sieve plugin
 
 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 @@ WWWDIR=		${PREFIX}/www/roundcube/plugins
 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-sieverules/distinfo
==============================================================================
--- head/mail/roundcube-sieverules/distinfo	Mon Jul 15 14:55:32 2013	(r323050)
+++ head/mail/roundcube-sieverules/distinfo	Mon Jul 15 14:56:04 2013	(r323051)
@@ -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
_______________________________________________
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"