Sent by maintainer via PR 229159
Related to the closed PR 228842
Paths
| Differential D15907 Authored by fernape on Jun 19 2018, 4:38 PM.
Tags None Referenced Files
Details
Summary Sent by maintainer via PR 229159 Related to the closed PR 228842 Test Plan
Diff Detail
Event TimelineHerald added a subscriber: mat. · View Herald TranscriptJun 19 2018, 4:38 PM2018-06-19 16:38:58 (UTC+0) Harbormaster completed remote builds in B17447: Diff 44080.Jun 19 2018, 4:39 PM2018-06-19 16:39:01 (UTC+0)
Comment Actions
Harbormaster completed remote builds in B17455: Diff 44098.Jun 19 2018, 8:06 PM2018-06-19 20:06:29 (UTC+0) Comment Actions
Harbormaster completed remote builds in B17483: Diff 44153.Jun 20 2018, 4:02 PM2018-06-20 16:02:50 (UTC+0) Harbormaster completed remote builds in B17517: Diff 44242.Jun 21 2018, 5:07 PM2018-06-21 17:07:02 (UTC+0) This revision is now accepted and ready to land.Jun 21 2018, 5:42 PM2018-06-21 17:42:03 (UTC+0) 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. Comment Actions
Same in my case: Closed by commit rP473046: textproc/tkdiff: update to 4.3 (authored by fernape). · Explain WhyJun 22 2018, 3:46 PM2018-06-22 15:46:09 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 44153 textproc/tkdiff/Makefile
textproc/tkdiff/distinfo
textproc/tkdiff/files/
textproc/tkdiff/files/icon128.base64
textproc/tkdiff/files/icon256.base64
textproc/tkdiff/files/icon32.base64
textproc/tkdiff/files/icon64.base64
|