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 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*. # cvs diff ? mcabber-1.0.1.tar.bz2 cvs server: Diffing . Index: Makefile =================================================================== RCS file: /cvs/ports/net/mcabber/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile 10 Nov 2015 20:38:19 -0000 1.23 +++ Makefile 7 Feb 2016 12:04:23 -0000 @@ -3,7 +3,7 @@ SHARED_ONLY= Yes COMMENT= console jabber client -DISTNAME= mcabber-1.0.0 +DISTNAME= mcabber-1.0.1 CATEGORIES= net HOMEPAGE= http://mcabber.com/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/mcabber/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo 10 Nov 2015 20:38:19 -0000 1.10 +++ distinfo 7 Feb 2016 12:04:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (mcabber-1.0.0.tar.bz2) = VHa8ujleC5Ungj9am85yUVF1b2hc4tz2+tPb5QoVcDI= -SIZE (mcabber-1.0.0.tar.bz2) = 602173 +SHA256 (mcabber-1.0.1.tar.bz2) = 579a45a2bc944455012ca9b308f7f3454efabbe0c36c6723af761aa1f3092d93 +SIZE (mcabber-1.0.1.tar.bz2) = 604661 cvs server: Diffing pkg 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 ? Thanks for answers.