Skip to content

Commit

Permalink
Add some additional MASTER_SITES to unbreak `make fetch'.
Browse files Browse the repository at this point in the history
lscube.org currently does not host tarballs it used to. Sigh.

PR:		ports/177998
Submitted by:	John Marino <[email protected]>
  • Loading branch information
rakuco committed May 18, 2013
1 parent 26dd5de commit 66b7fda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions net/netembryo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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= [email protected]
COMMENT= Network abstraction library used by for feng, libnemesi, felix
Expand All @@ -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
Expand Down

0 comments on commit 66b7fda

Please sign in to comment.