From owner-svn-ports-head@FreeBSD.ORG Mon Feb 16 09:54:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99892971; Mon, 16 Feb 2015 09:54: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 852A4D48; Mon, 16 Feb 2015 09:54:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9sJVZ028473; Mon, 16 Feb 2015 09:54:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1G9sJwf028472; Mon, 16 Feb 2015 09:54:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502160954.t1G9sJwf028472@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 16 Feb 2015 09:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379086 - head/games/oneko X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:54:19 -0000 Author: jbeich Date: Mon Feb 16 09:54:18 2015 New Revision: 379086 URL: https://svnweb.freebsd.org/changeset/ports/379086 QAT: https://qat.redports.org/buildarchive/r379086/ Log: Convert to EXTRA_PATCHES since r352514 PR: 196658 Approved by: maintainer timeout (1 month) Approved by: mentors (implicit) Modified: head/games/oneko/Makefile Modified: head/games/oneko/Makefile ============================================================================== --- head/games/oneko/Makefile Mon Feb 16 09:49:04 2015 (r379085) +++ head/games/oneko/Makefile Mon Feb 16 09:54:18 2015 (r379086) @@ -30,12 +30,10 @@ MAKE_ARGS= MANSUFFIX=6 \ MANDIR=${PREFIX}/man/man6 \ JMANDIR=${PREFIX}/man/ja/man6 -pre-patch: - @(cd ${WRKSRC}; \ - ${PATCH} -p1 < ../oneko-2.0b-pop1.1.patch ; \ - ${PATCH} -p1 < oneko-2.0b-tip1.7.patch ; \ - ${PATCH} -p1 < ../oneko-2.0b-sender0.5.patch ; \ - ${PATCH} -p1 < ../oneko-2.0b-bsd0.2.patch ; \ - ${PATCH} < ${FILESDIR}/extrapatch-Makefile.in ) +EXTRA_PATCHES= ${WRKDIR}/oneko-2.0b-pop1.1.patch:-p1 \ + ${WRKSRC}/oneko-2.0b-tip1.7.patch:-p1 \ + ${WRKDIR}/oneko-2.0b-sender0.5.patch:-p1 \ + ${WRKDIR}/oneko-2.0b-bsd0.2.patch:-p1 \ + ${FILESDIR}/extrapatch-Makefile.in .include