From owner-svn-ports-all@freebsd.org Sat May 16 10:33:46 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 512F32ECCD4; Sat, 16 May 2020 10:33:46 +0000 (UTC) (envelope-from tagattie@yandex.com) Received: from forward100j.mail.yandex.net (forward100j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::100]) (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 49PM7t0r2bz4F7c; Sat, 16 May 2020 10:33:45 +0000 (UTC) (envelope-from tagattie@yandex.com) Received: from mxback27o.mail.yandex.net (mxback27o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::78]) by forward100j.mail.yandex.net (Yandex) with ESMTP id DD65350E056A; Sat, 16 May 2020 13:33:41 +0300 (MSK) Received: from sas1-e00c2743cdb8.qloud-c.yandex.net (sas1-e00c2743cdb8.qloud-c.yandex.net [2a02:6b8:c14:3a22:0:640:e00c:2743]) by mxback27o.mail.yandex.net (mxback/Yandex) with ESMTP id aEz2NByAJU-Xf7Ch7Pt; Sat, 16 May 2020 13:33:41 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1589625221; bh=k9Llf8AD732RVzkouzvrSlY6/vuVAZPyu4Zd3m4sFqs=; h=In-Reply-To:From:Cc:Date:References:To:Subject:Message-ID; b=N6BfZU1bzUVI0RIUuOPegLKgqyS6tRdgm5K5pClzfiLaKQg9EyFTfInBd1//+pXRu RNnZfaS51u3I9RvC38mdZHqUQ6f7c8jZ0pjEbTiBahVD/OSKZ2xjmmKrl+0FZ+Hfuk EuPZZTcC3wjQPgZEx57PXXrnHG4OuFRTlANGjtCA= Received: by sas1-e00c2743cdb8.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id eTmB9HmLCf-XdW8KRTU; Sat, 16 May 2020 13:33:41 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) Subject: Re: svn commit: r535371 - head/print To: Antoine Brodin References: <202005160925.04G9P4Wr057101@repo.freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Hiroki Tagato Message-ID: Date: Sat, 16 May 2020 19:33:34 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <202005160925.04G9P4Wr057101@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49PM7t0r2bz4F7c X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.987,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 16 May 2020 10:33:46 -0000 My apologies... I forgot to include the change in my commit. Thank you for taking care of this. On 2020/05/16 18:25, Antoine Brodin wrote: > Author: antoine > Date: Sat May 16 09:25:03 2020 > New Revision: 535371 > URL: https://svnweb.freebsd.org/changeset/ports/535371 > > Log: > Fix INDEX > > Modified: > head/print/Makefile > > Modified: head/print/Makefile > ============================================================================== > --- head/print/Makefile Sat May 16 09:22:28 2020 (r535370) > +++ head/print/Makefile Sat May 16 09:25:03 2020 (r535371) > @@ -60,7 +60,6 @@ > SUBDIR += fpdf > SUBDIR += freetype > SUBDIR += freetype2 > - SUBDIR += frescobaldi > SUBDIR += ft2demos > SUBDIR += ghostscript7-base > SUBDIR += ghostscript7-commfont > @@ -178,6 +177,7 @@ > SUBDIR += py-fonttools > SUBDIR += py-fonttools3 > SUBDIR += py-fpdf > + SUBDIR += py-frescobaldi > SUBDIR += py-pdf > SUBDIR += py-pdf2 > SUBDIR += py-pollyreports