Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.11.2 20 Jul 2024 11:27:02 |
Tijl Coosemans (tijl) |
devel/automake: Update to 1.17
biology/libneurosim: Fix use of libltdl.
dns/ddclient: Take out -Werror.
lang/sdcc:
- Patching ARCH is no longer needed. Remove it because it touched some
configure.ac files and that causes other autotools files to appear
out-of-date.
- Run autoreconf in WRKSRC/device/lib/pic14 because aclocal.m4 and
config.h.in appear out-of-date.
net/rpki-client: Patch Makefile.in instead of Makefile.am to avoid
autotools.
sysutils/genimage: Run configure with --disable-silent-rules because
upstream changed the default to silent and when silent rules are
enabled it also runs make with --no-print-directory which is a gmake
flag. Patch Makefile.am so it uses --no-print-directory depending on
the actual verbosity instead of the default.
PR: 280277
Exp-run by: antoine |
3.11.2 24 Nov 2023 19:40:20 |
Fernando Apesteguía (fernape) Author: Franco Fichtner |
dns/ddclient: Update to v3.10 RC2
PR: 266415
Reported by: fbsd-bugzilla@schlachter.ca
Approved by: mjl@luckie.org.nz (maintainer) |
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) |
3.9.1 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 ) |
3.9.1 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
3.9.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.9.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.9.1 27 Oct 2020 14:26:25 |
fernape |
dns/ddclient: Update to v3.9.1
ChangeLog: https://github.com/ddclient/ddclient/releases/tag/v3.9.1
PR: 250572
Submitted by: root@cooltrainer.org
Approved by: mjl@luckie.org.nz (maintainer)
MFH: 2020Q4 (blanket, runtime fixes) |
3.9.0 21 Nov 2019 08:59:51 |
joneum |
Update to 3.9.0
PR: 242006
Submitted by: mjl@luckie.org.nz (maintainer)
Sponsored by: Netzkommune GmbH |
3.8.3.104_2 06 Oct 2019 16:42:31 |
meta |
dns/ddclient: Get rid of a wrong shebang statement
in bin/ddclient. It has double shebang line and one is
"#!/usr/local/local/bin/perl -w" This is definitely wrong.
Also bumped PORTREVISION due to package content change.
PR: 231277
Submitted by: koobs
Reported by: O. Hartmann <ohartmann@walstatt.org>
Approved by: maintainer
MFH: 2019Q4 |
3.8.3.104_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
3.8.3.104_1 18 May 2019 10:28:32 |
kai |
dns/ddclient: Fix default permissions of config files and update pkg-message
* Change the default permissions of the configuration files to avoid a
warning at the first start.
* Also update the instructions in pkg-message because since r433788 users no
longer need to create a copy of the configuration file after installation.
While I'm here:
* Fix the license and add the location to the license file
PR: 237651
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: maintainer |
3.8.3.104 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.8.3.104 07 Jul 2018 18:54:32 |
tobik |
dns/ddclient: Move to newer snapshot
CloudFlare will shutdown the old v1 API on June 4, 2018.
ddclient on the repository already supports the current v4 API,
but there is no newer release since 2015.
Also includes CloudFlare IPv6 support.
PR: 228600
Submitted by: maintainer |
3.8.3_3 20 May 2017 02:27:54 |
asomers |
Use anticongestion in dns/ddclient
Introduced in src r316342, the anticongestion feature unifies multiple
periodic scripts' disparate sleeps.
PR: 218442
Approved by: mjl@luckie.org.nz (maintainer)
Approved by: brd (ports) |
3.8.3_2 10 Feb 2017 17:28:22 |
krion |
Remove superfluous dependency.
Noticed by: sunpoet
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9523 |
3.8.3_1 10 Feb 2017 09:13:41 |
krion |
Fix stale dependencies.
PR: 216526
Submitted by: bhtooefr@gmail.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9488 |
3.8.3 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
3.8.3 02 May 2016 15:56:35 |
arved |
Update to 3.8.3
PR: 209167
Submitted by: mzaki@e-mail.ne.jp
Approved by: maintainer |
3.8.2_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.8.2_1 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
3.8.2_1 20 Dec 2014 18:09:22 |
bapt |
Cleanup plist |
3.8.2_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
3.8.2_1 20 Jan 2014 04:23:44 |
danilo |
- Pass maintainership to submitter. I forgot it on the last commit.
PR: ports/185881
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Reported by: miwi |
3.8.2_1 19 Jan 2014 18:42:54 |
danilo |
- Fix a problem with the config files path.
PR: ports/185881
Submitted by: Matthew Luckie <mjl@luckie.org.nz> |
3.8.2 19 Jan 2014 02:04:22 |
danilo |
- Update from 3.8.1 to 3.8.2
- Add stage support
- Use options helpers
- Use PLIST_FILES instead of pkg-plist
PR: ports/185714
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.8.1_1 08 Jan 2014 02:08:20 |
linimon |
Reset simon.krenz@ghostbsd.org: "550 No Such User Here". |
3.8.1_1 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
3.8.1_1 17 Sep 2013 06:28:07 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
3.8.1_1 11 Jan 2013 19:52:03 |
rm |
- pass maintainership up to new volunteer
PR: 175207
Submitted by: Simon Krenz <simon.krenz@ghostbsd.de> |
3.8.1_1 12 Dec 2012 19:20:46 |
bdrewery |
- Trim header
- Convert to new options framework |
3.8.1_1 06 Dec 2012 16:39:08 |
zi |
- Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by: portscout
Feature safe: yes |
3.8.1_1 30 Jun 2012 13:48:34 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
3.8.1_1 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. |
3.8.1_1 04 Jan 2012 22:59:28 |
zi |
- Remove problematic empty variable assignment
Reported by: dougb |
3.8.1_1 04 Jan 2012 01:47:21 |
zi |
- Add SSL to OPTIONS
- Do not force the user to run ddclient as a daemon
PR: ports/163271
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
3.8.1 28 Jul 2011 21:59:28 |
zi |
Update to 1.8.1 [1]
Add LICENSE
PR: ports/159199
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) [1]
Approved by: tabthorpe (mentor) |
3.8.0_2 13 Mar 2011 14:53:21 |
makc |
- fix with non-standard PREFIX/LOCALBASE
- fix error with undefined variables on some services. This is upstream ticket
#2:
http://sourceforge.net/apps/trac/ddclient/ticket/2
PR: ports/155486
Submitted by: Rob Farmer (maintainer) |
3.8.0_1 10 Mar 2011 01:20:38 |
wen |
- Pass maintainership to new volunteer
Submitted by: rfarmer@predatorlabs.net (new maintainer, via email) |
3.8.0_1 10 Mar 2011 00:10:24 |
wen |
- Reset maintainer [1]
- Drop MD5
PR: ports/155424 [1]
Submitted by: Radek Kozlowski <radek@raadradd.com> (previous maintainer) [1] |
3.8.0_1 17 Aug 2010 19:22:56 |
ohauer |
- add periodic daily script to force update
- connect to license framework
- add special patch from glarkin to ensure daemon detach from tty,
change some printf to use the warning function instead.
PR: 148586
Submitted by: Chris Howey <howeyc _at_ gmail.com>
Approved by: maintainer, glarkin (mentor) |
3.8.0 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.8.0 06 Jan 2010 09:00:03 |
jadawin |
- Update to 3.8.0
PR: ports/142345
Submitted by: Rob Farmer <rfarmer predatorlabs.net>
Approved by: maintainer |
3.7.3 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
3.7.3 24 Oct 2007 16:32:54 |
tabthorpe |
- Update to 3.7.3
PR: ports/117446
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
Approved by: radek raadradd.com (maintainer) |
3.7.1_1 19 Feb 2007 00:34:02 |
sat |
- Create the cache file directly in /var/tmp
PR: ports/109298
Submitted by: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Approved by: Radek Kozlowski (maintainer, implicit) |
3.7.1 17 Feb 2007 23:05:24 |
sat |
- Update to 3.7.1
Approved by: RadosÅaw Kozlowski <radek@raadradd.com> |
3.7.0 16 Jun 2006 13:14:30 |
sat |
- Update to 3.7.0
Approved by: radek@raadradd.com (maintainer) |
3.6.7 07 May 2006 00:03:26 |
mnag |
- Update to 3.6.7
- Add new rc.d script
PR: 96667
Submitted by: Andrew Pantyukhin <infofarmer___gmail.com>
Approved by: maintainer |
3.6.6 22 Jan 2006 08:31:47 |
edwin |
SHA256ify
Approved by: krion@ |
3.6.6 05 Apr 2005 17:03:40 |
novel |
Update to 3.6.6.
PR: 79411
Submitted by: Radek Kozlowski (maintainer) |
3.6.5 27 Nov 2004 05:52:15 |
edwin |
[MAINTAINER] dns/ddclient: update to 3.6.5
- Update to 3.6.5
- Utilize PORTDOCS and PLIST_FILES
- Remove pkg-plist
PR: ports/74334
Submitted by: Radek Kozlowski <radek@raadradd.com> |
3.6.4 28 Oct 2004 20:57:19 |
pav |
- Switch to versioned distfile. No functional change.
PR: ports/73253
Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer) |
3.6.4 28 Oct 2004 00:04:57 |
pav |
- Update to 3.6.4
- Take maintainership
- rcng script
PR: ports/73059
Submitted by: Radek Kozlowski <radek@raadradd.com> |
3.6.3 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
3.6.3 22 Feb 2004 01:40:47 |
kris |
Don my portmgr hat and return dirk@FreeBSD.org's ports back to the
unmaintained pool. He has not committed in over a year and has been
unresponsive to emails over a similar time period. |
3.6.3 07 Nov 2003 01:07:05 |
linimon |
Update to version 3.6.3 and new mastersite (already partially done).
The patchfile unwires hardcoding of configuration directories. The
changes are mostly minor; see work/README for full summary.
PR: ports/55335, maintainer timeout (3 months). |
3.6.2 03 Nov 2003 21:57:55 |
edwin |
Fix mastersite, but not the pkg-descr's WWW line. |
3.6.2 24 Sep 2003 15:07:32 |
nork |
Fix startup script.
PR: ports/56727
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: maintainer no response |
3.6.2 05 Sep 2003 04:54:37 |
edwin |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |