mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
Update MASTER_SITES and thus unbreak distfile fetching:
- ftp.cs.yorku.ca no longer allows anonymous logins, so switch to what looks like its HTTP frontend - www.westley.demon.co.uk is a parked domain these days
This commit is contained in:
parent
82dd2ba6cd
commit
1f7b0fe0ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440789
1 changed files with 2 additions and 4 deletions
|
@ -5,8 +5,8 @@ PORTNAME= libutf
|
||||||
PORTVERSION= 2.10
|
PORTVERSION= 2.10
|
||||||
PORTREVISION= 3
|
PORTREVISION= 3
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \
|
MASTER_SITES= http://www.cse.yorku.ca/ftp/pub/wily/misc/ \
|
||||||
http://www.westley.demon.co.uk/src/
|
http://ftp.osuosl.org/pub/nslu2/sources/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= UTF-8 character set support library, including regular expressions
|
COMMENT= UTF-8 character set support library, including regular expressions
|
||||||
|
@ -17,8 +17,6 @@ GNU_CONFIGURE= yes
|
||||||
MAKE_ARGS= ETCDIR="${DATADIR}"
|
MAKE_ARGS= ETCDIR="${DATADIR}"
|
||||||
ALL_TARGET= tst
|
ALL_TARGET= tst
|
||||||
|
|
||||||
BROKEN= checksum mismatch
|
|
||||||
|
|
||||||
PLIST_FILES= include/ure.h include/utf.h lib/libutf.a \
|
PLIST_FILES= include/ure.h include/utf.h lib/libutf.a \
|
||||||
man/man3/ure.3.gz man/man3/utf.3.gz %%DATADIR%%/langcoll.utf
|
man/man3/ure.3.gz man/man3/utf.3.gz %%DATADIR%%/langcoll.utf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue