svn commit: r387254 - in head: comms/conserver comms/conserver-com www/rubygem-gitlab-grack www/rubygem-gitlab-grack/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 08:10:17 UTC 2015


Author: sunpoet
Date: Sun May 24 08:10:15 2015
New Revision: 387254
URL: https://svnweb.freebsd.org/changeset/ports/387254

Log:
  - Remove unneeded executables (bin/console and bin/testserver)
  - Remove CONFLICTS_INSTALL
  - Remove rubygem-gitlab-grack from CONFLICTS_INSTALL of comms/conserver*
  - Bump PORTREVISION for package change
  
  Differential Revision:	https://reviews.freebsd.org/D2625
  Submitted by:	mmoll

Added:
  head/www/rubygem-gitlab-grack/files/
  head/www/rubygem-gitlab-grack/files/patch-gemspec   (contents, props changed)
Modified:
  head/comms/conserver-com/Makefile
  head/comms/conserver/Makefile
  head/www/rubygem-gitlab-grack/Makefile

Modified: head/comms/conserver-com/Makefile
==============================================================================
--- head/comms/conserver-com/Makefile	Sun May 24 08:07:32 2015	(r387253)
+++ head/comms/conserver-com/Makefile	Sun May 24 08:10:15 2015	(r387254)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	-com
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Application that allows multiple users to watch serial consoles
 
-CONFLICTS_INSTALL=	conserver-[0-9]* rubygem-gitlab-grack-[0-9]*
+CONFLICTS_INSTALL=	conserver-[0-9]*
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \

Modified: head/comms/conserver/Makefile
==============================================================================
--- head/comms/conserver/Makefile	Sun May 24 08:07:32 2015	(r387253)
+++ head/comms/conserver/Makefile	Sun May 24 08:10:15 2015	(r387254)
@@ -16,7 +16,7 @@ COMMENT=	Manage remote serial consoles v
 BUILD_DEPENDS=	makeme:${PORTSDIR}/devel/msrc0 \
 		mkcmd:${PORTSDIR}/devel/mkcmd
 
-CONFLICTS_INSTALL=	conserver-com-[0-9]* rubygem-gitlab-grack-[0-9]*
+CONFLICTS_INSTALL=	conserver-com-[0-9]*
 
 # Set this to where you want console(8) to connect to by default
 # or use something like ``make DEFAULTHOST=myserver.mydomain.net''

Modified: head/www/rubygem-gitlab-grack/Makefile
==============================================================================
--- head/www/rubygem-gitlab-grack/Makefile	Sun May 24 08:07:32 2015	(r387253)
+++ head/www/rubygem-gitlab-grack/Makefile	Sun May 24 08:10:15 2015	(r387254)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gitlab-grack
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -12,13 +13,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-rack15>=1.5.1:${PORTSDIR}/www/rubygem-rack15
 
-CONFLICTS_INSTALL=	conserver-[0-9]* conserver-com-[0-9]*
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES=	bin/console \
-		bin/testserver
-
 .include <bsd.port.mk>

Added: head/www/rubygem-gitlab-grack/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-grack/files/patch-gemspec	Sun May 24 08:10:15 2015	(r387254)
@@ -0,0 +1,12 @@
+--- gitlab-grack.gemspec.orig	2015-05-23 23:58:53 UTC
++++ gitlab-grack.gemspec
+@@ -11,8 +11,7 @@ Gem::Specification.new do |s|
+   s.date = "2015-04-22"
+   s.description = "Ruby/Rack Git Smart-HTTP Server Handler"
+   s.email = ["schacon at gmail.com"]
+-  s.executables = ["console", "testserver"]
+-  s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "bin/console", "bin/testserver", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"]
++  s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"]
+   s.homepage = "https://github.com/gitlabhq/grack"
+   s.rubygems_version = "2.4.7"
+   s.summary = "Ruby/Rack Git Smart-HTTP Server Handler"


More information about the svn-ports-all mailing list