Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2017 14:40:41 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452987 - in head/security/rhash: . files
Message-ID:  <201710271440.v9REefcw001526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Oct 27 14:40:41 2017
New Revision: 452987
URL: https://svnweb.freebsd.org/changeset/ports/452987

Log:
  - 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 [*]

Modified:
  head/security/rhash/Makefile
  head/security/rhash/distinfo
  head/security/rhash/files/patch-Makefile

Modified: head/security/rhash/Makefile
==============================================================================
--- head/security/rhash/Makefile	Fri Oct 27 13:40:52 2017	(r452986)
+++ head/security/rhash/Makefile	Fri Oct 27 14:40:41 2017	(r452987)
@@ -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
 

Modified: head/security/rhash/distinfo
==============================================================================
--- head/security/rhash/distinfo	Fri Oct 27 13:40:52 2017	(r452986)
+++ head/security/rhash/distinfo	Fri Oct 27 14:40:41 2017	(r452987)
@@ -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

Modified: head/security/rhash/files/patch-Makefile
==============================================================================
--- head/security/rhash/files/patch-Makefile	Fri Oct 27 13:40:52 2017	(r452986)
+++ head/security/rhash/files/patch-Makefile	Fri Oct 27 14:40:41 2017	(r452987)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710271440.v9REefcw001526>