From 36310dffafec13dae9ae97f4038d1304bb48c0c9 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 13 Sep 2017 02:13:30 +0300 Subject: [PATCH] gyt: fix typo --- dev-util/gyp/gyp-git.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gyp/gyp-git.recipe b/dev-util/gyp/gyp-git.recipe index 542dafa26..588935a34 100644 --- a/dev-util/gyp/gyp-git.recipe +++ b/dev-util/gyp/gyp-git.recipe @@ -4,7 +4,7 @@ DESCRIPTION="GYP is created by Google to generate native IDE project files \ HOMEPAGE="https://gyp.gsrc.io/" COPYRIGHT="2012 Google Inc." LICENSE="BSD (2-clause)" -REVISION="4" +REVISION="5" # Note that the hash which FreeBSD keeps for this version is not the same as # the commit ID in the official gyp repository. This revision in the FreeBSD # mirror is equivalent to commit 02b145a1 in the official repository, which @@ -14,7 +14,7 @@ freebsdRevision="e679e688ba6db12336b79650c27fcf8a5ed21e60" SOURCE_URI="http://distcache.freebsd.org/local-distfiles/hrs/gyp-$freebsdRevision.tar.gz" CHECKSUM_SHA256="51fadf46a7a108b0c8f273fb726b113609d7be5394d286716cbf472d1327d18c" SOURCE_DIR="gyp-$freebsdRevision" -PATCH="gyp-$portVersion.patchset" +PATCHES="gyp-$portVersion.patchset" ARCHITECTURES="x86 x86_gcc2 x86_64"