There are 18 ports which can't use the MASTER_SITE_GOOGLE_CODE
variable for MASTER_SITES yet because their PORTNAME isn't the
same as the hostname. For example:
graphics/tesseract/Makefile:MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES
net-im/jabber-pyaim/Makefile:MASTER_SITES= http://pyaimt.googlecode.com/files/
net-im/jabber-pyicq/Makefile:MASTER_SITES= http://pyicqt.googlecode.com/files/
This patch introduces the PROJECTHOST variable which can be
used to overcome this problem.
PR: ports/121453
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@
The attached patch will add a macro to bsd.sites.mk so that
ports that are hosted on Google Code can simply have MASTER_SITE=
set to ${MASTER_SITE_GOOGLE_CODE}
PR: ports/121435
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Included patch for bsd.sites.mk created a new macro called
MASTER_SITE_OPENBSD that contains a list of OpenBSD mirrors.
PR: ports/121369
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon)
failure case where the package a port relies on is moved from cpan to cold
storage (backpan).
On my system, it takes 70 seconds to fall through the mirrors before hitting
backpan, which is enough to be annoying (so you press C-c and file a PR),
but not enough to ruin the normal use-case (make install elsewhere and go
fetch coffee). A current port where this is an issue is archivers/p5-IO-Zlib
Redirects unless you've visited both sites. They're designed for
interactive browser use, and there doesn't seem to be a reasonable
work-around.
python.planetmirror.com no longer mirrors python packages.
Therefore, remove all of the above.
PR: ports/112092
Submitted by: Marcin Simonides <marcin@studio4plus.com>
when building packages such as libgcrypt, the first site the source is
downloaded from is http://ftp.sunsite.dk/pub/security/gcrypt/
which results in a 404
On closer inspection, it appears that everything below
http://ftp.sunsite.dk/pub/security/ has been deleted.
PR: ports/112041
Submitted by: Steven Kreuzer<skreuzer@f2o.org>
- SunSITE.sut.ac.jp has officially closed.
- sut.ac.jp is now replaced with tus.ac.jp.
- www.seki.ee.kagu.tus.ac.jp does not respond for a long time.
- www.people.or.jp has officially closed.
* MASTER_SITES variable can now look like MACRO1/subdir1 MACRO2/subdir2, and
be expanded in a way that you expect it to, that is apply different subdirs
to different sites. You can safely replace ${M_S_FOO:S/%SUBDIR%/bar/} with
FOO/bar.
* If M_S_SUBDIR is unset, a macro in M_S won't set it anymore, but rather
substitute %SUBDIR% all by itself. Now it's possible to use macros with
different default subdirs and they will expand in a proper way.