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

|
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
1.120990_1

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 13:29:17
1.120990_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
12 Mar 2015 23:00:03
1.120990_1

|
adamw  |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
26 Nov 2014 13:08:38
1.120990_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 ) |
20 Oct 2014 06:36:00
1.120990

|
bapt  |
Cleanup plist |
01 Nov 2013 02:28:24
1.120990

|
vanilla  |
support STAGEDIR. |
20 Sep 2013 14:36:37
1.120990

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

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

|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
09 Apr 2012 18:33:59
1.120990
|
sunpoet  |
- Update to 1.120990
Changes: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/Changes
Feature safe: yes |
25 Nov 2011 07:37:09
1.113282
|
sunpoet  |
- Update to 1.113282
- Pass maintainership to perl@
Changes: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/Changes
PR: ports/162868
Submitted by: sunpoet (myself)
Approved by: wen (maintainer)
Feature safe: yes |
11 Aug 2011 11:08:30
1.111260
|
wen  |
- Update to 1.111260
ChangeLog:
http://cpansearch.perl.org/src/JQUELIN/Test-Corpus-Audio-MPD-1.111260/Changes |
14 Mar 2011 03:14:31
1.110710
|
wen  |
- Update to 1.110710
ChangeLog:
http://cpansearch.perl.org/src/JQUELIN/Test-Corpus-Audio-MPD-1.110710/Changes |
17 Sep 2010 23:42:11
1.100500
|
wen  |
Test::Corpus::Audio::MPD will try to launch a new mpd server for
testing purposes. This mpd server will then be used during
POE::Component::Client::MPD or Audio::MPD tests.
In order to achieve this, the module will create a fake mpd.conf
file with the correct pathes (ie, where you untarred the modulE
tarball). It will then check if some mpd server is already running,
and stop it if the MPD_TEST_OVERRIDE environment variable is true
(die otherwise). Last it will run the test mpd with its newly
created configuration file.
WWW: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/ |