aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/spegla
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2012-07-26 01:27:23 +0800
committerume <ume@FreeBSD.org>2012-07-26 01:27:23 +0800
commit27cd8fb170e870ddc86209208bc9431bb88f55cc (patch)
tree735d0af5a05de53413c801eeda737d9f46454290 /ftp/spegla
parent2d0a8dff2b3161153f2befe2522522bf2e877b54 (diff)
downloadfreebsd-ports-gnome-27cd8fb170e870ddc86209208bc9431bb88f55cc.tar.gz
freebsd-ports-gnome-27cd8fb170e870ddc86209208bc9431bb88f55cc.tar.zst
freebsd-ports-gnome-27cd8fb170e870ddc86209208bc9431bb88f55cc.zip
Update master site.
Diffstat (limited to 'ftp/spegla')
-rw-r--r--ftp/spegla/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile
index 764aa3cf359a..c2c0fb10a21d 100644
--- a/ftp/spegla/Makefile
+++ b/ftp/spegla/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= ftp ipv6
MASTER_SITES= ftp://subzero.campus.luth.se/pub/spegla/ \
ftp://ftp.luth.se/pub/unix/mirror/
-PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
+PATCH_SITES= http://www.mahoroba.org/~ume/ipv6/
PATCHFILES= ${DISTNAME}-ipv6-20020129-3.diff.gz
MAINTAINER= hrs@FreeBSD.org
ss='column1'>| | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr * Nuke NOPORTDOCS. While, here, correct a couple offenders who label examplesadamw2014-07-041-2/+0 | | | | with PORTDOCS. And, fix a couple WITH_foo invocations. * Support STAGEDIR.vanilla2013-11-031-6/+2 | * Try and be consistent with what commands are silent and not in *install.mat2013-10-231-1/+1 | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ * Fix NO_STAGE attributionbapt2013-09-231-1/+1 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | databases) * - Convert to new perl frameworkmat2013-08-031-6/+3 | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. * - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1 | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)