diff options
Diffstat (limited to 'print/hplip-plugin/Makefile')
| -rw-r--r-- | print/hplip-plugin/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile index f3663d7d4ee1..61b9602efc78 100644 --- a/print/hplip-plugin/Makefile +++ b/print/hplip-plugin/Makefile @@ -1,8 +1,7 @@ PORTNAME= hplip-plugin -PORTVERSION= 3.24.4 -PORTREVISION= 1 +PORTVERSION= 3.25.8 CATEGORIES= print -MASTER_SITES= https://developers.hp.com/sites/default/files/ \ +MASTER_SITES= https://developers.hp.com/sites/default/files/2025-11/ \ https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ DISTNAME= hplip-${DISTVERSION}-plugin EXTRACT_SUFX= .run @@ -43,6 +42,12 @@ LINARCH= x86_64 LINARCH= x86_32 .endif +do-fetch: + @[ -e ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ] \ + || for s in ${MASTER_SITES}; do ${SETENV} ${FETCH_ENV} ${FETCH_CMD} \ + --user-agent="Mozilla/5.0 (FreeBSD x86_64) Firefox/145.0" \ + -o ${DISTDIR} $${s}${DISTNAME}${EXTRACT_SUFX} && break; done + do-extract: @${SH} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ --keep --noexec --nox11 --target ${WRKSRC} |
