Sent by maintainer via PR 229159
Related to the closed PR 228842
Differential D15907
textproc/tkdiff: update to 4.3 fernape on Jun 19 2018, 4:38 PM. Authored by Tags None Referenced Files
Details
Sent by maintainer via PR 229159 Related to the closed PR 228842
Diff Detail
Event Timeline
Comment Actions
Comment Actions
Comment Actions I can't commit this one: Do not commit ports without TIMESTAMP in their distinfo files. But it has a TIMESTAMP: $ cat textproc/tkdiff/distinfo TIMESTAMP = 1529386575 SHA256 (tkdiff-4-3.zip) = 60acdb57da030a5697e801996e30ae7d3a49f60898abdc63286bb7be98b58bb3 SIZE (tkdiff-4-3.zip) = 136616 SHA256 (tkicons.txz) = cf1e6559894e9462284a1ff37fc174ecd384eb7b96dcca1d77725cbc691125a4 SIZE (tkicons.txz) = 65720 Comment Actions Did you maybe apply it with svn patch and lost all the file permissions? ... well, no, then you wouldn't be able to read it :D Comment Actions No, it's not that... fernape@hammer:~/FreeBSD-repos/ports/head$ ls -latrh textproc/tkdiff/ total 64 -rw-r--r-- 1 fernape fernape 100B May 25 18:05 pkg-descr -rw-r--r-- 1 fernape fernape 261B Jun 19 16:24 distinfo -rw-r--r-- 1 fernape fernape 854B Jun 20 15:58 Makefile -rw-r--r-- 1 fernape fernape 122B Jun 21 17:02 pkg-plist drwxr-xr-x 2 fernape fernape 512B Jun 21 17:06 ./ drwxr-xr-x 1844 fernape fernape 44K Jun 21 18:41 ../ fernape@hammer:~/FreeBSD-repos/ports/head$ So I reverted all the changes and arc patched the port. Now it looks like this: fernape@hammer:~/FreeBSD-repos/ports/head$ ls -latrh textproc/tkdiff/ total 64 -rw-r--r-- 1 fernape fernape 100B May 25 18:05 pkg-descr drwxr-xr-x 1844 fernape fernape 44K Jun 21 18:41 ../ -rw-r--r-- 1 fernape wheel 122B Jun 21 20:34 pkg-plist -rw-r--r-- 1 fernape wheel 261B Jun 21 20:35 distinfo -rw-r--r-- 1 fernape wheel 854B Jun 21 20:35 Makefile drwxr-xr-x 2 fernape fernape 512B Jun 21 20:46 ./ And still fails... Comment Actions I had the same problem a couple of hours ago. There's an extra space after the =. The pre-commit hook does grep -q '^TIMESTAMP = [0-9]*$' so it fails when it's there. Comment Actions In my case it was submitted with a bad format, so I'm not sure. Some contributors refuse or don't know how to use make makesum for some reason and write their own tooling. Usually this is easy to spot when TIMESTAMP is missing in distinfo, but this variant was new. |