diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-27 23:47:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-27 23:47:14 +0000 |
commit | ab1ea3de903d83746b3685d4a1b62e476e22a6d0 (patch) | |
tree | 48f63af8dbf5740f10ab3ec6b6494fa6ac50ecdf /archivers/unrar | |
parent | e27f025e3eae41efa6d1d34b3e5382742755abeb (diff) |
Update to 5.70
- Update MASTER_SITES
- Update CONFLICTS_INSTALL: chinese/unrar was removed more than 8 months
- Update pkg-descr
- Update WWW
Notes
Notes:
svn path=/head/; revision=494094
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 8 | ||||
-rw-r--r-- | archivers/unrar/distinfo | 6 | ||||
-rw-r--r-- | archivers/unrar/pkg-descr | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index d2a2039df061..846c032cbe4d 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -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}" diff --git a/archivers/unrar/distinfo b/archivers/unrar/distinfo index e318e8611836..5f8a33b1304a 100644 --- a/archivers/unrar/distinfo +++ b/archivers/unrar/distinfo @@ -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 diff --git a/archivers/unrar/pkg-descr b/archivers/unrar/pkg-descr index 0db81d5da613..e3544076e192 100644 --- a/archivers/unrar/pkg-descr +++ b/archivers/unrar/pkg-descr @@ -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/ |