aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-03-02 04:56:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-03-02 04:58:06 +0000
commitd558e030248eee3297f084b83e77f47a17bacbc0 (patch)
tree555d52c4a8392532f153061da875683c87b855ed
parent8becc3488672663a41de48ac060b2b6c10889ea4 (diff)
downloadports-d558e030248eee3297f084b83e77f47a17bacbc0.tar.gz
ports-d558e030248eee3297f084b83e77f47a17bacbc0.zip
security/tor-devel: Update 0.4.7.2-alpha -> 0.4.7.4-alpha
PR: 262287
-rw-r--r--security/tor-devel/Makefile2
-rw-r--r--security/tor-devel/distinfo6
-rw-r--r--security/tor-devel/files/patch-doc_asciidoc-helper.sh12
3 files changed, 16 insertions, 4 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 98e9d0394a55..afde6f63cce1 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -1,7 +1,7 @@
# Created by: peter.thoenen@yahoo.com
PORTNAME= tor
-DISTVERSION= 0.4.7.2-alpha
+DISTVERSION= 0.4.7.4-alpha
CATEGORIES= security net
MASTER_SITES= TOR
PKGNAMESUFFIX= -devel
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index 68f70af6a053..8b7b71bcdede 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635524945
-SHA256 (tor-0.4.7.2-alpha.tar.gz) = 9f6fff2f38949bef59144d69bc4b8604c68516a6308ca6c4b5ab583c266a3f08
-SIZE (tor-0.4.7.2-alpha.tar.gz) = 7821412
+TIMESTAMP = 1646193247
+SHA256 (tor-0.4.7.4-alpha.tar.gz) = d90ad948698c10df85bca1a7a33664d9b161fab8ca87eaf7915e678a83ea2696
+SIZE (tor-0.4.7.4-alpha.tar.gz) = 7855828
diff --git a/security/tor-devel/files/patch-doc_asciidoc-helper.sh b/security/tor-devel/files/patch-doc_asciidoc-helper.sh
new file mode 100644
index 000000000000..62d8ee71fe0a
--- /dev/null
+++ b/security/tor-devel/files/patch-doc_asciidoc-helper.sh
@@ -0,0 +1,12 @@
+--- doc/asciidoc-helper.sh.orig 2022-03-02 04:01:16 UTC
++++ doc/asciidoc-helper.sh
+@@ -12,9 +12,6 @@ if [ $# != 3 ]; then
+ exit 1
+ fi
+
+-SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')"
+-export SOURCE_DATE_EPOCH
+-
+ output=$3
+
+ if [ "$1" = "html" ]; then