diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-05-19 06:43:54 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-05-19 06:43:54 +0800 |
commit | 66b7fdad1a9f56f2230d12f91b2a64bb771cfee7 (patch) | |
tree | f7198c39a20e37b7b5e80ddf2b2c8c47f8e3da8c /net | |
parent | 26dd5de52b8928827254fc72ab569e60a109a9fe (diff) | |
download | freebsd-ports-gnome-66b7fdad1a9f56f2230d12f91b2a64bb771cfee7.tar.gz freebsd-ports-gnome-66b7fdad1a9f56f2230d12f91b2a64bb771cfee7.tar.zst freebsd-ports-gnome-66b7fdad1a9f56f2230d12f91b2a64bb771cfee7.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>
Diffstat (limited to 'net')
-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 |