non port: dns/p5-pgeodns/Makefile |
Number of commits found: 16 |
Sunday, 13 Jan 2019
|
21:22 adamw
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports.
 |
Saturday, 6 Oct 2018
|
13:06 des
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
13:18 mat
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 4 Sep 2015
|
16:02 mat
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
 |
Wednesday, 26 Nov 2014
|
13:08 mat
Change the way Perl modules are installed, update the default Perl to 5.18.
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
 |
Monday, 11 Aug 2014
|
17:05 adamw
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
 |
Sunday, 3 Nov 2013
|
07:46 vanilla
Support STAGEDIR.
 |
Friday, 20 Sep 2013
|
16:31 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
 |
Friday, 2 Aug 2013
|
18:52 mat
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
 |
Friday, 29 Mar 2013
|
00:44 eadler
For perl@ owned ports:
- Fix COMMENT
- Trim header
 |
Wednesday, 29 Feb 2012
|
16:21 swills
- Update to 1.41
- Add TEST_DEPENDS to enable testing
- Add patch to fix tests, submitted upstream
 |
Saturday, 21 Jan 2012
|
17:40 eadler
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
 |
Monday, 13 Sep 2010
|
23:39 pgollucci
- Add missing perl5 virtual categories
 |
Thursday, 29 Apr 2010
|
17:32 pgollucci
- Send my final p5- ports to perl@
 |
Sunday, 17 May 2009
|
00:23 pgollucci
pgeodns is a simple DNS server that can distribute load for a
hostname to the nearest mirrors (as defined by geography; on the
country / continent level).
It is used for search.cpan.org/cpansearch.perl.org and for
ftp.perl.org/ftp.cpan.org; to provide nearby-ish
servers for the NTP Pool; and to balance svn.apache.org to
svn.us.apache.org and svn.eu.apache.org.
WWW: http://geo.bitnames.com/
 |
Number of commits found: 16 |