Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.63_4 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.63_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.63_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.63_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.63_3 19 Dec 2020 20:19:05 |
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 |
0.63_2 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
0.63_2 09 Jul 2018 08:40:18 |
mat |
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 |
0.63_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.63_2 09 Nov 2017 14:48:35 |
danfe |
Remove two BROKEN_powerpc statements that do not reflect current reality.
Tested on: Mac mini G4 |
0.63_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.63_2 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.63_2 19 Aug 2015 17:24:24 |
pgollucci |
p5-* use BROKEN_* helpers
Wit Hat: perl@ |
0.63_2 03 May 2015 20:45:35 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
0.63_1 26 Nov 2014 13:08:38 |
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 ) |
0.63 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.63 31 Oct 2013 07:36:26 |
vanilla |
Support STAGEDIR. |
0.63 22 Oct 2013 16:57:45 |
mat |
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@ |
0.63 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.63 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.63 11 Nov 2012 15:24:11 |
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 |
0.61 24 Sep 2012 18:27:19 |
swills |
- Fix plist damage caused in last commit
Pointed out by: rafan
Pointy hat to: swills
Approved by: rafan (maintainer) |
0.61 22 Sep 2012 19:46:27 |
swills |
- Update to 0.61
PR: ports/171128
Approved by: maintainer timeout (rafan, >3 weeks) |
0.53_8 29 Jun 2012 18:26:52 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.53_8 10 Jun 2012 18:42:48 |
swills |
- 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) |
0.53_8 10 Nov 2011 21:46:59 |
linimon |
Mark as broken on powerpc: fails to configure.
Hat: portmgr
Feature safe: yes |
0.53_8 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.53_8 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
0.53_7 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
0.53_6 20 Dec 2009 12:48:15 |
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 |
0.53_5 22 Jul 2009 16:27:08 |
pgollucci |
- 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) |
0.53_5 21 Apr 2009 13:53:33 |
rafan |
- Fix HTML/Text diff with Subversion 1.5
- Bump PORTREVISION
PR: ports/133877
Submitted by: Will Bond <will at imarc.net> |
0.53_4 20 Jul 2008 10:33:02 |
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 |
0.53_3 05 Jul 2008 03:54:53 |
rafan |
- Bump PORTREVISION for devel/apr update
PR: ports/125276
Submitted by: rodrigc |
0.53_2 30 Jun 2008 12:36:56 |
lev |
Bump PORTREVISION due to subversion upgrade. |
0.53_1 30 Jun 2008 10:00:07 |
lev |
(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. |
0.53_1 06 Jun 2008 13:21:59 |
edwin |
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) |
0.53 17 Apr 2008 14:30:31 |
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) |
0.53 02 May 2007 15:34:35 |
rafan |
- Update to 0.53
- Remove perl < 5.6 support
- Remove now useless TARGETDIR |
0.52 24 Jan 2007 06:31:40 |
rafan |
- Update to 0.52 |
0.51 17 Jan 2007 07:58:19 |
rafan |
- Update to 0.51 |
0.50 16 Jan 2007 10:18:30 |
rafan |
- Update to 0.50 |
0.49 14 Sep 2006 14:28:03 |
rafan |
- Update to 0.49 |
0.47_1 13 Aug 2006 12:32:20 |
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> |
0.47 27 Jun 2006 14:30:35 |
rafan |
Refine WWW entry
PR: ports/99527
Submitted by: clsung
Approved by: maintainer (myself), delphij (mentor) |
0.47 27 Jun 2006 03:58:58 |
rafan |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
0.47 08 May 2006 02:55:44 |
clsung |
- Update to 0.47
PR: ports/96963
Submitted by: maintainer (Rong-En Fan) |
0.46 16 Mar 2006 12:25:16 |
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) |
0.43 30 Jan 2006 14:27:04 |
lth |
Update to 0.43. Now requires perl from ports.
PR: ports/92419
Submitted by: lth
Approved by: maintainer |
0.38 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.38 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.38 13 Dec 2004 10:14:43 |
vanilla |
Upgrade to 0.38.
PR: ports/74980 |
0.37 11 Aug 2004 16:47:26 |
vanilla |
- Update to 0.37, unbreak it
- Take maintainership
PR: ports/70302
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: maintainer. |
0.36 30 Jul 2004 19:24:03 |
vanilla |
Fix pkg-plist. |
0.36 11 Jul 2004 01:06:08 |
kris |
BROKEN: Missing dependency |
0.36 16 Mar 2004 16:55:26 |
vanilla |
Add p5-SVN-Web 0.36, subversion repository web frontend.
PR: ports/64292
Submitted by: Autrijus Tang <autrijus@autrijus.org> |