On 2016/02/07 15:02, Michael McConville wrote: > Christoph R. Murauer wrote: > > Hello ! > > > > I know, the port mcabber has a maintainer but I needed something to > > start / for understanding. In short, everything works at the first try > > but at the second try I can't reproduce it. > > > > My snapshot is from Feb 4 and the ports tree is up to date. > > > > I downloaded mcabber and the needed sha from the given homepage. > > Edited the Makefile and the distinfo file, runned all test steps from
Don't edit the distinfo file yourself; use 'make makesum'. > > the porters handbook 4.4 including updating the plist without errors. > > After that I installed the package and tried it out. Everything works > > so, I deinstalled the package, removed all files from the build and > > thought, I try it again to reproduce it. At the second try I hat no > > luck at make fetch and get the message *Size does not match for > > mcabber-1.0.1.tar.bz2*. > > > > [...] > > > > Is there another way to get the size of the file or better, what I > > have done wrong, that it worked at the first try but not at the second > > ? > > Did you try: > > make distclean > make makesum Since distinfo has already been updated, ports will try to check against it. Just rm distinfo; make makesum is likely to help.