Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.15,1 05 Apr 2023 17:31:45 |
Po-Chuan Hsieh (sunpoet) |
net/p5-Net: Update to 3.15
Changes: https://metacpan.org/dist/libnet/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.14,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.14,1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
3.14,1 03 Jun 2022 09:00:58 |
Po-Chuan Hsieh (sunpoet) |
net/p5-Net: Update to 3.14
Changes: https://metacpan.org/dist/libnet/changes |
3.13,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.13,1 03 Jan 2021 20:24:04 |
sunpoet |
Update to 3.13
Changes: https://metacpan.org/changes/distribution/libnet |
3.12,1 19 Dec 2020 20:20:14 |
sunpoet |
Update to 3.12
Changes: https://metacpan.org/changes/distribution/libnet |
3.11,1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.11,1 15 Nov 2017 19:55:44 |
sunpoet |
Update to 3.11
Changes: http://search.cpan.org/dist/Net/Changes |
3.10_2,1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
3.10_2,1 02 Jun 2017 15:38:55 |
sunpoet |
Remove outdated PERL_LEVEL check |
3.10_2,1 11 Apr 2017 00:48:13 |
sunpoet |
Fix *_DEPENDS
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change |
3.10_1,1 31 Dec 2016 19:51:34 |
adamw |
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower. |
3.10_1,1 28 Nov 2016 21:27:55 |
mat |
Enable SSL by default.
Sponsored by: Absolight |
3.10,1 08 Oct 2016 23:07:25 |
adamw |
Update to 3.10.
Changes: https://metacpan.org/changes/distribution/libnet |
3.08,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.08,1 12 Jan 2016 21:40:51 |
sunpoet |
- Update to 3.08
- Pet portlint: fix diff header of patch files
Changes: http://search.cpan.org/dist/Net/Changes |
3.07,1 01 Jan 2016 23:39:46 |
adamw |
Remove perl5.16-specific bits from perl@ ports. While here, sort
plists as necessary. |
3.07,1 18 Jul 2015 11:13:25 |
sunpoet |
- Update to 3.07
Changes: http://search.cpan.org/dist/Net/Changes |
3.06,1 02 Apr 2015 19:21:19 |
sunpoet |
- Update to 3.06
Changes: http://search.cpan.org/dist/Net/Changes |
3.05,1 13 Jan 2015 15:34:12 |
sunpoet |
- Update to 3.05
- Sort PLIST
Changes: http://search.cpan.org/dist/Net/Changes |
3.04,1 05 Jan 2015 19:19:44 |
sunpoet |
- Move *_DEPENDS upward |
3.04,1 05 Jan 2015 18:38:50 |
mat |
Update to 3.04
PR: 196513
Differential Revision: pi
Sponsored by: Absolight |
1.30,1 04 Jan 2015 17:12:09 |
sunpoet |
- Update to 1.30
- Fix BUILD_DEPENDS: ExtUtils::MakeMaker 6.64+ is already in Perl 5.18+ releases
- Add IPV6 and SSL options
Changes: http://search.cpan.org/dist/libnet/Changes |
1.27_1,1 26 Nov 2014 13:08:38 |
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 ) |
1.27,1 26 Jul 2014 10:30:06 |
mat |
Make non interactive.
PR: 192130
Submitted by: rakuko
Sponsored by: Absolight |
1.27,1 24 Jul 2014 16:26:57 |
leeym |
- update to 1.27 |
1.25,1 04 Feb 2014 16:15:33 |
sunpoet |
- Update to 1.25
Changes: http://search.cpan.org/dist/libnet/Changes |
1.24,1 23 Jan 2014 03:28:29 |
sunpoet |
- Update to 1.24
- Add LICENSE
- Add TEST_DEPENDS
- Remove trailing period from SASL option description
- Add BUILD_DEPENDS for SASL option
Changes: http://search.cpan.org/dist/Net/Changes |
1.23,1 05 Nov 2013 16:42:56 |
vanilla |
Support STAGEDIR. |
1.23,1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.23,1 22 Aug 2013 11:09:32 |
mat |
Update to 1.23 |
1.22_2,1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.22_2,1 25 Apr 2012 18:56:02 |
swills |
- Patch this so that it's not INTERACTIVE |
1.22_1,1 27 Mar 2011 19:12:26 |
dougb |
Mark IS_INTERACTIVE
PR: ports/154786
Submitted by: me
Approved by: maintainer timeout |
1.22_1,1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.22_1,1 23 Dec 2010 01:14:25 |
pgollucci |
- set some PORTSCOUT vars |
1.22_1,1 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.22_1,1 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
1.22_1,1 25 Oct 2008 16:57:16 |
leeym |
- update dependency
- shorten pkg-descr to make portlint happier
- bump PORTREVISION
PR: 127823
Submitted by: leeym
Approved by: maintainer timeout |
1.22,1 28 Aug 2007 10:09:07 |
mat |
Update to 1.22 |
1.21,1 19 Jun 2007 15:56:56 |
mat |
Update to 1.21 |
1.20_1,1 09 Feb 2007 16:02:06 |
mat |
Fixup an utf-8 problem
Submitted by: too many
Obtained from: http://rt.cpan.org/Public/Bug/Display.html?id=24835 |
1.20,1 06 Feb 2007 13:18:56 |
mat |
Update to 1.20 |
1.19,1 13 Jun 2006 18:31:08 |
mat |
Depend on security/p5-Authen-SASL only if perl >= 5.6
PR: 97115
Submitted by: leeym |
1.19,1 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.19,1 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
1.19,1 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
1.19,1 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
1.19,1 13 Jul 2004 16:18:12 |
mat |
Update to 1.19 |
1.18,1 23 Mar 2004 13:53:03 |
mat |
Update to 0.18 |
1.17,1 29 Jan 2004 13:37:55 |
mat |
Add SIZE field |
1.17,1 25 Sep 2003 16:11:45 |
mat |
Update to 1.17 |
1.16,1 20 Aug 2003 15:49:36 |
mat |
Update to 1.16
replace the Configure patch with a CONFIGURE_ARGS
patch Makefile.PL so that *all* man pages are generated even for perl < 5.8.0
grab maintainership
Approved by: demon (mentor) |
1.12,1 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.12,1 04 Jan 2003 07:07:18 |
demon |
Update to version 1.12.
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> |
1.11,1 16 May 2002 17:58:11 |
demon |
Upgrade to version 1.11.
Submitted by: Erwin Lansing <erwin@lansing.dk> |
1.10,1 02 Apr 2002 18:09:45 |
demon |
Bump PORTEPOCH since 1.0901 > 1.10
Asked by: kris |
1.10 01 Apr 2002 11:01:26 |
jesper |
Upgrade to 1.10
Approved by: demon |
26 Dec 2001 01:35:11 |
petef |
- update to 1.0901 - add WWW: tag - sort pkg-plist |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
13 Nov 2000 12:45:41 |
demon |
Change MAINTAINER field. I am now at FreeBSD dot org |
24 Oct 2000 23:39:57 |
will |
Hand these ports to Dmitry Sivachenko <dima@chg.ru>. |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |