Fixed master_sites for these ports
PR: ports/46065 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
f63cb72cd4
commit
82915658f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71567
6 changed files with 6 additions and 18 deletions
|
@ -8,11 +8,7 @@
|
||||||
PORTNAME= libvanessa_adt
|
PORTNAME= libvanessa_adt
|
||||||
PORTVERSION= 0.0.2
|
PORTVERSION= 0.0.2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
||||||
ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/
|
|
||||||
MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION}
|
MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION}
|
||||||
DISTNAME= vanessa_adt-${PORTVERSION}
|
DISTNAME= vanessa_adt-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
libvanessa_adt is a library that provides Abstract Data Types (ADTs).
|
libvanessa_adt is a library that provides Abstract Data Types (ADTs).
|
||||||
It includes queues, dynamic arrays and key values.
|
It includes queues, dynamic arrays and key values.
|
||||||
|
|
||||||
WWW: http://vanessa.sourceforge.net/
|
WWW: http://www.vergenet.net/linux/vanessa/
|
||||||
|
|
||||||
-- K. Konstantinidis <kkonstan@daemon.gr>
|
-- K. Konstantinidis <kkonstan@daemon.gr>
|
||||||
|
|
|
@ -8,11 +8,7 @@
|
||||||
PORTNAME= libvanessa_logger
|
PORTNAME= libvanessa_logger
|
||||||
PORTVERSION= 0.0.2
|
PORTVERSION= 0.0.2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
||||||
ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/
|
|
||||||
MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION}
|
MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION}
|
||||||
DISTNAME= vanessa_logger-${PORTVERSION}
|
DISTNAME= vanessa_logger-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,6 @@ limitations in the implementation of syslog opening multiple syslog loggers
|
||||||
doesn't makes sense. Includes the ability to limit which messages will be
|
doesn't makes sense. Includes the ability to limit which messages will be
|
||||||
logged based on priorities.
|
logged based on priorities.
|
||||||
|
|
||||||
WWW: http://vanessa.sourceforge.net/
|
WWW: http://www.vergenet.net/linux/vanessa/
|
||||||
|
|
||||||
-- K. Konstantinidis <kkonstan@daemon.gr>
|
-- K. Konstantinidis <kkonstan@daemon.gr>
|
||||||
|
|
|
@ -8,11 +8,7 @@
|
||||||
PORTNAME= libvanessa_socket
|
PORTNAME= libvanessa_socket
|
||||||
PORTVERSION= 0.0.3
|
PORTVERSION= 0.0.3
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
||||||
ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
|
||||||
ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/
|
|
||||||
MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION}
|
MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION}
|
||||||
DISTNAME= vanessa_socket-${PORTVERSION}
|
DISTNAME= vanessa_socket-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,6 @@ operations. It includes code to open a socket to a server as a client, to
|
||||||
listen on sockets for clients as a server and to pipe information between
|
listen on sockets for clients as a server and to pipe information between
|
||||||
sockets.
|
sockets.
|
||||||
|
|
||||||
WWW: http://vanessa.sourceforge.net/
|
WWW: http://www.vergenet.net/linux/vanessa/
|
||||||
|
|
||||||
-- K. Konstantinidis <kkonstan@daemon.gr>
|
-- K. Konstantinidis <kkonstan@daemon.gr>
|
||||||
|
|
Loading…
Reference in a new issue