Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.27
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.27
|
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) |
27 May 2018 20:15:20
0.27
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.27
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
21 Mar 2017 10:38:56
0.27
|
robak  |
net-mgmt/p5-Data-Validate-IP: update 0.26 -> 0.27
PR: 217960
Submitted by: <freebsd-ports@t-b-o-h.net> (maintainer) |
06 Dec 2016 14:53:41
0.26
|
sunpoet  |
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr (blanket) |
27 Jul 2016 17:24:40
0.26
|
pawel  |
- Update to version 0.26 [1]
- Fix capitalization in pkg-descr
PR: 210925 [1]
Submitted by: maintainer [1] |
01 Apr 2016 14:16:20
0.24
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
03 Dec 2014 13:34:47
0.24
|
amdmi3  |
- Update to 0.24
PR: 195581
Submitted by: freebsd-ports@t-b-o-h.net (maintainer) |
26 Nov 2014 13:08:38
0.23_1
|
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 (Only the first 15 lines of the commit message are shown above ) |
08 May 2014 03:04:07
0.23
|
sunpoet  |
- Update to 0.23
Changes: http://search.cpan.org/dist/Data-Validate-IP/Changes
PR: ports/189423
Submitted by: Tuc <freebsd-ports@t-b-o-h.net> (maintainer) |
18 Feb 2014 21:30:23
0.22
|
sunpoet  |
- Update to 0.22
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Data-Validate-IP/Changes
PR: ports/186815
Submitted by: sunpoet (myself)
Approved by: Tuc <freebsd-ports@t-b-o-h.net> (maintainer) |
05 Jan 2014 12:20:03
0.14
|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 22:24:44
0.14
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
02 Aug 2013 18:21:06
0.14 
|
az  |
- Convert to new perl framework |
13 Mar 2013 10:50:52
0.14
|
bapt  |
Do not removed directories not owned by the port
Reported by: pkg DEVELOPER_MODE |
30 Jun 2012 05:23:19
0.14
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
20 Jun 2011 08:37:15
0.14
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
30 Jan 2011 11:47:44
0.14
|
miwi  |
- Update to 0.14
PR: 154277
Submitted by: Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
Feature safe: yes |
04 Jan 2011 03:22:09
0.12
|
swills  |
- update to 0.12
PR: ports/153550
Submitted by: Tuc <freebsd-ports at t-b-o-h.net>
Approved by: pgollucci (mentor) |
10 Mar 2010 17:39:38
0.11
|
miwi  |
- Update to 0.11
PR: 144631
Submitted by: Tuc <freebsd-ports@t-b-o-h.net> (maintainer) |
08 Jun 2009 13:06:29
0.10
|
rafan  |
- Update to 0.10
PR: ports/135325
Submitted by: Tuc <freebsd-ports at t-b-o-h.net> (maintainer) |
14 Jan 2008 11:15:31
0.08
|
miwi  |
This module collects ip validation routines to make input validation, and
untainting easier and more readable.
All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_username('0'))
The value to test is always the first (and often only) argument.
WWW: http://search.cpan.org/dist/Data-Validate-IP/
PR: ports/119264
Submitted by: Tuc <freebsd-ports at t-b-o-h.net> |