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>
This commit is contained in:
parent
7b9b86faa6
commit
cf82029e7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318463
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue