diff options
author | adam <adam@pkgsrc.org> | 2017-08-15 08:37:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-15 08:37:47 +0000 |
commit | 509998e542847b1dbdc4b0267d9900d64186ad8a (patch) | |
tree | 31c0063c6474d89e78c8734400eefe2cbb208e8d /misc/rhash/Makefile | |
parent | fd90f9c4c31d9202e8d78ef86f213dc460a2f232 (diff) | |
download | pkgsrc-509998e542847b1dbdc4b0267d9900d64186ad8a.tar.gz |
Version 1.3.5:
* look for locales directory at PROGRAM_DIRECTORY\locale on Windows
* look for config at PROGRAM_DIRECTORY\rhashrc on Windows
* support LibRhash bindings to PHP7
* Bugfix: illegal instruction error on macOS
* improve utf-8 support on Windows
* Bugfix: fix access to long paths on Windows
* add ca, fr, ro translations
* full Spanish translation
* correct build/install command for freebsd
* compilation fixes for aarch64 and musl
* improve support of clang on macOS
Diffstat (limited to 'misc/rhash/Makefile')
-rw-r--r-- | misc/rhash/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/rhash/Makefile b/misc/rhash/Makefile index a0ef0aa0a5e..ca60c1cd78e 100644 --- a/misc/rhash/Makefile +++ b/misc/rhash/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.4 2016/11/14 14:10:04 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/08/15 08:37:47 adam Exp $ -DISTNAME= rhash-1.3.4 +DISTNAME= rhash-1.3.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=rhash/} GITHUB_PROJECT= RHash -GITHUB_TAG= v${PKGVERSION_NOREV} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/rhash/RHash COMMENT= Calculate/check CRC32, MD5, SHA1, GOST, TTH, BTIH or other hash sums LICENSE= mit -WRKSRC= ${WRKDIR}/${DISTNAME:S/rh/RH/} +WRKSRC= ${WRKDIR}/${DISTNAME:S/rh/RH/} INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 share/examples/rhash CONF_FILES+= ${PREFIX}/share/examples/rhash/rhashrc ${PKG_SYSCONFDIR}/rhashrc |