non port: devel/p5-SVN-Mirror/Makefile |
SVNWeb
|
Number of commits found: 61 |
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.
|
Sat, 19 Dec 2020
|
[ 20:18 sunpoet ]
Add NO_ARCH
|
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
|
Mon, 11 May 2015
|
[ 12:04 mat ] (Only the first 10 of 108 ports in this commit are shown above. )
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight
|
Mon, 30 Mar 2015
|
[ 16:13 sunpoet ]
- Add LICENSE
- Sort *_DEPENDS
- Remove regression-test:
- Sort PLIST
|
Fri, 16 Jan 2015
|
[ 17:28 rafan ] (Only the first 10 of 46 ports in this commit are shown above. )
Drop maintainership as I no longer use these software nor have time and
energy to keep up.
|
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 )
|
Wed, 5 Feb 2014
|
[ 17:16 ehaupt ]
Support staging.
|
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)
|
Sat, 7 Sep 2013
|
[ 15:51 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Sun, 1 Jul 2012
|
[ 05:42 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ] (Only the first 10 of 391 ports in this commit are shown above. )
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ] (Only the first 10 of 403 ports in this commit are shown above. )
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
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
|
Tue, 18 May 2010
|
[ 04:08 pgollucci ] (Only the first 10 of 151 ports in this commit are shown above. )
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
|
Wed, 5 May 2010
|
[ 21:52 pgollucci ] (Only the first 10 of 131 ports in this commit are shown above. )
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
|
Sat, 27 Sep 2008
|
[ 11:47 rafan ]
- Update to 0.75
- Add regression-test target
|
Sat, 5 Jul 2008
|
[ 03:54 rafan ]
- Bump PORTREVISION for devel/apr update
PR: ports/125276
Submitted by: rodrigc
|
Mon, 30 Jun 2008
|
[ 12:36 lev ] (Only the first 10 of 19 ports in this commit are shown above. )
Bump PORTREVISION due to subversion upgrade.
|
[ 10:00 lev ] (Only the first 10 of 43 ports in this commit are shown above. )
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings.
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ] (Only the first 10 of 367 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Wed, 4 Jun 2008
|
[ 03:05 rafan ]
- Update to 0.74
|
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)
|
Tue, 20 Mar 2007
|
[ 15:54 rafan ]
- Update to 0.73
|
Fri, 3 Nov 2006
|
[ 22:27 rafan ]
- Update to 0.72
|
Wed, 4 Oct 2006
|
[ 06:52 rafan ]
- Update to 0.71
|
Sat, 2 Sep 2006
|
[ 15:18 rafan ]
- Update to 0.70
|
Fri, 21 Jul 2006
|
[ 17:56 rafan ]
- Use modules directory instead of authors
|
Tue, 27 Jun 2006
|
[ 03:58 rafan ] (Only the first 10 of 37 ports in this commit are shown above. )
Change to my FreeBSD.org email.
Approved by: delphij (mentor)
|
Tue, 7 Feb 2006
|
[ 03:31 clsung ]
- Update to 0.68
PR: 92935
Submitted by: maintainer
|
Sat, 8 Oct 2005
|
[ 04:53 mnag ]
Update to 0.67
PR: 87102
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
|
Sun, 28 Aug 2005
|
[ 13:16 novel ]
Update to 0.66.
PR: 85114
Submitted by: Rong-En Fan (maintainer)
|
Mon, 1 Aug 2005
|
[ 03:36 kuriyama ]
- Fix dependency on p5-TimeDate, not p5-DateTime.
- Upgrade to 0.64.
Approved by: maintainer
|
Sun, 3 Jul 2005
|
[ 15:06 novel ]
- update to 0.63
- add two new dependencies
PR: 82914
Submitted by: Rong-En Fan (maintainer)
|
Thu, 12 May 2005
|
[ 03:42 novel ]
Update to 0.61
PR: 80909
Submitted by: Rong-En Fan (maintainer)
|
Sat, 30 Apr 2005
|
[ 08:42 clsung ]
- update to 0.60
PR: 80470
Submitted by: Rong-En Fan (maintainer)
|
Wed, 27 Apr 2005
|
[ 12:28 novel ]
Update to 0.59
PR: 80385
Submitted by: Rong-En Fan (maintainer)
|
Tue, 19 Apr 2005
|
[ 16:21 novel ]
Update to 0.58.
PR: 80110
Submitted by: Rong-En Fan (maintainer)
|
Mon, 4 Apr 2005
|
[ 06:35 clsung ]
- update to 0.57
PR: 79422
Submitted by: Rong-En Fan (maintainer)
|
Wed, 2 Mar 2005
|
[ 06:50 clsung ]
- Update to 0.56
PR: 78276
Submitted by: Rong-En Fan (maintainer)
|
Wed, 2 Feb 2005
|
[ 08:54 clsung ]
- Update to 0.55, required by SVK 0.29
PR: ports/76991
Submitted by: Rong-En Fan (maintainer)
|
Tue, 11 Jan 2005
|
[ 04:12 ijliao ]
upgrade to 0.54
PR: 76047
Submitted by: maintainer
|
Wed, 22 Dec 2004
|
[ 20:09 vanilla ]
Upgrade to 0.51.
PR: ports/75360
Submitted by: maintainer
|
Fri, 12 Nov 2004
|
[ 01:21 clsung ]
- Update to 0.50, required by svk 0.26
PR: ports/73816
Submitted by: Rong-En Fan (maintainer)
|
Mon, 25 Oct 2004
|
[ 16:34 clsung ]
- VCP-autrijus contains many bugfix for VCP 0.9
while VCP is not going to releases 1.0 soon,
switch to this snapshot helps devel/svk's user
much.
- bump PORTREVISION
PR: ports/73123
Submitted by: Rong-En Fan (maintainer)
Approved by: co-mentor (vanilla)
|
Tue, 19 Oct 2004
|
[ 06:53 clsung ]
- update to 0.49
PR: ports/72855
Submitted by: maintainer (Rong-En Fan <rafan AT infor dot org>)
Approved by: co-mentor (vanilla)
|
Wed, 13 Oct 2004
|
[ 14:54 clsung ]
- update to 0.48, required by svk 0.22
PR: ports/72618
Submitted by: Rong-En Fan <rafan AT infor dot org>
Approved by: co-mentor (vanilla)
|
Tue, 12 Oct 2004
|
[ 12:45 clsung ]
- Update to 0.47
- needed by SVK 0.21.
PR: ports/71970
Submitted by: Rong-En Fan <rafan AT infor dot org>
Approved by: mentor (vanilla)
|
Sun, 22 Aug 2004
|
[ 11:02 lth ]
- Update to 0.43
PR: ports/70765
Submitted by: maintainer
|
Fri, 13 Aug 2004
|
[ 14:13 arved ]
Update to 0.42
PR: 70351
Submitted by: Rong-En Fan <rafan@infor.org>
|
Wed, 11 Aug 2004
|
[ 08:40 ijliao ]
fix depend list
PR: 70291
Submitted by: maintainer
|
[ 08:28 ijliao ]
upgrade to 0.41
pass maintainership
PR: 70125
Submitted by: Rong-En Fan <rafan@infor.org> (new maintainer)
Approved by: old maintainer
|
Mon, 19 Jul 2004
|
[ 13:35 ijliao ]
upgrade to 0.38
PR: 69263
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: maintainer
|
Sun, 18 Jul 2004
|
[ 15:02 vanilla ]
svk 0.16 has released in June 30. Also update p5-Data-Hierarchy
and p5-SVN-Mirror.
PR: ports/68685
Submitted by: rafan at infor dot org
Approved by: maintainer
|
Sun, 16 May 2004
|
[ 01:06 vanilla ]
Build dependencies are not correctly set regarding p5-SVN-Simple. Indeed, the
Makefile references a file that is not installed by p5-SVN-Simple.
PR: ports/66631
Submitted by: Herve Quiroz <herve.quiroz_at_esil_dot_univ-mrs dot fr>
Approved by: maintainer
|
Tue, 11 May 2004
|
[ 02:58 vanilla ]
Upgrade to 0.35.
PR: ports/66224
Submitted by: maintainer
|
Tue, 16 Mar 2004
|
[ 16:53 vanilla ]
Add p5-SVN-Mirror 0.29, mirror Remote Subversion Repository to local.
PR: ports/64292
Submitted by: Autrijus Tang <autrijus@autrijus.org>
|
Number of commits found: 61 |