mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
updated
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= rhash
|
||||
PORTVERSION= 1.4.3
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
@@ -8,6 +8,12 @@ PKGNAMEPREFIX= lib
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Utility and library for computing and checking of file hashes
|
||||
|
||||
#PATCH_SITES= https://github.com/rhash/RHash/commit/
|
||||
#PATCHFILES+= c804982d1b24c6533118b3068d2cfdca685076f3.patch:-p1
|
||||
#PATCHFILES+= 9ef90b958b7ae50aeeb5c269468034d73d6e2efe.patch:-p1
|
||||
#PATCHFILES+= b8c91ea6551e99e10352386cd46ea26973bb4a4d.patch:-p1
|
||||
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix="${PREFIX}"
|
||||
CONFIGURE_ARGS+= --mandir="${PREFIX}/man"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
TIMESTAMP = 1655392419
|
||||
SHA256 (rhash-1.4.3-src.tar.gz) = 1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e
|
||||
SIZE (rhash-1.4.3-src.tar.gz) = 429290
|
||||
TIMESTAMP = 1755598550
|
||||
SHA256 (rhash-1.4.4-src.tar.gz) = 8e7d1a8ccac0143c8fe9b68ebac67d485df119ea17a613f4038cda52f84ef52a
|
||||
SIZE (rhash-1.4.4-src.tar.gz) = 435691
|
||||
SHA256 (c804982d1b24c6533118b3068d2cfdca685076f3.patch) = 96c7070da5a1eb89a7f241db5198730117fa87a58014a6a49675237da09fc1cb
|
||||
SIZE (c804982d1b24c6533118b3068d2cfdca685076f3.patch) = 834
|
||||
SHA256 (9ef90b958b7ae50aeeb5c269468034d73d6e2efe.patch) = 93cf335d014e50e5c9b95d6548c382d5f8ba37f1c754e6afe0ccc7c638eb1327
|
||||
SIZE (9ef90b958b7ae50aeeb5c269468034d73d6e2efe.patch) = 2199
|
||||
SHA256 (b8c91ea6551e99e10352386cd46ea26973bb4a4d.patch) = b6df1f7f8648675fb8a1ce31ee1dd017519681c7c2d362a5f0fd7629b237b45d
|
||||
SIZE (b8c91ea6551e99e10352386cd46ea26973bb4a4d.patch) = 834
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- Makefile.orig 2019-12-14 16:52:11 UTC
|
||||
+++ Makefile
|
||||
@@ -80,7 +80,7 @@ install-man:
|
||||
|
||||
install-conf:
|
||||
$(INSTALL) -d $(SYSCONFDIR)
|
||||
- tr -d \\r < dist/rhashrc.sample > rc.tmp && $(INSTALL_DATA) rc.tmp $(SYSCONFDIR)/rhashrc
|
||||
+ tr -d \\r < dist/rhashrc.sample > rc.tmp && $(INSTALL_DATA) rc.tmp $(SYSCONFDIR)/rhashrc.sample
|
||||
rm -f rc.tmp
|
||||
|
||||
# dependencies should be properly set, otherwise 'make -j<n>' can fail
|
||||
@@ -10,12 +10,11 @@ bin/sfv-hash
|
||||
bin/tiger-hash
|
||||
bin/tth-hash
|
||||
bin/whirlpool-hash
|
||||
etc/rhashrc.sample
|
||||
include/rhash_torrent.h
|
||||
include/rhash.h
|
||||
lib/librhash.a
|
||||
lib/librhash.so
|
||||
lib/librhash.so.0
|
||||
lib/librhash.so.1
|
||||
lib/pkgconfig/librhash.pc
|
||||
man/man1/ed2k-link.1.gz
|
||||
man/man1/edonr256-hash.1.gz
|
||||
|
||||
Reference in New Issue
Block a user