non port: devel/p5-App-Cache/Makefile |
SVNWeb
|
Number of commits found: 22 |
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 )
|
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.
|
Fri, 1 Mar 2019
|
[ 09:00 amdmi3 ]
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
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
|
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 )
|
Sun, 27 Oct 2013
|
[ 15:12 vanilla ] (Only the first 10 of 54 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.
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Fri, 11 Dec 2009
|
[ 09:07 clsung ]
- Update to 0.37
Changes: http://search.cpan.org/dist/App-Cache/Changes
|
Wed, 22 Jul 2009
|
[ 16:27 pgollucci ] (Only the first 10 of 263 ports in this commit are shown above. )
- 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)
|
Fri, 3 Jul 2009
|
[ 07:17 jadawin ]
- Update to 0.36
|
Sat, 22 Nov 2008
|
[ 13:19 leeym ]
- update dependency
- bump PORTREVISION
|
Tue, 23 Sep 2008
|
[ 12:17 miwi ]
- Update to 0.35
|
Wed, 27 Aug 2008
|
[ 08:13 clsung ]
- Update to 0.34
Changes: http://search.cpan.org/dist/App-Cache/Changes
|
Tue, 29 Apr 2008
|
[ 05:27 linimon ] (Only the first 10 of 193 ports in this commit are shown above. )
Reset aaron's port maintainerships due to many maintainer-timeouts.
|
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)
|
Sat, 23 Feb 2008
|
[ 15:10 erwin ]
Update to 0.33
PR: 120425
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout
|
Sat, 8 Sep 2007
|
[ 00:56 linimon ] (Only the first 10 of 101 ports in this commit are shown above. )
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
|
Wed, 10 May 2006
|
[ 05:40 aaron ]
Adding port devel/p5-App-Cache, an Easy application-level caching library
approved by: tobez (implicit)
|
Number of commits found: 22 |