Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.24_1 10 Jan 2024 08:16:01 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
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) |
1.0.24 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 ) |
1.0.24 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
1.0.24 01 Apr 2022 15:53:18 |
Rene Ladan (rene) |
all: drop support for EOL FreeBSD 12.2
- Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3,
update an example
- sysutils/lsof: drop support for ancient FreeBSD releases.
- multimedia/ustreamer: remove inline patch for 12.2
- x11/wayland-logout: remove support for FreeBSD < 12.3
- sysutils/bhyve+: remove support for FreeBSD 12.2
- databases/clickhouse: remove support for FreeBSD 12.2
- databases/mariadb106-server: remove support for FreeBSD 12.2
- devel/cvsd: no need to test for FreeBSD >=5 anymore
- devel/imake: no need to support a.out anymore
- japanese/kterm: no need to support FreeBSD <= 9
- math/igraph: remove support for FreeBSD 12.2
- net/onedrive: remove support for FreeBSD 12.2
- security/ipsec-tools: no need to test for FreeBSD >= 11
- emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after
49f593b2f77f"
Reviewed by: brnrd, fluffy, jbeich, ler, yuri, x11 (zeising)
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D34523 |
1.0.24 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0.24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.24 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.0.24 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
1.0.24 11 Oct 2016 19:38:22 |
pawel |
Update to version 1.0.24
PR: 213249
Submitted by: maintainer |
1.0.18 06 Apr 2016 15:42:00 |
marino |
devel/cvsd: Use OPSYS with OSVERSION
Approved by: OSVERSION use blanket |
1.0.18 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.18 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
1.0.18 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.0.18 29 Nov 2013 14:14:27 |
wg |
devel/cvsd: fix include
Reported by: olli hauer <ohauer gmx.de> |
1.0.18 29 Nov 2013 13:49:58 |
wg |
devel/cvsd: allow staging
PR: ports/184337
Submitted by: maintainer |
1.0.18 18 Oct 2013 15:02:20 |
bapt |
Change maintainer
Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
Approved by: "Andrey V. Elsukov" <bu7cher@yandex.ru> (former maintainer) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.0.18 14 Sep 2013 09:59:28 |
ohauer |
- fix r327153, cvs is only required
.if ${OSVERSION} > 1000000
- since I'm here do some minor cleanup |
1.0.18 13 Sep 2013 14:44:35 |
bapt |
Add cvs as dependency, since it has been removed from base |
1.0.18 09 Sep 2013 18:34:59 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.0.18 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.0.18 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.0.18 03 Jul 2011 16:35:01 |
ohauer |
- remove MD5 |
1.0.18 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.0.18 17 Mar 2010 07:41:54 |
miwi |
- Update to 1.0.18
PR: 144645
Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer) |
1.0.16 28 Aug 2009 16:25:10 |
araujo |
- Update to 1.0.16.
- Change WWW reference into pkg-descr.
PR: ports/138222
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer) |
1.0.14 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0.14 20 Mar 2008 09:37:21 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 200 |
1.0.14 18 Jan 2008 15:23:59 |
garga |
- Update to 1.0.14
PR: ports/119768
Submitted by: maintainer |
1.0.13_1 04 Oct 2007 00:41:11 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
1.0.13_1 26 Feb 2007 22:49:34 |
miwi |
- Bump PORTREVISION
- When RootJail is set to 'none' there is some errors on starting
rc_subr script and cvsd doesn't start. This patch solved
the Problem.
PR: 109546
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: maintainer |
1.0.13 29 Jan 2007 19:05:07 |
gabor |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor) |
1.0.13 21 Dec 2006 22:38:47 |
miwi |
- Update to 1.0.13
PR: ports/106934
Submitted by: miwi
Approved by: maintainer |
1.0.12_2 08 Jun 2006 16:59:41 |
dougb |
Update rc.d script to better fit current practice.
PR: ports/98692
Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> [maintainer] |
1.0.12_1 06 Jun 2006 09:33:07 |
ijliao |
Take maintainership
Add rc.subr support
PR: 98582
Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru> (new maintainer) |
1.0.12 03 Jun 2006 00:34:27 |
leeym |
- update to 1.0.12 |
1.0.11 25 May 2006 19:07:06 |
leeym |
- update to 1.0.11 |
1.0.10 30 Dec 2005 18:23:38 |
pav |
- Update to 1.0.10
PR: ports/91100
Submitted by: Jose Liang <jose@jose.idv.tw> |
1.0.9 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.0.9 29 Aug 2005 02:39:02 |
ahze |
- Update to 1.0.9
PR: ports/85376
Submitted by: Ports Fury |
1.0.8 01 Aug 2005 08:21:55 |
vs |
Update MASTER_SITES and WWW: line
PR: ports/84400
Submitted by: Ports Fury |
1.0.8 30 Jul 2005 22:03:08 |
ahze |
- Add MASTER_SITE_LOCAL to MASTER_SITES since main site is down.
Reported by: krion mail |
1.0.8 26 Jul 2005 05:58:24 |
ahze |
- Update to 1.0.8
PR: 84066
Submitted by: Ports Fury |
1.0.7 27 Apr 2005 09:31:05 |
ahze |
- Update to 1.0.7 |
1.0.6 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.6 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0.6 12 Mar 2005 20:58:57 |
ahze |
- Update to 1.0.6
PR: 78736
Submitted by: Ports Fury |
1.0.5 06 Mar 2005 19:23:07 |
ahze |
- Update to 1.0.5
PR: 78498
Submitted by: Ports Fury |
1.0.4 15 Dec 2004 15:14:24 |
krion |
Update to version 1.0.4
PR: ports/75108
Submitted by: Ports Fury |
1.0.3 08 Aug 2004 17:06:29 |
krion |
Update to version 1.0.3
PR: ports/70165
Submitted by: Ports Fury |
1.0.2 18 Apr 2004 15:20:14 |
pav |
- Update to 1.0.2
PR: ports/65713
Submitted by: Ports Fury |
1.0.1 23 Feb 2004 21:31:58 |
clement |
- make portlint happy
- PGPify
- use %%DOCSDIR%%
PR: 63271
Submitted by: Jason Harris <jharris@widomaker.com> |
1.0.1 23 Feb 2004 10:50:52 |
clement |
- Update to 1.0.1
Changes: This version is stable after a month of testing. Code clean-up
was done. No major bugs were found, but a minor bug was corrected. The
access mode was changed from +o to +f. Multiple or shared database files
for each channel and major updates on the documentation files. This code
is final unless some major bug is reported or huge improvements are made. |
1.0.0 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0.0 29 Sep 2003 14:42:29 |
krion |
- Update to version 1.0.0
PR: 57351
Submitted by: Ports Fury |
0.9.20 23 Aug 2003 21:41:17 |
krion |
- Update to version 0.9.20
PR: 55898
Submitted by: Ports Fury |
0.9.19 12 Jun 2003 19:31:54 |
pat |
- Fix overwriting cvsd.conf
- Update to 0.9.19
PR: ports/52434, ports/53099
Submitted by: Frank Altpeter <frank@altpeter.de>,
KATO Tsuguru <tkato@prontomail.com> |
0.9.18 26 Apr 2003 22:38:53 |
nork |
Update to 0.9.18.
PR: ports/51363
Submitted by: Ports Fury |
0.9.17 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
0.9.17 17 Feb 2003 15:32:57 |
ijliao |
upgrade to 0.9.17 |
0.9.16 27 Jan 2003 12:44:06 |
knu |
Update to 0.9.16.
PR: ports/47317
Submitted by: Ports Fury |
0.9.14 10 Dec 2002 01:07:20 |
petef |
Add USE_PERL5.
Submitted by: bento |
0.9.14 28 Oct 2002 10:48:00 |
ijliao |
upgrade to 0.9.14 |
0.9.13 14 Oct 2002 15:45:30 |
naddy |
Update to version 0.9.13.
PR: 43783
Submitted by: Ports Fury |
0.9.12 21 Sep 2002 17:58:40 |
roam |
Fix the problems in my last commit to make cvsd actually build:
- actually add files/patch-cvsd.c, which *was* in the PR;
- add files/patch-configure, which was mentioned but missing from the PR;
- remove autoconf/make/etc invocation from the Makefile so our changes
to the configure script are not lost.
Pointed out by: kris, Ports Fury
Pointy hat to: roam (myself) |
0.9.12 18 Sep 2002 12:28:07 |
roam |
Update to 0.9.12.
PR: 42879
Submitted by: Ports Fury |
0.9.9 25 Jun 2002 05:52:57 |
ijliao |
upgrade to 0.9.9 |
0.9.8 12 Apr 2002 03:27:15 |
ijliao |
make it runnable
Submitted by: Paulius Bulotas <paulius@kaktusas.org> |
0.9.8 11 Apr 2002 18:34:20 |
ijliao |
upgrade to 0.9.8
PR: 36996
Submitted by: Paulius Bulotas <paulius@kaktusas.org> |
26 Feb 2002 06:05:19 |
ijliao |
upgrade to 0.9.6 |
30 Jan 2002 00:47:27 |
pat |
Update to 0.9.5 |
07 Jan 2002 20:38:05 |
fenner |
Fix typo in MAINTAINER. This kind of thing is why I think MAINTAINER-less
ports should simply have no MAINTAINER line and pick up the default from
bsd.port.mk. |
31 Dec 2001 05:33:17 |
ijliao |
add cvsd 0.9.3 cvs pserver daemon |