non port: devel/p5-Test-File-Contents/Makefile |
SVNWeb
|
Number of commits found: 24 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 18 Jul 2022
|
[ 18:20 Po-Chuan Hsieh (sunpoet) ] 3e93b0b
devel/p5-Test-File-Contents: Update to 0.240
Changes: https://metacpan.org/dist/Test-File-Contents/changes
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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)
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 19 Mar 2016
|
[ 10:26 wen ]
- Update to 0.23
Changes: http://search.cpan.org/src/DWHEELER/Test-File-Contents-0.23/Changes
|
Fri, 4 Mar 2016
|
[ 17:32 adamw ]
Update to 0.22. Sort plist, and add NO_ARCH.
Changes: https://metacpan.org/changes/distribution/Test-File-Contents
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Thu, 31 Oct 2013
|
[ 14:31 vanilla ] (Only the first 10 of 165 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Tue, 30 Apr 2013
|
[ 05:59 culot ]
- Update to 0.21
- Trim Makefile's header
Changes: http://search.cpan.org/dist/Test-File-Contents/Changes
|
Fri, 7 Oct 2011
|
[ 11:22 culot ] (Only the first 10 of 100 ports in this commit are shown above. )
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de>
|
Mon, 28 Mar 2011
|
[ 06:07 bapt ]
- update to 0.20
- add licenses
- changes:
http://cpansearch.perl.org/src/DWHEELER/Test-File-Contents-0.20/Changes
|
Sat, 16 Jan 2010
|
[ 14:45 kuriyama ] (Only the first 10 of 46 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Mon, 26 Mar 2007
|
[ 17:54 leeym ]
- update to 0.05
|
Sun, 25 Mar 2007
|
[ 22:19 linimon ]
Reset ports@rbt.ca due to current lack of time to work on FreeBSD.
Hat: portmgr
|
Tue, 25 Apr 2006
|
[ 20:12 leeym ]
- unbreak under old perl
PR: 96305
Submitted by: leeym
Approved by: maintainer
|
Sat, 22 Apr 2006
|
[ 10:20 erwin ]
Require perl from ports.
PR: 96148
Submitted by: Rod Taylor <ports@rbt.ca> (maintainer)
Reported by: pointyhat via kris
|
Thu, 23 Feb 2006
|
[ 08:28 kris ]
Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation
|
Mon, 30 Jan 2006
|
[ 15:08 clsung ]
Add p5-Test-File-Contents 0.03, test routines for examining the contents
of files.
PR: ports/92473
Submitted by: Rod Taylor <ports@rbt.ca>
|
Number of commits found: 24 |