Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.12 10 Sep 2023 23:13:40 |
Alexandre C. Guimarães (rigoletto) |
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore. |
1.1.12 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.1.12 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
1.1.12 27 Mar 2023 19:03:07 |
Alexandre C. Guimarães (rigoletto) Author: Kurt Jaeger |
www/davical: Update to 1.1.12
PR: 270468 |
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.1.10 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.1.10 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.10 31 Aug 2021 09:23:21 |
Bernhard Froehlich (decke) |
www/davical: Add CPE information
Approved by: portmgr (blanket) |
1.1.10 13 May 2021 20:27:42 |
Alexandre C. Guimarães (rigoletto) |
www/davical: Update to 1.1.10. |
1.1.9.3_1 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
1.1.9.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.9.3_1 08 Feb 2021 15:16:59 |
rigoletto |
www/davical: add missing dependecy.
PR: 253347
Submitted by: dinoex |
1.1.9.3 30 Jul 2020 14:17:46 |
rigoletto |
www/davical: Bump version number.
- the port was de facto updated but DISTVERSION wasn't. |
1.1.9.1 20 May 2020 15:35:10 |
rigoletto |
www/davical: Update to 1.1.9.3
PR: 246534
Reported by: wlam <wlam+fbd@blanksquare.net> |
1.1.8_2 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.1.8_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.1.8_1 21 Jun 2019 09:31:58 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.1.8_1 12 Apr 2019 04:42:16 |
rigoletto |
devel/php-libawl: Update to 0.60 and flavorize it.
- take maintainership (three time-outs)
- modify www/davical due to flavorized linawl
- flavorize www/davical
PR: 236649
Reported by: rearnsha <rwe@eyrie.plus.com>
Reviewed by: mat
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D19653 |
1.1.8 03 Feb 2019 14:17:06 |
rigoletto |
www/davical: Update to 1.1.8.
Approved by: tcberner (mentor) |
1.1.7_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.1.7 07 Oct 2018 17:30:10 |
rigoletto |
Update maintainer eMail address.
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17399 |
1.1.7 14 Mar 2018 05:13:01 |
yuri |
Changed maintainer's e-mail in 6 ports: lbdm@privacychain.ch ->
lebarondemerde@privacychain.ch
PR: 226592
Submitted by: Alexandre C. Guimaraes <lbdm@privacychain.ch> (maintainer) |
1.1.7 13 Mar 2018 20:32:09 |
sunpoet |
Convert to USE_GITLAB
- Add NO_ARCH
- While I'm here:
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Convert to options target helper
I do not bump PORTREVISION because the content of both tarballs are identical.
Differential Revision: https://reviews.freebsd.org/D14682
PR: 226576
Submitted by: Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
(maintainer) |
1.1.7 04 Feb 2018 21:52:37 |
cs |
Update to 1.1.7
PR: 225671
Submitted by: maintainer |
1.1.6 15 Nov 2017 16:27:13 |
swills |
www/davical: update to 1.1.6
PR: 223684
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> (maintainer) |
1.1.5_2 26 Oct 2017 17:39:49 |
tcberner |
Fix www/davical to be comptible with Postgres 10.0
PR: 223187
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> (maintainer)
Reported by: karl@denninger.net |
1.1.5_1 30 Sep 2017 20:24:06 |
tcberner |
Give www/davical to lbdm@privacychain.ch |
1.1.5_1 30 Sep 2017 11:21:07 |
tcberner |
www/davical: add php-curl as dependency
* Davical does need "ftp/phpXX-curl" for external binding work properly.
Its self check also fail if it is not present.
https://wiki.davical.org/index.php/Setup_Failure_Codes/PHP_curl_support
* While here, do some minor alphabetizing of the various lists.
PR: 222652
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> |
1.1.5 01 Feb 2017 19:59:44 |
pi |
www/davical: update 1.1.2 -> 1.1.5
- moved MASTER_SITE to gitlab
- Please note that there are long-standing sync issues with KDE
Korganizer (and Kontact) clients when there are multiple clients
syncing to the same calendar.
For example, see https://bugs.kde.org/show_bug.cgi?id=325224
PR: 215847
Changes: https://gitlab.com/davical-project/davical/blob/master/ChangeLog
Submitted by: packet@nerdheim.de |
1.1.2_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.1.2_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.1.2_1 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.1.2_1 31 Oct 2014 15:43:26 |
marino |
www/davical: Reorganize port to fix DOCS option, Fix Mac OS contacts.app
The DOCS option dumped the critical dba directory along with non-docs
directories scripts and config into DOCSDIR, which resulted in a broken
port if the user turned off the DOCS option.
Reorganize the port to put dba and scripts in DATADIR, and config in
EXAMPLESDIR and add the EXAMPLES option. While here, use the @sample
keyword, clean up @dirrm, and tweak a bit.
The second PR fixes vcards on DAVICal servers for Mac OS 10.9.
PR: 187112
PR: 186502 |
1.1.2 06 Oct 2014 06:16:36 |
marino |
www/davical: Reset maintainer, but DOCS option still broken
Per request by the maintainer, Maurice, maintainship is being reset.
It should be noted that this port is dumping vital non-docs files in
DOCDIRS which doesn't get install when the DOCS option is off. The
dba, scripts, and config subdirectories should be put somewhere else.
PR: 187112
Reported by: cjr (cruwe.de) |
1.1.2 25 Aug 2014 12:19:44 |
bapt |
Convert to USES=pgsql |
1.1.2 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
1.1.2 26 Nov 2013 00:07:41 |
madpilot |
- Update to 1.1.2
- Add LICENSE
- Use GitHub mirrors
- Cnvert to staging
- Properly handle configuration file
PR: ports/182539
Submitted by: Maurice Castro <maurice@atum.castro.aus.net> (maintainer) |
1.1.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.1.1 24 Jul 2012 04:31:56 |
jgh |
- update to 1.1.1
- address calendar functionality
- use php-libawl version 0.53
- while here use INSTALL_DATA in favor of CP
- use optionsNG for docs
PR: ports/169775 (based on)
Submitted by: maurice@atum.castro.aus.net
Approved by: maintainer, maurice@castro.aus.net |
1.0.2 30 Jun 2012 14:31:06 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.0.2 12 Feb 2012 21:54:27 |
jgh |
- Update to 1.0.2
PR: ports/164646
Submitted by: jgh (me)
Approved by: maintainer |
1.0.1 30 Jan 2012 04:50:14 |
jgh |
- Update to 1.0.1
- Update required dependent version of devel/php-libawl
- cleanup install and post-install targets while here
- update WWW address
PR: ports/163977
Submitted by: idefix at fechner.net
Approved by: maintainer, crees (mentor) |
0.9.9.7 16 Nov 2011 08:10:32 |
wen |
- Update to 0.9.9.7
PR: ports/162026
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: Maurice Castro <maurice@castro.aus.net> (maintainer)
Feature safe: yes |
0.9.9.4 12 Feb 2011 18:13:13 |
miwi |
- Update to 0.9.9.4
PR: 154201
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: maintainer |
0.9.9.3 08 Nov 2010 02:43:44 |
sunpoet |
- Update to 0.9.9.3
- Honor WWWDIR while I'm here
PR: ports/151843
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: Maurice Castro <maurice@castro.aus.net> (maintainer) |
0.9.9 07 Jun 2010 06:27:29 |
miwi |
- Update to 0.9.9
PR: 146489
Submitted by: ohn Marshall <john.marshall@riverwillow.com.au> (maintainer) |
0.9.8.4 12 Apr 2010 21:02:42 |
jacula |
- Update davical to 0.9.8.4
PR: ports/144884
Submitted by: Claudius Herder <claudius@ambtec.de>
Approved by: pgj (mentor) |
0.9.8.1 11 Mar 2010 08:57:51 |
miwi |
- Update to 0.9.8.1
PR: 144271
Submitted by: Maurice Castro <maurice@atum.castro.aus.net> (maintainer) |
0.9.7.6 05 Feb 2010 06:00:41 |
nemoliu |
- Fix wrong RUN_DEPENDS way
Reported by: Boris Samorodov <bsam@ipt.ru> |
0.9.7.6 05 Feb 2010 05:24:14 |
nemoliu |
- Add Missing RUN_DEPENDS php5-iconv
PR: ports/143473
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Approved by: Maurice Castro <maurice@castro.aus.net> (maintainer) |
0.9.7.6 02 Nov 2009 10:47:50 |
jadawin |
- Update to 0.9.7.6
PR: ports/140158
Submitted by: Cristiano Rolim Pereira <cristianorolim _AT_ hotmail.com>
Approved by: maintainer |
0.9.7 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
0.9.7 20 Jul 2009 15:20:51 |
amdmi3 |
- Update to 0.9.7
PR: 136704
Submitted by: Maurice Castro <maurice@castro.aus.net> (maintainer) |
0.9.6.3 27 Apr 2009 02:05:06 |
amdmi3 |
- Update to 0.9.6.3
PR: 134033
Submitted by: Maurice Castro <maurice at castro dot aus dot net> (maintainer) |
0.9.6.2_1 24 Apr 2009 20:30:04 |
miwi |
- Added missing php dependency
PR: 133863
Submitted by: Maurice Castro <maurice@castro.aus.net> (maintainer) |
0.9.6.2 02 Mar 2009 22:44:07 |
beat |
- Update to 0.9.6.2 [1]
- Add devel/php-libawl dependency [1]
- Respect NOPORTDOCS [1]
- Use COPYTREE_SHARE to copy files [2]
- Use WWWDIR instead of custom DAVICALDIR variable [2]
- Do not overwrite config file when reinstalling port [2]
PR: ports/131962
Submitted by: Cristiano Rolim Pereira <cristianorolim AT hotmail.com> [1],
beat [2]
Approved by: Maurice Castro <maurice AT castro.aus.net> (maintainer), miwi
(mentor) |
0.9.4 18 Jun 2008 06:38:40 |
edwin |
New port: www/davical A simple CalDAV server
DAViCal is a CalDAV server. It cal be used to support shared
calendars for iCal Evolution etc. There have been many
requests for a CalDAV server for FreeBSD.
PR: ports/123692
Submitted by: Maurice Castro <maurice@castro.aus.net> |