FreeBSD Bugzilla – Attachment 240032 Details for
Bug 269443
sysutils/jdupes: Update to 1.21.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch sysutils/jdupes to 1.21.3
patch-sysutils-jdupes-1.21.3.diff (text/plain), 1.76 KB, created by
Thomas Hurst
on 2023-02-09 18:11:57 UTC
(
hide
)
Description:
Patch sysutils/jdupes to 1.21.3
Filename:
MIME Type:
Creator:
Thomas Hurst
Created:
2023-02-09 18:11:57 UTC
Size:
1.76 KB
patch
obsolete
>diff --git sysutils/jdupes/Makefile sysutils/jdupes/Makefile >index 00de24d17878..cd2a4ab9c656 100644 >--- sysutils/jdupes/Makefile >+++ sysutils/jdupes/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= jdupes > DISTVERSIONPREFIX= v >-DISTVERSION= 1.21.1 >+DISTVERSION= 1.21.3 > CATEGORIES= sysutils > > MAINTAINER= tom@hur.st >diff --git sysutils/jdupes/distinfo sysutils/jdupes/distinfo >index 537ae3db17fc..e3a0627c7c10 100644 >--- sysutils/jdupes/distinfo >+++ sysutils/jdupes/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1674235527 >-SHA256 (jbruchon-jdupes-v1.21.1_GH0.tar.gz) = 22de88d1963f70c8ed4d0aa40abe05b48aaa4cc08eed6a2c6c9747010f9f4eb7 >-SIZE (jbruchon-jdupes-v1.21.1_GH0.tar.gz) = 97397 >+TIMESTAMP = 1675962603 >+SHA256 (jbruchon-jdupes-v1.21.3_GH0.tar.gz) = 8992d0ff1fe135c685063ce3c9d69d54f1f19f1b32845e84441f888218063cc0 >+SIZE (jbruchon-jdupes-v1.21.3_GH0.tar.gz) = 155979 >diff --git sysutils/jdupes/files/patch-Makefile sysutils/jdupes/files/patch-Makefile >index f84bea644e15..2f4a4f9181d1 100644 >--- sysutils/jdupes/files/patch-Makefile >+++ sysutils/jdupes/files/patch-Makefile >@@ -1,4 +1,4 @@ >---- Makefile.orig 2022-09-03 18:09:32 UTC >+--- Makefile.orig 2023-02-09 14:46:39 UTC > +++ Makefile > @@ -54,7 +54,7 @@ MKDIR = mkdir -p > CC ?= gcc >@@ -23,12 +23,12 @@ > > # Are we running on a Windows OS? > ifeq ($(OS), Windows_NT) >-@@ -167,7 +167,7 @@ INSTALL_DATA = $(INSTALL) -m 0644 >+@@ -182,7 +182,7 @@ INSTALL_DATA = $(INSTALL) -m 0644 > OBJS += jdupes.o jody_paths.o jody_sort.o jody_win_unicode.o jody_strtoepoch.o string_malloc.o oom.o > OBJS += jody_cacheinfo.o > OBJS += act_deletefiles.o act_linkfiles.o act_printmatches.o act_summarize.o act_printjson.o >--OBJS += xxhash.o >-+# OBJS += xxhash.o >+-OBJS += xxhash.o jody_hash.o >++OBJS += jody_hash.o > OBJS += $(ADDITIONAL_OBJECTS) > > all: $(PROGRAM_NAME)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269443
:
240032
|
240295
|
240465