From owner-svn-ports-head@FreeBSD.ORG Mon Jul 15 14:56:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AD60A661; Mon, 15 Jul 2013 14:56:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 85685E9; Mon, 15 Jul 2013 14:56:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6FEu5Ud035216; Mon, 15 Jul 2013 14:56:05 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6FEu5OC035214; Mon, 15 Jul 2013 14:56:05 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201307151456.r6FEu5OC035214@svn.freebsd.org> From: Martin Wilke Date: Mon, 15 Jul 2013 14:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323051 - head/mail/roundcube-sieverules 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.14 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: Mon, 15 Jul 2013 14:56:05 -0000 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