svn commit: r513039 - in head: ftp/wget graphics/ocrad
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Sep 27 15:01:32 UTC 2019
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 at 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 at 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
More information about the svn-ports-all
mailing list