When a new version of ioncube comes out, and doing a port upgrade the file ioncube_loaders_fre_8_x86-64.tar.gz is stored in /usr/ports/distfiles On the next upgrade portupgrade fails because it tries to use the file from distfiles (because of the same name) and md5sum is not the same.
I do not know is it correctly use the following in Makefile: pre-fetch: exec rm ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} Maybe someone of the gurus will tell a more correct solution? -- Svyatoslav
Responsible Changed From-To: freebsd-ports-bugs->shaun Grab.
Responsible Changed From-To: shaun->freebsd-ports-bugs Back to pool.
State Changed From-To: open->analyzed Please file a patch up-stream to supply a versioned distribution file so distinfo can change with version
Svyatoslav, I ran into this today while upgrading. Has there any progress with getting the upstream to use versioned distfiles? The easier route is just mirroring the file yourself with a version. Bryan
State Changed From-To: analyzed->closed unfortunately this isn't something we can fix :(
fixed in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169975 please close this PR -- Svyatoslav