Maintainer update of mail/roundcube-sieverules to 0.9.2 Added BUILD_DEPENDS to make tinderbox happy
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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"