aboutsummaryrefslogtreecommitdiff
path: root/security/rhash
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-10-27 14:40:41 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-10-27 14:40:41 +0000
commitcf46913bfde728fc5c999a52636f55ba1d3b7c95 (patch)
tree1507fab71e87c44434c259f3993b4eff368ad965 /security/rhash
parent9b94eb3981658b59deeee549a21f81509050552b (diff)
downloadports-cf46913bfde728fc5c999a52636f55ba1d3b7c95.tar.gz
ports-cf46913bfde728fc5c999a52636f55ba1d3b7c95.zip
- Update `security/rhash' to version 1.3.5 [*]
- Drop now-conflicting hunk from the patch and move needed targets to the INSTALL_TARGET instead - (Tests are currently broken, but this is not a regression from 1.3.4 which has the same issues: `test_rhash.sh' invokes grep(1) and sed(1) assuming they are GNU versions, which should not be hard to patch, but most importantly, rhash(1) sporadically crashes with ``Illegal instruction (core dumped)'' error which requires more investigation) - TIMESTAMP (rhash-1.3.5-src.tar.gz) = 1502675104 Found out via: repology.org [*]
Notes
Notes: svn path=/head/; revision=452987
Diffstat (limited to 'security/rhash')
-rw-r--r--security/rhash/Makefile6
-rw-r--r--security/rhash/distinfo6
-rw-r--r--security/rhash/files/patch-Makefile13
3 files changed, 8 insertions, 17 deletions
diff --git a/security/rhash/Makefile b/security/rhash/Makefile
index 4d16cf5116af..a61b68bdd1fd 100644
--- a/security/rhash/Makefile
+++ b/security/rhash/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rhash
-PORTVERSION= 1.3.4
+PORTVERSION= 1.3.5
CATEGORIES= security
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -18,9 +18,9 @@ MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SHARED="${INSTALL_PROGRAM}" \
MANDIR="${PREFIX}/man"
ALL_TARGET= build-shared
-INSTALL_TARGET= install-shared
+INSTALL_TARGET= install-shared install-lib-static install-lib-shared
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/RHash-${PORTVERSION}
PORTDOCS= ChangeLog README
diff --git a/security/rhash/distinfo b/security/rhash/distinfo
index 0ccfeb025acf..257c943d391d 100644
--- a/security/rhash/distinfo
+++ b/security/rhash/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478556322
-SHA256 (rhash-1.3.4-src.tar.gz) = 406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49
-SIZE (rhash-1.3.4-src.tar.gz) = 249357
+TIMESTAMP = 1502675104
+SHA256 (rhash-1.3.5-src.tar.gz) = 98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e
+SIZE (rhash-1.3.5-src.tar.gz) = 316867
diff --git a/security/rhash/files/patch-Makefile b/security/rhash/files/patch-Makefile
index 54ec56fab093..5f83a4bcd650 100644
--- a/security/rhash/files/patch-Makefile
+++ b/security/rhash/files/patch-Makefile
@@ -12,15 +12,6 @@
LDFLAGS = $(OPTLDFLAGS)
ADDCFLAGS =
ADDLDFLAGS =
-@@ -71,7 +71,7 @@ lib-shared: $(SHAREDLIB)
- lib-static: $(LIBRHASH)
-
- install: all install-binary install-data install-symlinks
--install-shared: $(SHARED_TRG) install-shared-binary install-data install-symlinks
-+install-shared: $(SHARED_TRG) install-shared-binary install-lib-static install-lib-shared install-data install-symlinks
- install-data: install-man install-conf
- uninstall: uninstall-binary uninstall-data uninstall-symlinks
-
@@ -106,7 +106,7 @@ install-man:
install-conf:
@@ -34,8 +25,8 @@
+make -C librhash install-lib-static
install-lib-shared: $(SHAREDLIB)
-- +make -C librhash install-lib-shared
-+ +make -C librhash install-lib-shared install-so-link
+- +$(MAKE) -C librhash install-lib-shared
++ +$(MAKE) -C librhash install-lib-shared install-so-link
$(SHAREDLIB):
+make -C librhash lib-shared