svn commit: r395833 - head/deskutils/gnome-epub-thumbnailer

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 2 13:45:31 UTC 2015


Author: amdmi3
Date: Wed Sep  2 13:45:30 2015
New Revision: 395833
URL: https://svnweb.freebsd.org/changeset/ports/395833

Log:
  - Switch to USES=libarchive as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/gnome-epub-thumbnailer/Makefile

Modified: head/deskutils/gnome-epub-thumbnailer/Makefile
==============================================================================
--- head/deskutils/gnome-epub-thumbnailer/Makefile	Wed Sep  2 13:32:16 2015	(r395832)
+++ head/deskutils/gnome-epub-thumbnailer/Makefile	Wed Sep  2 13:45:30 2015	(r395833)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-epub-thumbnailer
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	https://git.gnome.org/browse/gnome-epub-thumbnailer/snapshot/
 DIST_SUBDIR=	gnome3
@@ -13,7 +13,7 @@ COMMENT=	Thumbnailer for EPub and MOBI b
 
 BUILD_DEPENDS=	gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
 
-USES=		autoreconf:build gettext gmake libtool pathfix pkgconfig
+USES=		autoreconf:build gettext gmake libarchive libtool pathfix pkgconfig
 USE_GNOME=	gdkpixbuf2 gnomedesktop3 gnomeprefix gtk30 \
 		intlhack libxml2
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list