svn commit: r331942 - in head/games: minecraft-client minecraft-server

Jason E. Hale jhale at FreeBSD.org
Tue Oct 29 12:47:02 UTC 2013


Author: jhale
Date: Tue Oct 29 12:47:01 2013
New Revision: 331942
URL: http://svnweb.freebsd.org/changeset/ports/331942

Log:
  - Pass maintainership to Janik Galasso <janik at hikarihq.com>
  
  PR:		ports/183423
  Submitted by:	Janik Galasso <janik at hikarihq.com>
  Approved by:	Martin Kropfinger <freebsd at rakor-net.de> (maintainer)

Modified:
  head/games/minecraft-client/Makefile
  head/games/minecraft-server/Makefile

Modified: head/games/minecraft-client/Makefile
==============================================================================
--- head/games/minecraft-client/Makefile	Tue Oct 29 12:25:59 2013	(r331941)
+++ head/games/minecraft-client/Makefile	Tue Oct 29 12:47:01 2013	(r331942)
@@ -13,7 +13,7 @@ DISTFILES=	minecraft.jar:minecraft \
 DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 EXTRACT_ONLY=
 
-MAINTAINER=	freebsd at rakor-net.de
+MAINTAINER=	janik at hikarihq.com
 COMMENT=	Client for the block building game
 
 OPTIONS_DEFINE=		NATIVE_LIBS

Modified: head/games/minecraft-server/Makefile
==============================================================================
--- head/games/minecraft-server/Makefile	Tue Oct 29 12:25:59 2013	(r331941)
+++ head/games/minecraft-server/Makefile	Tue Oct 29 12:47:01 2013	(r331942)
@@ -12,7 +12,7 @@ DISTFILES=	minecraft_server.jar \
 DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 EXTRACT_ONLY=	#empty
 
-MAINTAINER=	freebsd at rakor-net.de
+MAINTAINER=	janik at hikarihq.com
 COMMENT=	Server for the block building game
 
 RUN_DEPENDS=	tmux:${PORTSDIR}/sysutils/tmux


More information about the svn-ports-all mailing list