diff options
Diffstat (limited to 'graphics/jpeg-turbo/Makefile')
-rw-r--r-- | graphics/jpeg-turbo/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile index 34d99b80b35f..a763cb824ebf 100644 --- a/graphics/jpeg-turbo/Makefile +++ b/graphics/jpeg-turbo/Makefile @@ -1,11 +1,15 @@ # Created by: Denis Podolskiy <bytestore@yandex.ru> PORTNAME= jpeg-turbo -PORTVERSION= 2.0.6 +DISTVERSION= 2.1.1 PORTREVISION?= 0 CATEGORIES= graphics -MASTER_SITES= SF/lib${PORTNAME}/${PORTVERSION} -DISTNAME= lib${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/lib${PORTNAME}/${DISTVERSION} +DISTNAME= lib${PORTNAME}-${DISTVERSION} + +PATCH_SITES= https://github.com/libjpeg-turbo/libjpeg-turbo/commit/ +PATCHFILES= 173900b1cabb027495ae530c71250bcedc9925d5.patch:-p1 \ + 129f0cb76346ceede8f4d8d87dea8acb0809056c.patch:-p1 MAINTAINER= portmgr@FreeBSD.org COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg |