Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 18:34:45 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449354 - in head/graphics: atril atril-lite
Message-ID:  <201709061834.v86IYjnx089652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Wed Sep  6 18:34:45 2017
New Revision: 449354
URL: https://svnweb.freebsd.org/changeset/ports/449354

Log:
  Upgrade graphics/atril and graphics/atril-lite to version 1.18.1 to
  fix CVE-2017-1000083.
  
  Fix portlint warnings.
  
  PR:		221867
  Submitted by:	rkoberman@gmail.com
  MFH:		2017Q3
  Security:	01a197ca-67f1-11e7-a266-28924a333806

Modified:
  head/graphics/atril-lite/Makefile
  head/graphics/atril/Makefile
  head/graphics/atril/distinfo

Modified: head/graphics/atril-lite/Makefile
==============================================================================
--- head/graphics/atril-lite/Makefile	Wed Sep  6 18:34:03 2017	(r449353)
+++ head/graphics/atril-lite/Makefile	Wed Sep  6 18:34:45 2017	(r449354)
@@ -1,16 +1,16 @@
 # Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION?=	0
 PKGNAMESUFFIX=	-lite
 
 COMMENT=	MATE multi-format document viewer
 
 OPTIONS_EXCLUDE=	CAJA DBUS
 
-MASTERDIR=      ${.CURDIR}/../../graphics/atril
-SLAVEPORT=      lite
+MASTERDIR=	${.CURDIR}/../../graphics/atril
+SLAVEPORT=	lite
 DESCR=		${.CURDIR}/pkg-descr
-PLIST=          ${.CURDIR}/pkg-plist
+PLIST=		${.CURDIR}/pkg-plist
 
 .include "${MASTERDIR}/Makefile"

Modified: head/graphics/atril/Makefile
==============================================================================
--- head/graphics/atril/Makefile	Wed Sep  6 18:34:03 2017	(r449353)
+++ head/graphics/atril/Makefile	Wed Sep  6 18:34:45 2017	(r449354)
@@ -4,17 +4,19 @@
 # Please update update atril-lite also
 
 PORTNAME=	atril
-PORTVERSION=	1.18.0
-PORTREVISION?=	1
+PORTVERSION=	1.18.1
+PORTREVISION?=	0
 CATEGORIES=	graphics print mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT?=	MATE multi-format document viewer
+COMMENT=	MATE multi-format document viewer
 
-BUILD_DEPENDS=	itstool:textproc/itstool
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	itstool:textproc/itstool
 LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib \
 		libsoup-2.4.so:devel/libsoup \
 		libfontconfig.so:x11-fonts/fontconfig \

Modified: head/graphics/atril/distinfo
==============================================================================
--- head/graphics/atril/distinfo	Wed Sep  6 18:34:03 2017	(r449353)
+++ head/graphics/atril/distinfo	Wed Sep  6 18:34:45 2017	(r449354)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491698614
-SHA256 (mate/atril-1.18.0.tar.xz) = c2284f17f7b683efa22615f00cf2768ea07667981d8304566e49c3d863de80fd
-SIZE (mate/atril-1.18.0.tar.xz) = 1688144
+TIMESTAMP = 1503851121
+SHA256 (mate/atril-1.18.1.tar.xz) = 8504c0164faf9a0763118d444007dd2bc655dd0dcd0c6ecfff163080b61883f2
+SIZE (mate/atril-1.18.1.tar.xz) = 1695280



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