Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 15:01:32 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513039 - in head: ftp/wget graphics/ocrad
Message-ID:  <201909271501.x8RF1WdV092868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Sep 27 15:01:31 2019
New Revision: 513039
URL: https://svnweb.freebsd.org/changeset/ports/513039

Log:
  Convert to USES+=tar:lz (available since r504008).

Modified:
  head/ftp/wget/Makefile
  head/graphics/ocrad/Makefile

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Fri Sep 27 15:00:31 2019	(r513038)
+++ head/ftp/wget/Makefile	Fri Sep 27 15:01:31 2019	(r513039)
@@ -5,7 +5,6 @@ PORTNAME=	wget
 DISTVERSION=	1.20.3
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	GNU
-EXTRACT_SUFX=	.tar.lz
 
 MAINTAINER=	vd@FreeBSD.org
 COMMENT=	Retrieve files from the Net via HTTP(S) and FTP
@@ -16,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 TEST_DEPENDS=	p5-HTTP-Daemon>=0:www/p5-HTTP-Daemon \
 		p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
 
-USES=		charsetfix cpe iconv tar:xz
+USES=		charsetfix cpe iconv tar:lz
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes

Modified: head/graphics/ocrad/Makefile
==============================================================================
--- head/graphics/ocrad/Makefile	Fri Sep 27 15:00:31 2019	(r513038)
+++ head/graphics/ocrad/Makefile	Fri Sep 27 15:01:31 2019	(r513039)
@@ -5,7 +5,6 @@ PORTNAME=	ocrad
 DISTVERSION=	0.27
 CATEGORIES=	graphics
 MASTER_SITES=	GNU
-EXTRACT_SUFX=	.tar.lz
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	OCR program implemented as filter
@@ -13,6 +12,7 @@ COMMENT=	OCR program implemented as filter
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		tar:lz
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -fPIC" --mandir=${PREFIX}/man --infodir=${PREFIX}/info
 USE_LDCONFIG=	yes



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