From owner-svn-ports-all@FreeBSD.ORG Fri Jun 13 22:15:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D7E5BAC; Fri, 13 Jun 2014 22:15:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 012762BBD; Fri, 13 Jun 2014 22:15:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5DMFICi055164; Fri, 13 Jun 2014 22:15:18 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5DMFIQ0055161; Fri, 13 Jun 2014 22:15:18 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406132215.s5DMFIQ0055161@svn.freebsd.org> From: John Marino Date: Fri, 13 Jun 2014 22:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357725 - in head: games/quit japanese/quit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2014 22:15:19 -0000 Author: marino Date: Fri Jun 13 22:15:18 2014 New Revision: 357725 URL: http://svnweb.freebsd.org/changeset/ports/357725 QAT: https://qat.redports.org/buildarchive/r357725/ Log: games/japanese: quit: Stage support and change maintainers Pass maintainership to submitter, the listed maintainer hasn't been active since 2005. The slave port wasn't maintained. PR: 190874 Submitted by: Koichiro IWAO Added: head/games/quit/pkg-plist (contents, props changed) Modified: head/games/quit/Makefile head/japanese/quit/Makefile Modified: head/games/quit/Makefile ============================================================================== --- head/games/quit/Makefile Fri Jun 13 22:01:22 2014 (r357724) +++ head/games/quit/Makefile Fri Jun 13 22:15:18 2014 (r357725) @@ -7,25 +7,20 @@ PORTREVISION= 1 CATEGORIES?= games MASTER_SITES= http://megaui.net/fukuchi/archive/shortshort/ -MAINTAINER?= umeno@rr.iij4u.or.jp +MAINTAINER?= meta+ports@vmeta.jp COMMENT= Bicycle with trailers like "sl" -MAN1= quit.1 MANLANG= ja -PLIST_FILES= bin/quit -PORTDOCS= README quit.txt - -NO_STAGE= yes do-build: - ${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/quit ${WRKSRC}/quit.c -lncurses + ${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/quit \ + ${WRKSRC}/quit.c -lncurses do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/quit ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/quit.1 ${MAN1PREFIX}/man/ja/man1 -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/quit ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/quit.1 ${STAGEDIR}${MAN1PREFIX}/man/ja/man1 + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt \ + ${STAGEDIR}${DOCSDIR} .include Added: head/games/quit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/quit/pkg-plist Fri Jun 13 22:15:18 2014 (r357725) @@ -0,0 +1,5 @@ +bin/quit +man/ja/man1/quit.1.gz +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/quit.txt +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% Modified: head/japanese/quit/Makefile ============================================================================== --- head/japanese/quit/Makefile Fri Jun 13 22:01:22 2014 (r357724) +++ head/japanese/quit/Makefile Fri Jun 13 22:15:18 2014 (r357725) @@ -3,11 +3,10 @@ CATEGORIES= japanese games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= meta+ports@vmeta.jp MASTERDIR= ${.CURDIR}/../../games/quit CPPFLAGS+= -DJAPANESE -NO_STAGE= yes .include "${MASTERDIR}/Makefile"