Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2019 11:51:55 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517864 - head/print/hplip
Message-ID:  <201911181151.xAIBpt5f007268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911181151.xAIBpt5f007268>