Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: net/avahi-app |
Commit | Credits | Log message |
0.8_2 07 Feb 2024 16:21:10 |
Tijl Coosemans (tijl) |
net/avahi-app: Let slave ports set PORTREVISION |
0.8 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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.8 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.8 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 ) |
0.8 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8 17 Dec 2020 10:53:36 |
rene |
Oops, commit from the correct directory and update the rest of Avahi too. |
0.7 10 Sep 2020 18:55:41 |
tcberner |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
0.7 13 Aug 2018 01:49:59 |
zi |
- Update to 0.7
PR: 220022, 217179, 223889, 228138
Approved by: maintainer timeout (3 months) |
0.6.31_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.6.31_2 09 Oct 2015 21:09:08 |
amdmi3 |
- Fix plist issue in py-avahi: comment out file which is installed by avahi-app
port
- Fix plist issues in many *avahi* ports: only create etc/avahi in avahi-app
- Switch to @sample
PR: 203283
Submitted by: amdmi3
Approved by: gnome (kwm) |
0.6.31_2 01 Aug 2015 20:02:07 |
kwm |
Drop :keepla from libtool USES.
While here fix some stage qa issues, in a couple of these ports. |
0.6.31_1 09 Dec 2014 17:29:50 |
bapt |
Cleanup plist |
0.6.31_1 06 May 2014 20:22:34 |
tijl |
- Convert net/avahi-* to USES=libtool:keepla.
- INSTALL_TARGET=install-strip.
- Replace GMAKE with MAKE_CMD. |
0.6.31 14 Dec 2013 16:25:21 |
kwm |
Update to new lib_depends syntax, stageify,
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10. |
0.6.31 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.6.31 14 Jul 2013 21:17:21 |
kwm |
Update to 0.6.31.
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.
Obtained from: GNOME devel repo |
0.6.29 20 May 2012 16:47:38 |
mezz |
Switch from old way to new way by using USERS.
PR: ports/164187
Submitted by: crees |
0.6.29 28 Dec 2011 21:01:44 |
marcus |
Use a new GID for avahi-autoipd to avoid a conflict with the Samba well-known
RID
for the local Guests group.
PR: 163529
Submitted by: Anthony Chavez <acc@hexadecagram.org> |
0.6.23 03 Jul 2008 21:53:55 |
mezz |
-Update to 0.6.23.
-Remove 5.x support.
-Get rc scripts to use current style for rename by remove '.sh' suffix. [1]
PR: ports/122443 [1]
Submitted by: rafan [1] |
0.6.22_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) |
0.6.22 24 May 2008 00:33:50 |
edwin |
net/mDNSResponder and net/avahi-libdns install files in the same place
net/mDNSResponder and net/avahi-libdns install files in the
same place.
/usr/ports/net/mDNSResponder/Makefile contains CONFLICTS=
avahi+libdns-[0-9]*, but the package name is avahi-libdns-0.6.22.
/usr/ports/net/avahi-libdns/Makefile does not contain any
CONFLICTS section.
PR: ports/121434
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: various maintainer timeouts |
0.6.21 27 Oct 2007 14:18:25 |
ahze |
depend on avahi-app instead of avahi |
0.6.21 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |