Date: Mon, 15 Jul 2013 14:56:05 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323051 - head/mail/roundcube-sieverules Message-ID: <201307151456.r6FEu5OC035214@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307151456.r6FEu5OC035214>