svn commit: r461730 - in head/games: . lolcat rubygem-lolcat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 13 17:03:31 UTC 2018


Author: sunpoet
Date: Tue Feb 13 17:03:30 2018
New Revision: 461730
URL: https://svnweb.freebsd.org/changeset/ports/461730

Log:
  Move games/lolcat to games/rubygem-lolcat
  
  - Take maintainership

Added:
  head/games/rubygem-lolcat/
     - copied from r461729, head/games/lolcat/
Deleted:
  head/games/lolcat/
Modified:
  head/games/Makefile
  head/games/rubygem-lolcat/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Tue Feb 13 17:03:24 2018	(r461729)
+++ head/games/Makefile	Tue Feb 13 17:03:30 2018	(r461730)
@@ -571,7 +571,6 @@
     SUBDIR += lm-solve
     SUBDIR += lmarbles
     SUBDIR += lmpc
-    SUBDIR += lolcat
     SUBDIR += lordsawar
     SUBDIR += lpairs
     SUBDIR += lskat
@@ -867,6 +866,7 @@
     SUBDIR += rtb
     SUBDIR += rubix
     SUBDIR += rubygem-fortune_gem
+    SUBDIR += rubygem-lolcat
     SUBDIR += rubygem-vimgolf
     SUBDIR += sampsvr
     SUBDIR += sarien

Modified: head/games/rubygem-lolcat/Makefile
==============================================================================
--- head/games/lolcat/Makefile	Tue Feb 13 17:03:24 2018	(r461729)
+++ head/games/rubygem-lolcat/Makefile	Tue Feb 13 17:03:30 2018	(r461730)
@@ -6,14 +6,13 @@ PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Rainbows and unicorns
 
 RUN_DEPENDS=	rubygem-trollop1>=1.9:devel/rubygem-trollop1 \
 		rubygem-paint>=0.8.5:devel/rubygem-paint
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list