diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-18 22:43:54 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-18 22:43:54 +0000 |
commit | cf82029e7ebd5735cf56702c5f8b594e500fccd5 (patch) | |
tree | f7198c39a20e37b7b5e80ddf2b2c8c47f8e3da8c /net/netembryo | |
parent | 7b9b86faa6f2d6354c1766a92a1395987cd07fb0 (diff) | |
download | ports-cf82029e7ebd5735cf56702c5f8b594e500fccd5.tar.gz ports-cf82029e7ebd5735cf56702c5f8b594e500fccd5.zip |
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>
Notes
Notes:
svn path=/head/; revision=318463
Diffstat (limited to 'net/netembryo')
-rw-r--r-- | net/netembryo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index 322832456978..1946628eeefe 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -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 |