Bug 179790 - [PATCH] biology/phylip: checksum mismatch
Summary: [PATCH] biology/phylip: checksum mismatch
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 23:20 UTC by John Marino
Modified: 2013-06-24 19:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-20 23:20:00 UTC
The fetched distfile fails the checksum.

Fix: 

check new distfile and regenerate distinfo file.
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-24 19:10:06 UTC
State Changed
From-To: open->closed

Sigh, hopefully fixed. Thank you.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-24 19:10:06 UTC
Author: rakuco
Date: Mon Jun 24 18:09:52 2013
New Revision: 321697
URL: http://svnweb.freebsd.org/changeset/ports/321697

Log:
  Fix some screw ups introduced in r319847.
  
  I'm not sure if the submitter of ports/179224 didn't even test his patch or
  if the distfile was re-rolled in a bizarre way.
  
  Anyway, fix distfile and also cd into the correct directories to actually
  build the port.
  
  PR:		ports/179790

Modified:
  head/biology/phylip/Makefile
  head/biology/phylip/distinfo

Modified: head/biology/phylip/Makefile
==============================================================================
--- head/biology/phylip/Makefile	Mon Jun 24 18:07:54 2013	(r321696)
+++ head/biology/phylip/Makefile	Mon Jun 24 18:09:52 2013	(r321697)
@@ -15,8 +15,8 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-BUILD_WRKSRC=	${WRKSRC}/source
-INSTALL_WRKSRC=	${WRKSRC}/source
+BUILD_WRKSRC=	${WRKSRC}/src
+INSTALL_WRKSRC=	${WRKSRC}/src
 
 USE_XORG=	x11 xaw xt
 USE_GMAKE=	yes

Modified: head/biology/phylip/distinfo
==============================================================================
--- head/biology/phylip/distinfo	Mon Jun 24 18:07:54 2013	(r321696)
+++ head/biology/phylip/distinfo	Mon Jun 24 18:09:52 2013	(r321697)
@@ -1,2 +1,2 @@
-SHA256 (phylip-3.695.tar.gz) = 846b9acf5f9d30520f703c6541ec945378b1c9355bc3f035e0ea721931b7b8ac
-SIZE (phylip-3.695.tar.gz) = 4364943
+SHA256 (phylip-3.695.tar.gz) = d843ecee0d6bcf57f4f23dc8ef064a668907cc69b4edd7626ff7afdd8d0de370
+SIZE (phylip-3.695.tar.gz) = 4364684
_______________________________________________
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"