Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.2_12 02 May 2024 13:06:58 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of dns/libidn
Reported by: vvd |
6.0.2_11 25 Feb 2024 08:18:30 |
Muhammad Moinur Rahman (bofh) |
net/echoping: Moved man to share/man
Approved by: portmgr (blanket) |
6.0.2_10 07 Feb 2024 11:06:11 |
Eugene Grosbein (eugen) |
net/echoping: correct WWW link
This fixes incomplete commit 9ec59754076ec4ccadc48f9cf052f51a39510525 |
6.0.2_9 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 |
6.0.2_9 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
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) |
6.0.2_9 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 ) |
6.0.2_9 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
6.0.2_9 02 Aug 2021 04:41:48 |
Xin LI (delphij) |
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib |
6.0.2_8 13 Jul 2021 09:48:01 |
Alexey Dokuchaev (danfe) |
net/echoping: fix the segmentation fault at dns.c:111
Add missing prototype for to_upper() which returns char *. Without it,
compiler assumed that it returns an int, which results in segmentation
fault in init() at dns.c when trying process its result which had been
cast to char *, albeit needlessly (this code does lots of bogus casts).
PR: 220294 |
6.0.2_7 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 |
6.0.2_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.0.2_7 20 Aug 2020 09:06:15 |
eugen |
net/echoping: fix build with -fno-common (clang 11 and gcc 10)
PORTREVISION not bumped as it fixes build for FreeBSD 13.
Reported by: pkg-fallout |
6.0.2_7 02 Aug 2020 21:18:42 |
swills |
net/echoping: undeprecate since smokeping requires it
Requested by: eugen |
6.0.2_7 02 Aug 2020 17:23:13 |
swills |
net/echoping: Move to new source destination and deprecate
PR: 248084
Submitted by: Marcel Bischoff <marcel@herrbischoff.com> |
6.0.2_6 16 Nov 2019 13:46:54 |
tobik |
Clean up WRKSRC and USE_GITHUB usage in some ports |
6.0.2_6 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
6.0.2_6 01 Jul 2019 18:36:41 |
pi |
net/echoping: fix build by adding USES=pkgconfig
PR: 238457 |
6.0.2_6 18 Jun 2019 21:08:45 |
antoine |
Mark BROKEN: fails to configure
configure.ac:29: error: possibly undefined macro: AC_DEFINE
Reported by: pkg-fallout |
6.0.2_6 04 Jun 2019 19:16:57 |
eugen |
net/echoping: fix WWW link |
6.0.2_6 04 Jun 2019 19:07:19 |
eugen |
net/echoping: keep up with changes
echping does not exist at SourceForge anymore.
Use distfile from Github and deal with differences:
- new distfile has no configure scripts but configure.ac
and requires generation of configure, but modern autoreconf
cannot handle its configure.ac files properly so they need
some polishing with pre-configure target to be useful;
- broad usage of HTTP Strict Transport Security
requires new patch fixing echoping's HTTP "accept_redirects" mode,
so this echoping does not fail in this mode on HTTP redirects;
- pet portlint;
- bump PORTREVISION. |
6.0.2_5 02 Apr 2019 03:35:54 |
yuri |
dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048 |
6.0.2_4 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
6.0.2_4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
6.0.2_4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
6.0.2_4 25 Nov 2015 02:14:55 |
amdmi3 |
- Strip library
- Switch to options helpers |
6.0.2_3 21 Nov 2015 13:33:19 |
culot |
- Reassign sumikawa@'s ports after his commit bit was taken in for safekeeping |
6.0.2_3 16 May 2015 17:54:51 |
amdmi3 |
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket |
6.0.2_3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
6.0.2_3 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
6.0.2_3 22 Sep 2014 14:48:02 |
tijl |
Port uses sqrt(3) so link with libm
Reported by: sbruno |
6.0.2_3 30 Aug 2014 18:18:14 |
tijl |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc |
6.0.2_2 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
6.0.2_1 10 Jul 2014 12:13:12 |
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 N.
CR: D307
Approved by: portmgr (bapt) |
6.0.2_1 21 May 2014 09:35:43 |
sumikawa |
Fix plist. |
6.0.2 19 May 2014 06:11:58 |
sumikawa |
Upgrade to 6.0.2
PR: ports/189418
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> |
6.0.0_4 09 Mar 2014 14:43:19 |
miwi |
- Stage support |
6.0.0_4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
6.0.0_4 05 Mar 2013 17:07:44 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm |
6.0.0_4 24 Jul 2012 21:09:45 |
cs |
Fix typos in COMMENT |
6.0.0_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
6.0.0_4 14 Mar 2011 08:40:07 |
wen |
- Bump PORTREVISION to chase the update of dns/libidn |
6.0.0_3 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
6.0.0_2 01 Apr 2010 10:09:29 |
linimon |
Mark as broken on ia64 and powerpc.
Hat: portmgr |
6.0.0_2 05 Jan 2009 19:04:45 |
delphij |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
6.0.0_1 06 Jun 2008 13:50:32 |
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) |
6.0.0 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
6.0.0 03 Apr 2007 04:09:03 |
sumikawa |
Upgrade to 6.0.0. |
5.99.0_2 27 Mar 2007 20:27:42 |
pav |
- Fix after objformat removal
Reported by: pointyhat |
5.99.0_2 30 Nov 2006 13:05:52 |
sumikawa |
Make OPTIONify.
PR: ports/106060
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> |
5.99.0_1 09 Nov 2006 02:50:02 |
sumikawa |
- Use USE_OPENLDAP
- Fix portlint warning about order of DISTNAME
PR: ports/105294
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
5.99.0 15 Jun 2006 06:40:44 |
sumikawa |
Fix pkg-plist. |
5.99.0 12 Jun 2006 03:51:00 |
sumikawa |
Fix dependency. |
5.99.0 07 Jun 2006 06:14:55 |
sumikawa |
Upgrade to 6.0-BETA.
PR: ports/95877
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
5.2.0_2 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
5.2.0_2 12 Nov 2005 18:52:22 |
pav |
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus |
5.2.0_2 26 Oct 2004 15:26:43 |
krion |
Chase libraries for new devel/libidn version. |
5.2.0_1 28 Jun 2004 06:36:20 |
krion |
Chase libraries for new devel/libidn version |
5.2.0_1 22 May 2004 08:10:58 |
krion |
- Chase libraries for new devel/libidn version |
5.2.0 07 Mar 2004 23:37:42 |
sumikawa |
Upgrade to 5.2.0
Noticed by: Stephane Bortzmeyer <bortz@users.sourceforge.net> |
5.1.0 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
5.1.0 13 Dec 2003 12:56:33 |
sumikawa |
Upgrade to 5.1.0. |
5.0.1 22 May 2003 23:02:58 |
sumikawa |
Chaged MASTER_SITES. |
5.0.1 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
5.0.1 09 Jan 2003 20:10:31 |
sumikawa |
Upgrade to 5.0.1. |
5.0.0 12 Oct 2002 22:21:24 |
sumikawa |
Upgrade to 5.0.0. IPv6 was newly supported. |
22 Sep 2001 07:09:06 |
sf |
update to 4.2.0. |
10 Mar 2001 07:23:50 |
vanilla |
Fix mismatch checksum, the author change the content of tarball without bump
version. |
14 Feb 2001 16:42:00 |
sumikawa |
Upgrade to 4.1.0 |
14 Jan 2001 10:50:12 |
kris |
Update to echoping 3.0.1 and reset maintainer to ports with permission of old
maintainer. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |