Bug 189667 - www/dokuwiki: Unfetchable, seems the tarball was rerolled
Summary: www/dokuwiki: Unfetchable, seems the tarball was rerolled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-11 15:40 UTC by John Marino
Modified: 2014-05-12 17:40 UTC (History)
0 users

See Also:


Attachments
PR_189667.diff.shar (1.32 KB, application/octet-stream)
2014-05-12 15:48 UTC, Chris Hutchinson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2014-05-11 15:40:01 UTC
This port is broken due to the inability to fetch its distribution file:

etch: http://download.dokuwiki.org/src/dokuwiki/dokuwiki-2014-05-05.tgz: size mismatch: expected 3212048, actual 3178431

It was probably rerolled (repacked with the same name).

Fix: 

Regenerate distinfo after checking differences between original version and current version of tarball.  Also send a note to upstream and inform them of the issued caused by the bad practice of re-rolling.

Don't submit new PR to fix, but rather reply to this one.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-11 15:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Hutchinson 2014-05-12 15:48:36 UTC
Please find attached shar(1) patch(1) that resolves the issue stated in
this pr(1).

Modifies
distinfo
Makefile (indicating that upstream doesn't employ RCS/VCS for DISTFILE)

--Chris
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-12 16:51:39 UTC
Author: marino
Date: Mon May 12 15:51:34 2014
New Revision: 353846
URL: http://svnweb.freebsd.org/changeset/ports/353846
QAT: https://qat.redports.org/buildarchive/r353846/

Log:
  www/dokuwiki: Unbreak by regenerating distinfo (distfile rerolled)
  
  PR:		ports/189667
  Submitted by:	marino
  Fixed by:	maintainer (Chris Hutchinson)

Modified:
  head/www/dokuwiki/Makefile
  head/www/dokuwiki/distinfo

Modified: head/www/dokuwiki/Makefile
==============================================================================
--- head/www/dokuwiki/Makefile	Mon May 12 15:51:11 2014	(r353845)
+++ head/www/dokuwiki/Makefile	Mon May 12 15:51:34 2014	(r353846)
@@ -13,6 +13,9 @@ COMMENT=	Simple and easy to use wiki, no
 
 LICENSE=	GPLv2
 
+# 2014-05-12 upstream re-rolled the DISTFILE w/o changing it's name!
+# Somebody needs to advise upstream they need a RCS, or VCS!
+
 DIST_VER=	${PORTNAME}-2014-05-05
 USE_PHP=	gd mbstring openssl pcre session xml zlib
 NO_BUILD=	YES

Modified: head/www/dokuwiki/distinfo
==============================================================================
--- head/www/dokuwiki/distinfo	Mon May 12 15:51:11 2014	(r353845)
+++ head/www/dokuwiki/distinfo	Mon May 12 15:51:34 2014	(r353846)
@@ -1,2 +1,2 @@
-SHA256 (dokuwiki-2014-05-05.tgz) = d211a29f6944b2dcce70fca0c47ce562765aa758ca0b37edc2ca9d7c50ed47d9
-SIZE (dokuwiki-2014-05-05.tgz) = 3212048
+SHA256 (dokuwiki-2014-05-05.tgz) = 4bef5646f5ff14e1f26ba56b12ae92408ab00334e28757cb685bd94cd80cb9f7
+SIZE (dokuwiki-2014-05-05.tgz) = 3178431
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 John Marino freebsd_committer freebsd_triage 2014-05-12 17:14:41 UTC
State Changed
From-To: open->closed

Thanks.  I said the maintainer approved, I assumed chris was the 
maintainer.  Hopefully this is ok delphij
Comment 5 Chris Hutchinson 2014-05-12 17:36:14 UTC
> Thanks. I said the maintainer approved, I assumed chris was the
> maintainer. Hopefully this is ok delphij

Me too. I don't want to step on any toes.
Just trying to help. :)

--Chris