non port: devel/p5-SVN-Web/Makefile |
SVNWeb
|
Number of commits found: 45 |
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, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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:19 sunpoet ]
Add LICENSE
- Fix *_DEPENDS: p5-Locale-Maketext-Simple is not required
- Sort *_DEPENDS
- Remove DISTNAME
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
|
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
|
Thu, 9 Nov 2017
|
[ 14:48 danfe ]
Remove two BROKEN_powerpc statements that do not reflect current reality.
Tested on: Mac mini G4
|
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, 19 Aug 2015
|
[ 17:24 pgollucci ]
p5-* use BROKEN_* helpers
Wit Hat: perl@
|
Sun, 3 May 2015
|
[ 20:45 amdmi3 ]
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
|
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
|
[ 07:36 vanilla ] (Only the first 10 of 117 ports in this commit are shown above. )
Support STAGEDIR.
|
Tue, 22 Oct 2013
|
[ 16:57 mat ] (Only the first 10 of 94 ports in this commit are shown above. )
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
|
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, 11 Nov 2012
|
[ 15:24 swills ]
- Update to 0.63
- Add missing p5-Plack dependency
- Install the templates, CSS and psgi file(s) that are needed to make it work
PR: ports/173344
Feature safe: yes
|
Mon, 24 Sep 2012
|
[ 18:27 swills ]
- Fix plist damage caused in last commit
Pointed out by: rafan
Pointy hat to: swills
Approved by: rafan (maintainer)
|
Sat, 22 Sep 2012
|
[ 19:46 swills ]
- Update to 0.61
PR: ports/171128
Approved by: maintainer timeout (rafan, >3 weeks)
|
Fri, 29 Jun 2012
|
[ 18:26 az ]
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
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)
|
Thu, 10 Nov 2011
|
[ 21:46 linimon ]
Mark as broken on powerpc: fails to configure.
Hat: portmgr
Feature safe: yes
|
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@
|
Sun, 20 Dec 2009
|
[ 12:48 rafan ]
- Fix assertion failed (*path != '/') for SVN 1.5 and above
PR: ports/141778
Submitted by: Bernhard Froehlich <decke at bluelife.at>
Obtained from: CPAN RT Bug# 37388 [1]
[1] http://rt.cpan.org/Public/Bug/Display.html?id=37388#txn-543810
|
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)
|
Tue, 21 Apr 2009
|
[ 13:53 rafan ]
- Fix HTML/Text diff with Subversion 1.5
- Bump PORTREVISION
PR: ports/133877
Submitted by: Will Bond <will at imarc.net>
|
Sun, 20 Jul 2008
|
[ 10:33 rafan ]
- Fix for using with subversion 1.5 (the patches work with subversion 1.4)
- Bump PORTREVISION
- Move post-install under bsd.port.pre.mk
PR: ports/125701
Submitted by: mitsuru at riken.jp
|
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)
|
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)
|
Wed, 2 May 2007
|
[ 15:34 rafan ]
- Update to 0.53
- Remove perl < 5.6 support
- Remove now useless TARGETDIR
|
Wed, 24 Jan 2007
|
[ 06:31 rafan ]
- Update to 0.52
|
Wed, 17 Jan 2007
|
[ 07:58 rafan ]
- Update to 0.51
|
Tue, 16 Jan 2007
|
[ 10:18 rafan ]
- Update to 0.50
|
Thu, 14 Sep 2006
|
[ 14:28 rafan ]
- Update to 0.49
|
Sun, 13 Aug 2006
|
[ 12:32 rafan ]
- Respect DESTDIR
- Remove unnecessary dependencies pulled by PERL_MODBUILD
Bump PORTREVISION for this.
PR: ports/101886
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
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)
|
Mon, 8 May 2006
|
[ 02:55 clsung ]
- Update to 0.47
PR: ports/96963
Submitted by: maintainer (Rong-En Fan)
|
Thu, 16 Mar 2006
|
[ 12:25 novel ]
- Update to 0.46
- Tell users what to do after installation in pkg-message.
- Add WWW entry in pkg-descr
PR: 94513
Submitted by: Rong-En Fan (maintainer)
|
Mon, 30 Jan 2006
|
[ 14:27 lth ]
Update to 0.43. Now requires perl from ports.
PR: ports/92419
Submitted by: lth
Approved by: maintainer
|
Mon, 13 Dec 2004
|
[ 10:14 vanilla ]
Upgrade to 0.38.
PR: ports/74980
|
Wed, 11 Aug 2004
|
[ 16:47 vanilla ]
- Update to 0.37, unbreak it
- Take maintainership
PR: ports/70302
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: maintainer.
|
Sun, 11 Jul 2004
|
[ 01:06 kris ]
BROKEN: Missing dependency
|
Tue, 16 Mar 2004
|
[ 16:55 vanilla ]
Add p5-SVN-Web 0.36, subversion repository web frontend.
PR: ports/64292
Submitted by: Autrijus Tang <autrijus@autrijus.org>
|
Number of commits found: 45 |