diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-06 10:23:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-06 10:23:37 +0000 |
commit | 39326e3187d683ecae3be59dbbc68b68b8a7c698 (patch) | |
tree | 192b80e2a95394adbcadfc172ae0741a03058687 /graphics/linux-c6-tiff/Makefile | |
parent | 3805882e5324cc1ee756f66ea3daa7673377c04f (diff) | |
download | ports-39326e3187d683ecae3be59dbbc68b68b8a7c698.tar.gz ports-39326e3187d683ecae3be59dbbc68b68b8a7c698.zip |
MFH: r421395
Update to libtiff 3.9.4-18.el6_8.
PR: 211552
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Security: https://rhn.redhat.com/errata/RHSA-2016-1547.html
Approved by: ports-secteam (delphij)
Notes
Notes:
svn path=/branches/2016Q3/; revision=421416
Diffstat (limited to 'graphics/linux-c6-tiff/Makefile')
-rw-r--r-- | graphics/linux-c6-tiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/linux-c6-tiff/Makefile b/graphics/linux-c6-tiff/Makefile index 97e68dbea536..4fed7d8527e1 100644 --- a/graphics/linux-c6-tiff/Makefile +++ b/graphics/linux-c6-tiff/Makefile @@ -3,20 +3,20 @@ PORTNAME= tiff PORTVERSION= 3.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= TIFF library (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-tiff-[0-9]* linux-f10-tiff-[0-9]* +LICENSE= BSD3CLAUSE ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= c6 USE_LINUX_APPS= jpeg USE_LINUX_RPM= yes -RPMVERSION= 10.el6_5 +RPMVERSION= 18.el6_8 LINUX_NAME= lib${PORTNAME} BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes |