From owner-svn-ports-all@freebsd.org Wed Apr 26 17:34:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19237D51176; Wed, 26 Apr 2017 17:34:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF888F79; Wed, 26 Apr 2017 17:34:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3QHYIdF083823; Wed, 26 Apr 2017 17:34:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3QHYIGI083819; Wed, 26 Apr 2017 17:34:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201704261734.v3QHYIGI083819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 26 Apr 2017 17:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439470 - in head: news/sabnzbdplus security/amavisd-new security/clamav security/maia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 17:34:20 -0000 Author: feld Date: Wed Apr 26 17:34:18 2017 New Revision: 439470 URL: https://svnweb.freebsd.org/changeset/ports/439470 Log: UNRAR description is now available in bsd.options.desc.mk Approved by: portmgr (with hat) Modified: head/news/sabnzbdplus/Makefile head/security/amavisd-new/Makefile head/security/clamav/Makefile head/security/maia/Makefile Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Wed Apr 26 17:29:59 2017 (r439469) +++ head/news/sabnzbdplus/Makefile Wed Apr 26 17:34:18 2017 (r439470) @@ -39,7 +39,6 @@ GROUPS= _sabnzbd OPTIONS_DEFINE= PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL DOCS OPTIONS_DEFAULT= PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL PAR2CMDLINE_DESC= Required for postprocessing of par files -UNRAR_DESC= Often required for unpacking many downloads 7ZIP_DESC= Needed for unpacking 7-Zip posts FEEDPARSER_DESC= rss-feed support YENC_DESC= yenc support Modified: head/security/amavisd-new/Makefile ============================================================================== --- head/security/amavisd-new/Makefile Wed Apr 26 17:29:59 2017 (r439469) +++ head/security/amavisd-new/Makefile Wed Apr 26 17:34:18 2017 (r439470) @@ -59,7 +59,6 @@ P0F_DESC= Passive operating system fing ALTERMIME_DESC= Use AlterMime for defanging/disclaimers FILE_DESC= Use newer file(1) utility from ports RAR_DESC= RAR support with archivers/rar -UNRAR_DESC= RAR support with archivers/unrar ARJ_DESC= ARJ support with archivers/arj UNARJ_DESC= ARJ support with archivers/unarj LHA_DESC= LHA support with archivers/lha Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Wed Apr 26 17:29:59 2017 (r439469) +++ head/security/clamav/Makefile Wed Apr 26 17:34:18 2017 (r439470) @@ -22,7 +22,6 @@ ARC_DESC= Enable arch archives support ARJ_DESC= Enable arj archives support LHA_DESC= Enable lha archives support UNZOO_DESC= Enable zoo archives support -UNRAR_DESC= Enable rar archives support LLVM_DESC= Enable JIT Bytecode compiler (req. LLVM) TESTS_DESC= Run compile-time tests (req. python) MILTER_DESC= Compile the milter interface Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Wed Apr 26 17:29:59 2017 (r439469) +++ head/security/maia/Makefile Wed Apr 26 17:34:18 2017 (r439470) @@ -69,7 +69,6 @@ SPF_DESC= SpamAssassin SPF plugin DKIM_DESC= SpamAssassin DKIM plugin FILE_DESC= Use newer file(1) utility from ports RAR_DESC= RAR support with archivers/rar -UNRAR_DESC= RAR support with archivers/unrar ARJ_DESC= ARJ support with archivers/arj UNARJ_DESC= ARJ support with archivers/unarj LHA_DESC= LHA support with archivers/lha