On Tue, 31 Dec 2013 10:25:37 +0100 Tobias Berner wrote:
> Hi
> 
> I think something like the following patch is needed for kleopatra:
> md5sum and sha1sum should be md5 and sha1 on FreeBSD, I think, but I guess 
> there are even more differences between them...? So it probably isn't enough.

If you won't fill PR for this, it will be lost in archive.
Btw, shouldn't sha1sum and md5sum be added as dependencies to the port,
instead of this patch?

> 
> 
> --- ./libkleo/libkleopatrarc.desktop.orig       2013-12-31 10:17:35.000000000 
> +0100
> +++ ./libkleo/libkleopatrarc.desktop    2013-12-31 10:17:59.000000000 +0100
> @@ -195,8 +195,8 @@
>  Name[x-test]=xxsha1sumxx
>  Name[zh_CN]=sha1sum
>  Name[zh_TW]=sha1sum
> -create-command=0|xargs -0 sha1sum --
> -verify-command=sha1sum -c --
> +create-command=0|xargs -0 sha1 --
> +verify-command=sha1 -c --
>  
>  [Checksum Definition #2]
>  file-patterns=md5sum.txt
> @@ -248,8 +248,8 @@
>  Name[x-test]=xxmd5sumxx
>  Name[zh_CN]=md5sum
>  Name[zh_TW]=md5sum
> -create-command=0|xargs -0 md5sum --
> -verify-command=md5sum -c --
> +create-command=0|xargs -0 md5 --
> +verify-command=md5 -c --
>  
>  [Key Filter #0]
>  was-validated=false
> ############## END OF PATCH
> 
> 
> 
> mfg Tobias
> _______________________________________________
> kde-freebsd mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/kde-freebsd
> See also http://freebsd.kde.org/ for latest information
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to