Date: Wed, 27 Feb 2019 23:47:14 +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: r494094 - head/archivers/unrar Message-ID: <201902272347.x1RNlEmu011446@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 27 23:47:14 2019 New Revision: 494094 URL: https://svnweb.freebsd.org/changeset/ports/494094 Log: Update to 5.70 - Update MASTER_SITES - Update CONFLICTS_INSTALL: chinese/unrar was removed more than 8 months - Update pkg-descr - Update WWW Modified: head/archivers/unrar/Makefile head/archivers/unrar/distinfo head/archivers/unrar/pkg-descr Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Wed Feb 27 23:47:09 2019 (r494093) +++ head/archivers/unrar/Makefile Wed Feb 27 23:47:14 2019 (r494094) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= unrar -DISTVERSION= 5.61 +DISTVERSION= 5.70 PORTEPOCH= 6 CATEGORIES+= archivers -MASTER_SITES= https://www.rarlab.com/rar/ \ +MASTER_SITES= https://rarlab.com/rar/ \ LOCAL/sunpoet -DISTNAME= unrarsrc-5.6.8 +DISTNAME= unrarsrc-5.7.3 MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Extract, view & test RAR archives @@ -21,7 +21,7 @@ OPTIONS_DEFINE= OPENSSL_AES OPTIONS_DEFAULT=OPENSSL_AES OPENSSL_AES_DESC= Use OpenSSL implementation of AES -CONFLICTS_INSTALL?= zh-unrar unrar-iconv +CONFLICTS_INSTALL?= unrar-iconv LDFLAGS+= -lpthread MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP="${STRIP_CMD}" Modified: head/archivers/unrar/distinfo ============================================================================== --- head/archivers/unrar/distinfo Wed Feb 27 23:47:09 2019 (r494093) +++ head/archivers/unrar/distinfo Wed Feb 27 23:47:14 2019 (r494094) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546542256 -SHA256 (unrarsrc-5.6.8.tar.gz) = a4cc0ac14a354827751912d2af4a0a09e2c2129df5766576fa7e151791dd3dff -SIZE (unrarsrc-5.6.8.tar.gz) = 226647 +TIMESTAMP = 1551271326 +SHA256 (unrarsrc-5.7.3.tar.gz) = 40e856b78374f258d8a1f5f02c02f828c5392a0118c9300fd169a300b520a444 +SIZE (unrarsrc-5.7.3.tar.gz) = 228465 Modified: head/archivers/unrar/pkg-descr ============================================================================== --- head/archivers/unrar/pkg-descr Wed Feb 27 23:47:09 2019 (r494093) +++ head/archivers/unrar/pkg-descr Wed Feb 27 23:47:14 2019 (r494094) @@ -1,8 +1,8 @@ -The unRAR utility is a freeware program, distributed with source code and +The UnRAR utility is a freeware program, distributed with source code and developed for extracting, testing and viewing the contents of archives created with the RAR archiver, version 1.50 and above. -The unRAR utility is a minor part of the RAR archiver and contains RAR +The UnRAR utility is a minor part of the RAR archiver and contains RAR uncompression algorithm. UnRAR requires very small volume of memory to operate. -WWW: https://www.rarlab.com/ +WWW: https://rarlab.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902272347.x1RNlEmu011446>