Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Oct 2018 13:06:45
2.009

|
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
2.009

|
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
2.009

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
11 Aug 2017 21:38:46
2.009

|
sunpoet  |
Update to 2.009
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Net-Server/Changes |
25 Nov 2016 16:25:42
2.008_3

|
sunpoet  |
- Add missing dependency for IPV6 option
- Bump PORTREVISION for dependency change
PR: 214826
Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com> |
12 Oct 2016 10:17:47
2.008_2

|
mat  |
Fix comparing versions.
In Perl, versions are not numbers. While they may look like numbers,
they are not, they are kind of special strings and should be treated as
such.
Reported by: bjornr isnic is
Sponsored by: Absolight |
19 May 2016 10:44:12
2.008_1

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
2.008_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
15 Nov 2015 03:02:27
2.008_1

|
sunpoet  |
- Sort PLIST |
14 Sep 2015 12:19:50
2.008_1

|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
13 Mar 2015 17:29:59
2.008_1

|
adamw  |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
26 Nov 2014 13:08:38
2.008_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 ) |
15 May 2014 14:47:47
2.008

|
culot  |
- Update to 2.008
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Net-Server/Changes |
05 Nov 2013 16:42:56
2.007

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:10:25
2.007

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
02 Aug 2013 18:52:11
2.007

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
29 Mar 2013 00:44:54
2.007

|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
08 Feb 2013 07:40:36
2.007

|
miwi  |
- Remove empyt dirs |
13 Jan 2013 12:19:15
2.007

|
tobez  |
Update to 2.007.
Changes: http://search.cpan.org/dist/Net-Server/Changes |
09 Jan 2013 13:30:46
2.006_1

|
tobez  |
Fix spurious warnings triggered under certain conditions
(see https://rt.cpan.org/Public/Bug/Display.html?id=78828).
PR: 174930
Submitted by: Takefu <takefu at airport.fm> |
22 Jun 2012 01:30:25
2.006
|
sunpoet  |
- Update to 2.006
Changes: http://search.cpan.org/dist/Net-Server/Changes |
14 Jun 2012 01:30:22
2.005
|
sunpoet  |
- Update to 2.005
Changes: http://search.cpan.org/dist/Net-Server/Changes |
10 Jun 2012 08:02:46
2.004
|
sunpoet  |
- Update to 2.004
- Remove MAKE_JOBS_UNSAFE
- Add CPAN as primary WWW
Note that the upcoming release 2.005 will change the default ipv value to *
meaning it will attempt to bind IPv4 and IPv6 if they are available when you
pass a hostname.
Changes: http://search.cpan.org/dist/Net-Server/Changes |
04 Jun 2012 18:08:12
2.002_1
|
sunpoet  |
- Cleanup Makefile and remove unneeded extra patch |
03 Jun 2012 20:02:08
2.002_1
|
swills  |
- Remove unneeded patch which doesn't apply anymore anyway
- Mark MAKE_JOBS_UNSAFE since it's tests aren't JOBS safe |
03 Jun 2012 17:27:35
2.002
|
sunpoet  |
- Update to 2.002
Changes: http://search.cpan.org/dist/Net-Server/Changes |
31 May 2012 11:19:32
0.99
|
bapt  |
Convert to new options framework |
28 Mar 2012 19:21:26
0.99
|
sunpoet  |
- Add BUILD_DEPENDS
- Cleanup .orig files when WITH_IPV6 is set
- Fix PLIST: these directories are also used by p5-Net-Server-* ports
Feature safe: yes |
16 Mar 2012 16:05:05
0.99
|
mm  |
Add p5-Socket6 to RUN_DEPENDS if using WITH_IPV6
Feature safe: yes |
06 Feb 2012 18:36:18
0.99
|
crees  |
Fix patch pathname |
06 Feb 2012 18:31:40
0.99
|
crees  |
Add OPTION for ipv6 support from Debian
Suggested by: Niclas Zeising (zeising@daemonic.se) |
20 Mar 2011 12:54:45
0.99
|
miwi  |
- Get Rid MD5 support |
07 Dec 2010 19:35:25
0.99
|
linimon  |
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email. |
24 Sep 2010 02:03:44
0.99
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
31 Aug 2010 02:34:09
0.99
|
pgollucci  |
- Update to 0.99
PR: ports/149494
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: maintainer timeout (clsung)
Changes: http://seamons.com/projects/Changes |
17 Apr 2008 14:30:31
0.97
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
26 Jul 2007 02:48:27
0.97
|
clsung  |
- Update to 0.97 |
27 Mar 2007 01:34:01
0.96
|
clsung  |
- Update to 0.96
PR: ports/110882
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
04 Feb 2007 04:10:40
0.95
|
leeym  |
- update to 0.95
- assign to perl@ |
12 Jul 2006 10:45:55
0.94
|
clsung  |
- Update to 0.94
- remove unneeded patch file
PR: ports/100159
Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw> |
23 Apr 2006 06:41:07
0.93_1
|
edwin  |
net/p5-Net-Server requires dependency on p5-IO-Multiplex
When use Net::Server::Multiplex, IO::Multiplex is required:
[~/postgresql-postfix] edwin@k7>./test.pl
Module IO::Multiplex is required for Multiplex. at
/usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Multiplex.pm line 32.
PR: ports/96175 |
05 Apr 2006 18:25:05
0.93
|
ehaupt  |
Update to 0.93 |
26 Jan 2006 10:34:42
0.90_1
|
vd  |
Fix tainting and path manipulations
PR: ports/91872
Submitted by: Lupe Christoph <lupe@lupe-christoph.de>
Approved by: garga (mentor) |
22 Jan 2006 02:46:07
0.90
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
07 Dec 2005 18:05:09
0.90
|
leeym  |
- update to 0.90 |
28 Nov 2005 08:55:13
0.89
|
leeym  |
- update to 0.89 |
25 Nov 2005 16:48:31
0.88_1
|
pav  |
- Add SHA256 |
08 Sep 2005 23:04:33
0.88_1
|
lawrance  |
Delete *.orig after patching (fixes pkg-plist)
Reported by: kris |
06 Sep 2005 04:28:01
0.88_1
|
lawrance  |
Fix a bug which causes Net::Server based programs to break when restarted
with the HUP signal.
Submitter sent a patch upstream as rt.cpan.org ticket 14155
PR: ports/84904
Submitted by: Lupe Christoph <lupe@lupe-christoph.de>
(maintainer of munin-node, which is affected by this bug) |
28 Jun 2005 18:11:38
0.88
|
lesi  |
Update to 0.88.
Among other, this fixes UID/GID bugs during daemonization, so remove patch. |
23 Jun 2005 17:28:07
0.87_1
|
leeym  |
- remove .orig file after patch and unbreak build |
20 Jun 2005 06:52:49
0.87_1
|
des  |
Bump PORTREVISION for Net::Server::Daemonize::set_[ug]id() patch. |
20 Jun 2005 06:52:08
0.87
|
des  |
In Net::Server::Daemonize::set_uid(), call POSIX::setuid() when
"$< = $> = $uid" fails, not when it succeeds (it's a fallback in the
former case, a no-op in the latter)
Similar fix for Net::Server::Daemonize::set_gid(). |
17 Feb 2004 12:14:16
0.87
|
mat  |
Update to 0.87 |
11 Feb 2004 14:31:02
0.86
|
mat  |
Update to 0.86
reset maintainership to ports@ (maintainer timeout over 6 months) |
29 Oct 2003 20:31:05
0.85
|
sobomax  |
Add missed manpage. |
24 Oct 2003 12:05:09
0.85
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
10 Jul 2003 13:22:58
0.85
|
vanilla  |
Upgrade to 0.85.
No response by: maintainer. |
21 Feb 2003 13:15:09
0.83
|
knu  |
De-pkg-comment. |
13 Apr 2002 04:17:28
0.83
|
pat  |
Update to 0.83
Approved by: maintainer |
13 Mar 2002 22:54:33

|
pat  |
Update to 0.82
PR: 35852
Submitted by: maintainer |
11 May 2001 17:01:25

|
vanilla  |
A configurable base class for writing internet servers in Perl |