Date: Tue, 7 May 2013 15:30:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/178401: commit references a PR Message-ID: <201305071530.r47FU2lQ070396@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178401; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178401: commit references a PR Date: Tue, 7 May 2013 15:23:14 +0000 (UTC) Author: ale Date: Tue May 7 15:23:01 2013 New Revision: 317617 URL: http://svnweb.freebsd.org/changeset/ports/317617 Log: Update to 0.9.0 release. PR: ports/178401 Submitted by: Anes Mukhametov <anes@anes.su> (maintainer) Modified: head/mail/roundcube-sieverules/Makefile head/mail/roundcube-sieverules/distinfo head/mail/roundcube-sieverules/pkg-descr head/mail/roundcube-sieverules/pkg-plist Modified: head/mail/roundcube-sieverules/Makefile ============================================================================== --- head/mail/roundcube-sieverules/Makefile Tue May 7 14:33:14 2013 (r317616) +++ head/mail/roundcube-sieverules/Makefile Tue May 7 15:23:01 2013 (r317617) @@ -2,18 +2,23 @@ # $FreeBSD$ PORTNAME= sieverules -PORTVERSION= 1.17.1 +PORTVERSION= 0.9.0 +PORTEPOCH= 1 CATEGORIES= mail -MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ PKGNAMEPREFIX= roundcube- -DISTNAME= ${PORTNAME} MAINTAINER= anes@anes.su COMMENT= Roundcube webmail sieve plugin LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=0.9.0:${PORTSDIR}/mail/roundcube + +USE_GITHUB= yes +GH_ACCOUNT= JohnDoh +GH_PROJECT= Roundcube-Plugin-SieveRules-Managesieve +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 430d810 NO_BUILD= yes Modified: head/mail/roundcube-sieverules/distinfo ============================================================================== --- head/mail/roundcube-sieverules/distinfo Tue May 7 14:33:14 2013 (r317616) +++ head/mail/roundcube-sieverules/distinfo Tue May 7 15:23:01 2013 (r317617) @@ -1,2 +1,2 @@ -SHA256 (sieverules.tar.gz) = 2a35abc26022c940e8469ac86edc4b5aa3265c9c7da282ef28919024a1530792 -SIZE (sieverules.tar.gz) = 130304 +SHA256 (sieverules-0.9.0.tar.gz) = 71b6f09279e5422354932deb4eafcd9562c600ea398a5c3c193810b2f0eaea78 +SIZE (sieverules-0.9.0.tar.gz) = 130094 Modified: head/mail/roundcube-sieverules/pkg-descr ============================================================================== --- head/mail/roundcube-sieverules/pkg-descr Tue May 7 14:33:14 2013 (r317616) +++ head/mail/roundcube-sieverules/pkg-descr Tue May 7 15:23:01 2013 (r317617) @@ -1,3 +1,3 @@ Another one sieve filter plugin for roundcube webmail. -WWW: http://www.tehinterweb.co.uk/roundcube/ +WWW: http://www.tehinterweb.co.uk/roundcube/ Modified: head/mail/roundcube-sieverules/pkg-plist ============================================================================== --- head/mail/roundcube-sieverules/pkg-plist Tue May 7 14:33:14 2013 (r317616) +++ head/mail/roundcube-sieverules/pkg-plist Tue May 7 15:23:01 2013 (r317617) @@ -1,6 +1,6 @@ +%%WWWDIR%%/.gitignore %%WWWDIR%%/CHANGELOG -%%WWWDIR%%/README -%%WWWDIR%%/composer.json +%%WWWDIR%%/README.md %%WWWDIR%%/config.inc.php.dist %%WWWDIR%%/importFilters/avelsieve.php %%WWWDIR%%/importFilters/ingo.php @@ -34,6 +34,7 @@ %%WWWDIR%%/package.xml %%WWWDIR%%/sieverules.js %%WWWDIR%%/sieverules.php +%%WWWDIR%%/skins/classic/cross.gif %%WWWDIR%%/skins/classic/help.gif %%WWWDIR%%/skins/classic/icons.gif %%WWWDIR%%/skins/classic/icons.png @@ -46,6 +47,8 @@ %%WWWDIR%%/skins/classic/templates/editsieverule.html %%WWWDIR%%/skins/classic/templates/setupsieverules.html %%WWWDIR%%/skins/classic/templates/sieverules.html +%%WWWDIR%%/skins/classic/tick.gif +%%WWWDIR%%/skins/larry/cross.png %%WWWDIR%%/skins/larry/help.png %%WWWDIR%%/skins/larry/icons.png %%WWWDIR%%/skins/larry/iehacks.css @@ -57,6 +60,7 @@ %%WWWDIR%%/skins/larry/templates/editsieverule.html %%WWWDIR%%/skins/larry/templates/setupsieverules.html %%WWWDIR%%/skins/larry/templates/sieverules.html +%%WWWDIR%%/skins/larry/tick.png @dirrm %%WWWDIR%%/skins/larry/templates @dirrm %%WWWDIR%%/skins/larry @dirrm %%WWWDIR%%/skins/classic/templates _______________________________________________ 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305071530.r47FU2lQ070396>