Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.10_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.10_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
0.10_1
|
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.10_1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
02 Dec 2016 11:58:22
0.10_1
|
mat  |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
26 Jul 2016 16:51:16
0.10_1
|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
0.10_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
07 Jan 2015 20:06:37
0.10_1
|
bofh  |
Missed to svn delete one patch file while updating. Cleaning up previous
commit.
Differential Revision: https://reviews.freebsd.org/D1414
Submitted by: antoine
Approved by: marino(mentor) |
04 Jan 2015 11:03:40
0.10
|
bofh  |
audio/p5-Net-FreeDB: Update version 0.09=>0.10
Differential Revision: https://reviews.freebsd.org/D1414
Approved by: marino(mentor) |
24 Dec 2014 00:14:13
0.09_1
|
bofh  |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
26 Nov 2014 13:08:38
0.09_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 08:12:20
0.09
|
marino  |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
16 Oct 2014 15:26:12
0.09
|
marino  |
audio/p5-Net-FreeDB: Upgrade version 0.08 => 0.09
Also assign maintainership to submitter
PR: 194354
Submitted by: Muhammad Rahman |
21 Jul 2014 11:49:06
0.08_3
|
sunpoet  |
- Add WWW
- Remove Author line |
10 Jun 2014 12:14:14
0.08_3
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
03 Nov 2013 19:58:19
0.08_3
|
antoine  |
- Add LICENSE
- Finish staging support |
01 Nov 2013 02:28:24
0.08_2
|
vanilla  |
support STAGEDIR. |
06 Oct 2013 23:22:08
0.08_2
|
marino  |
audio/p5-Net-FreeBSD: Support DragonFly too
Transferring these dports patches to this unmaintained port. |
20 Sep 2013 14:36:37
0.08_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
02 Aug 2013 18:21:06
0.08_2 
|
az  |
- Convert to new perl framework |
05 Jun 2012 03:10:23
0.08_2
|
az  |
- Remove SITE_PERL from *_DEPENDS |
27 Feb 2012 20:32:31
0.08_2
|
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
21 Jan 2012 17:40:15
0.08_2
|
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 |
19 Mar 2011 12:38:54
0.08_2
|
miwi  |
- Get Rid MD5 support |
24 Sep 2010 00:44:29
0.08_2
|
pgollucci  |
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs
With Hat: perl@ |
29 Jan 2010 14:52:21
0.08_1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!).
Approved by: portmgr (itetcu) |
17 Apr 2008 14:30:31
0.08
|
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) |
08 Sep 2007 00:51:20
0.08
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
29 Sep 2006 13:17:27
0.08
|
roam  |
Update to Net::FreeDB 0.08 - a fully official release this time, after
David Shultz kindly added me to PAUSE as a module co-maintainer.
Since this port depends on File::Temp now, drop all vestiges of support
for Perl 5.005. |
14 Jul 2006 16:09:57
0.07
|
aaron  |
- Update to 0.07
- Restrict to Perl 5.6+ due to dependency upon p5-Authen-SASL
- Regen 5.00503 patchfile just in case the dependency can be resolved
PR: ports/99134
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit) |
01 Feb 2006 20:36:24
0.06_2
|
roam  |
Fix the packing list on Perl 5.005 - s/mach/%%PERL_ARCH%%/.
Grrrrr.
Reported by: pointyhat via kris |
22 Jan 2006 08:13:12
0.06_2
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:14:22
0.06_2
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 |
17 Oct 2005 14:35:34
0.06_2
|
roam  |
Fix the build on Perl 5.005.
While I'm here, fix two minor complaints from xsubpp and pod2man.
Reported by: pointyhat via kris |
05 Oct 2005 07:49:41
0.06_1
|
roam  |
Fix the packing list: actually remove the Perl module directories :\ |
29 Sep 2005 13:34:44
0.06
|
roam  |
Add a port for David Schultz's Net::FreeDB module, one of the few
modules that allow a Perl script to query an audio CD's ID under both
Windows and Linux, and now FreeBSD, too. I've submitted the FreeBSD
implementation patch to David Schultz, but in the meantime, here it is. |