From nobody Tue Jan 11 18:55:45 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 56E441950A47; Tue, 11 Jan 2022 18:55:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JYKdy32hDz4gRc; Tue, 11 Jan 2022 18:55:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 765E21E9A3; Tue, 11 Jan 2022 18:55:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 20BItjjt064473; Tue, 11 Jan 2022 18:55:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20BItjT6064472; Tue, 11 Jan 2022 18:55:45 GMT (envelope-from git) Date: Tue, 11 Jan 2022 18:55:45 GMT Message-Id: <202201111855.20BItjT6064472@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7adf373213da - main - textproc/py-sphinxcontrib-bibtex: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7adf373213dac00341f54e2835ea958011b6bd12 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641927350; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=eONu8ntD09TOGMVrPFx3Eh9a3knVeCN6b6qaOrsldDw=; b=opdKx5JAz4yeYeD9Zd5yMKD78bDUoek/HFli63HTKM3xyZepZ+gSWmov6QJkEiJSoDoWB8 SzNa3JLCVtDPWJnsgIXIMEtHnW9II9Jp07Nbkm9FcIyINJsLcCBcT1fljmOtrdndLo5kiX lM2D8GZ2g9IoCI5V0qCZecX2MOL1vSU/tyLl9emggI58jdoDe9ZzbH5QzXQJEyIstYDVls J23A/avRaP+u8qGsh6a/Gxf/RJISmDjVMENBXIyzOzZ0L5IgW46goZNNjnZmr44GYVEyRS KfgzNZPvDq0M429lFA6RBs6x0tV+2xDNSFuqX4kBknmll1eRqNpZGWeyowZY/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641927350; a=rsa-sha256; cv=none; b=UiIH7TVsdobckBXoto5JPONDByNKTKw0ykgeUCQkkAISeHs2TPFhLO+MhE+Zg3zW6PnLcZ Ek53HuGPgpboxUYr19T31tVCyPctHUieviignAkIzmmKS+fM/gE5PA+xxj+vh0OoFFRrtH RI9aLyIQLLRZ77H04t+2ZbKW43S2NolYSOxmdd85FIuVubl2InT7WeWDY1VCZf6cFivAGb lEFqAyGIhTdVKGB9Skw4GfPqHrMzCjFuotAtAtsMo6V5/sLYHu7EjN9FupbNlJm3E3239A 8Ddt0YBQDxbmDXRSfgN4jdHXGd8kKu+4IsZS6oTy4fio0Uhn1j2df0ip+yPwNA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7adf373213dac00341f54e2835ea958011b6bd12 commit 7adf373213dac00341f54e2835ea958011b6bd12 Author: Po-Chuan Hsieh AuthorDate: 2022-01-11 17:17:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2022-01-11 18:44:43 +0000 textproc/py-sphinxcontrib-bibtex: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) --- textproc/py-sphinxcontrib-bibtex/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile index 8b9f6ee8af36..0b24604e0275 100644 --- a/textproc/py-sphinxcontrib-bibtex/Makefile +++ b/textproc/py-sphinxcontrib-bibtex/Makefile @@ -22,10 +22,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 30700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} -.endif - -.include +.include