From owner-svn-ports-all@freebsd.org Mon Nov 18 11:51:56 2019 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 0719A1BCF06; Mon, 18 Nov 2019 11:51:56 +0000 (UTC) (envelope-from fluffy@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47GnP75YJYz4cDG; Mon, 18 Nov 2019 11:51:55 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AB46297E7; Mon, 18 Nov 2019 11:51:55 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAIBptDk007270; Mon, 18 Nov 2019 11:51:55 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAIBpt5f007268; Mon, 18 Nov 2019 11:51:55 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201911181151.xAIBpt5f007268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Mon, 18 Nov 2019 11:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517864 - head/print/hplip X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: head/print/hplip X-SVN-Commit-Revision: 517864 X-SVN-Commit-Repository: ports 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.29 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: Mon, 18 Nov 2019 11:51:56 -0000 Author: fluffy Date: Mon Nov 18 11:51:54 2019 New Revision: 517864 URL: https://svnweb.freebsd.org/changeset/ports/517864 Log: - Update HPLIP package to 3.19.11 release - Unbreak build with python 3.8+ by provide full path to cpython includes PR: 242055 Submitted by: myself Approved by: maintainer (woodsb02) Modified: head/print/hplip/Makefile head/print/hplip/distinfo Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Mon Nov 18 10:18:39 2019 (r517863) +++ head/print/hplip/Makefile Mon Nov 18 11:51:54 2019 (r517864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hplip -PORTVERSION= 3.19.10 +PORTVERSION= 3.19.11 CATEGORIES= print MASTER_SITES= SF @@ -37,7 +37,8 @@ CONFIGURE_ARGS= --with-cupsbackenddir=${PREFIX}/libexe --with-htmldir=${DOCSDIR} \ --with-drvdir=${PREFIX}/share/cups/drv \ --disable-qt4 -CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= PYTHONINCLUDEDIR=${PYTHON_INCLUDEDIR} +CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR} LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS FAX SCAN SNMP X11 XSANE QT5 Modified: head/print/hplip/distinfo ============================================================================== --- head/print/hplip/distinfo Mon Nov 18 10:18:39 2019 (r517863) +++ head/print/hplip/distinfo Mon Nov 18 11:51:54 2019 (r517864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572800571 -SHA256 (hplip-3.19.10.tar.gz) = a0998712b1a89377d3cfb7f2519e8e5eabc18164dee056866565f303f326858d -SIZE (hplip-3.19.10.tar.gz) = 25636705 +TIMESTAMP = 1574072147 +SHA256 (hplip-3.19.11.tar.gz) = 3d75773eead54ecf850eb9cdbfae3cb55ae0fc030dd3a7b5c524b72244f5d551 +SIZE (hplip-3.19.11.tar.gz) = 25632761