Update www/redmine-sidebar_hide to 0.0.5 and unbreak the port Port couldn't fetch on the build cluster due to owner's github username change No stage support provided because www/redmine/bsd.redmine.mk doesn't support staging Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->swills I'll take it.
Author: swills Date: Sun Feb 2 03:46:48 2014 New Revision: 342243 URL: http://svnweb.freebsd.org/changeset/ports/342243 QAT: https://qat.redports.org/buildarchive/r342243/ Log: - Update and unbreak PR: ports/186078 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer) Modified: head/www/redmine-sidebar_hide/Makefile head/www/redmine-sidebar_hide/distinfo Modified: head/www/redmine-sidebar_hide/Makefile ============================================================================== --- head/www/redmine-sidebar_hide/Makefile Sun Feb 2 03:42:45 2014 (r342242) +++ head/www/redmine-sidebar_hide/Makefile Sun Feb 2 03:46:48 2014 (r342243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sidebar_hide -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 CATEGORIES= www MASTER_SITES= GH @@ -10,8 +10,9 @@ MAINTAINER= kozlov.sergey.404@gmail.com COMMENT= Adds simple hide button for sidebar of Redmine USE_GITHUB= YES -GH_ACCOUNT= ries-tech -GH_COMMIT= 372f3ab +GH_ACCOUNT= bdemirkir +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= cfc7314 REDMINE_PLUGIN_NAME= sidebar_hide Modified: head/www/redmine-sidebar_hide/distinfo ============================================================================== --- head/www/redmine-sidebar_hide/distinfo Sun Feb 2 03:42:45 2014 (r342242) +++ head/www/redmine-sidebar_hide/distinfo Sun Feb 2 03:46:48 2014 (r342243) @@ -1,2 +1,2 @@ -SHA256 (sidebar_hide-0.0.4.tar.gz) = ec50ba6ff0e86ac27a12ca1b2da7390f46032be7ff3cb910d6b8f978beb78ff9 -SIZE (sidebar_hide-0.0.4.tar.gz) = 2833 +SHA256 (sidebar_hide-0.0.5.tar.gz) = 0b566728176d55cbf8d860cf2a13b028129a29203d19c4e9a5ee02d9ba2cd44f +SIZE (sidebar_hide-0.0.5.tar.gz) = 2829 _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!