Date: Sat, 10 Nov 2018 07:59:09 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484591 - head/archivers/cabextract Message-ID: <201811100759.wAA7x9Dj052464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 10 07:59:08 2018 New Revision: 484591 URL: https://svnweb.freebsd.org/changeset/ports/484591 Log: Register iconv dependency - Bump PORTREVISION for dependency and package change PR: 233055 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Modified: head/archivers/cabextract/Makefile Modified: head/archivers/cabextract/Makefile ============================================================================== --- head/archivers/cabextract/Makefile Sat Nov 10 07:59:00 2018 (r484590) +++ head/archivers/cabextract/Makefile Sat Nov 10 07:59:08 2018 (r484591) @@ -3,7 +3,7 @@ PORTNAME= cabextract PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= https://www.cabextract.org.uk/ @@ -13,7 +13,7 @@ COMMENT= Program to extract Microsoft cabinet (.CAB) f LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe +USES= cpe iconv GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811100759.wAA7x9Dj052464>