Bug 177998 - net/netembryo: unfetchable (bad master_site)
Summary: net/netembryo: unfetchable (bad master_site)
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-04-20 17:40 UTC by John Marino
Modified: 2013-05-18 23:50 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-04-20 17:40:00 UTC
lscube.org has renovated their site and the downloads area is a casualty.  At least for now, the master_site is no good.  The distfile is unfetchable.

Fix: 

Since this file is not backed up at FreeBSD (why not??), I changed the master_site to this:

MASTER_SITES=http://pkgs.fedoraproject.org/repo/pkgs/netembryo/netembryo-0.1.1.tar.bz2/d5a3c96b37fe3e4fb1c49df1f7a4a16f/

suggested fix:
1) back file up at FreeBSD
2) contact lscube and let them know every package system (linux too) is broken due their re-org, maybe they'll fix it
3) Change the master_site to something else as I did.
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-18 23:44:04 UTC
State Changed
From-To: open->closed

Fixed, thanks.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-18 23:44:07 UTC
Author: rakuco
Date: Sat May 18 22:43:54 2013
New Revision: 318463
URL: http://svnweb.freebsd.org/changeset/ports/318463

Log:
  Add some additional MASTER_SITES to unbreak `make fetch'.
  
  lscube.org currently does not host tarballs it used to. Sigh.
  
  PR:		ports/177998
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/net/netembryo/Makefile

Modified: head/net/netembryo/Makefile
==============================================================================
--- head/net/netembryo/Makefile	Sat May 18 22:37:05 2013	(r318462)
+++ head/net/netembryo/Makefile	Sat May 18 22:43:54 2013	(r318463)
@@ -4,7 +4,10 @@
 PORTNAME=	netembryo
 PORTVERSION=	0.1.1
 CATEGORIES=	net
-MASTER_SITES=	http://lscube.org/files/downloads/netembryo/
+MASTER_SITES=		${MASTER_SITE_LOCAL} \
+			http://pkgs.fedoraproject.org/repo/pkgs/netembryo/netembryo-0.1.1.tar.bz2/d5a3c96b37fe3e4fb1c49df1f7a4a16f/ \
+			http://lscube.org/files/downloads/netembryo/
+MASTER_SITE_SUBDIR=	rakuco
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Network abstraction library used by for feng, libnemesi, felix
@@ -14,8 +17,6 @@ LICENSE=	LGPL21
 OPTIONS_DEFINE=	OPENSSL
 OPTIONS_DEFAULT=OPENSSL
 
-BROKEN=		Does not fetch
-
 USE_BZIP2=	yes
 USES=		pathfix pkgconfig
 USE_GNOME=	glib20
_______________________________________________
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"