ports/181732: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Oct 24 03:10:02 UTC 2013


The following reply was made to PR ports/181732; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/181732: commit references a PR
Date: Thu, 24 Oct 2013 03:09:39 +0000 (UTC)

 Author: swills
 Date: Thu Oct 24 03:09:31 2013
 New Revision: 331454
 URL: http://svnweb.freebsd.org/changeset/ports/331454
 
 Log:
   Adds simple hide button for sidebar of Redmine
   
   WWW: https://github.com/ries-tech/sidebar_hide
   
   PR:		ports/181732
   Submitted by:	Kozlov Sergey <kozlov.sergey.404 at gmail.com>
 
 Added:
   head/www/redmine-sidebar_hide/
   head/www/redmine-sidebar_hide/Makefile   (contents, props changed)
   head/www/redmine-sidebar_hide/distinfo   (contents, props changed)
   head/www/redmine-sidebar_hide/pkg-descr   (contents, props changed)
 Modified:
   head/www/Makefile
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile	Thu Oct 24 02:31:13 2013	(r331453)
 +++ head/www/Makefile	Thu Oct 24 03:09:31 2013	(r331454)
 @@ -1701,6 +1701,7 @@
      SUBDIR += redmine-backlogs
      SUBDIR += redmine-basecamp
      SUBDIR += redmine-http-auth
 +    SUBDIR += redmine-sidebar_hide
      SUBDIR += rejik
      SUBDIR += rekonq
      SUBDIR += reportmagic
 
 Added: head/www/redmine-sidebar_hide/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/redmine-sidebar_hide/Makefile	Thu Oct 24 03:09:31 2013	(r331454)
 @@ -0,0 +1,20 @@
 +# Created by: Kozlov Sergey <kozlov.sergey.404 at gmail.com>
 +# $FreeBSD$
 +
 +PORTNAME=	sidebar_hide
 +PORTVERSION=	0.0.4
 +CATEGORIES=	www
 +MASTER_SITES=	GH
 +
 +MAINTAINER=	kozlov.sergey.404 at gmail.com
 +COMMENT=	Adds simple hide button for sidebar of Redmine
 +
 +USE_GITHUB=	YES
 +GH_ACCOUNT=	ries-tech
 +GH_COMMIT=	372f3ab
 +
 +REDMINE_PLUGIN_NAME=	sidebar_hide
 +
 +NO_STAGE=	yes
 +
 +.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
 
 Added: head/www/redmine-sidebar_hide/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/redmine-sidebar_hide/distinfo	Thu Oct 24 03:09:31 2013	(r331454)
 @@ -0,0 +1,2 @@
 +SHA256 (sidebar_hide-0.0.4.tar.gz) = ec50ba6ff0e86ac27a12ca1b2da7390f46032be7ff3cb910d6b8f978beb78ff9
 +SIZE (sidebar_hide-0.0.4.tar.gz) = 2833
 
 Added: head/www/redmine-sidebar_hide/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/redmine-sidebar_hide/pkg-descr	Thu Oct 24 03:09:31 2013	(r331454)
 @@ -0,0 +1,3 @@
 +Adds simple hide button for sidebar of Redmine
 +
 +WWW: https://github.com/ries-tech/sidebar_hide
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list