notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/networkmgr/Makefile

Number of commits found: 36

Thursday, 22 Feb 2024
01:44 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: updating networkmgr to 6.4
commit hash: 042b5745a057f9ead60d0ee77ea0f9870db71ba1 commit hash: 042b5745a057f9ead60d0ee77ea0f9870db71ba1 commit hash: 042b5745a057f9ead60d0ee77ea0f9870db71ba1 commit hash: 042b5745a057f9ead60d0ee77ea0f9870db71ba1 042b574
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 3 Apr 2023
18:27 Dima Panov (fluffy) search for other commits by this committer
net-mgmt/networkmgr: unbreak build in a clean environment (e.g. poudriere)

gettext-tools package is required to build translation files from the source

USES+=	gettext-tools

Approved by:	portmgr blanket
commit hash: 17b2a36437852833e2c4ebd013fb76b5a9a65f8a commit hash: 17b2a36437852833e2c4ebd013fb76b5a9a65f8a commit hash: 17b2a36437852833e2c4ebd013fb76b5a9a65f8a commit hash: 17b2a36437852833e2c4ebd013fb76b5a9a65f8a 17b2a36
Sunday, 2 Apr 2023
16:46 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: update to 6.2
commit hash: 5b4363aa232b75e5e7a2ad999635b74202673b8a commit hash: 5b4363aa232b75e5e7a2ad999635b74202673b8a commit hash: 5b4363aa232b75e5e7a2ad999635b74202673b8a commit hash: 5b4363aa232b75e5e7a2ad999635b74202673b8a 5b4363a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  @BABOLO <.@babolo.ru>
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Sulfrian <alexander@sulfrian.net>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexandre Snarskii <snar@paranoia.ru>
  *  Alexandre Snarskii <snar@snar.spb.ru>
  *  Alexey Bobkov <mr.deadlystorm@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Troback
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew 'derfi' Sidorov <derfi@vei.ru>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@freebsd.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Athanasios Douitsis <aduitsis@cpan.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartlomiej Rutkowski <r@robakdesign.com>
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Blaz Zupan <blaz@si.FreeBSD.org>
  *  BluePex Security Solutions <freebsd-ports@bluepex.com>
  *  Boris Samorodov <bsam@FreeBSDD.org>
  *  Brad Davis <brd@FreeBSD.org>
  *  Brad Hendrickse <bradh@uunet.co.za>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Bruce Simpson
  *  Chris S.J. Peron <maneo@bsdpro.com>
  *  Chris St Denis <chris@smartt.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christopher N. Harrell <cnh@ivmg.net>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Craig Boston <craig@yekse.gank.org>
  *  Dave Cottlehuber <dch@FreeBSD.org>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  David O'Brien (obrien@NUXI.com)
  *  David Shane Holden <dpejesh@yahoo.com>
  *  David Yeske <dyeske@gmail.com>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Domas Mituzas <midom@dammit.lt>
  *  Douglas Fraser <doug@idmf.net>
  *  Douglas K. Rand <rand@iteris.com>
  *  Douglas K. Rand <rand@meridian-enviro.com>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  El Vampiro <vampiro@rootshell.ru>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eric F Crist <ecrist@secure-computing.net>
  *  Eric Turgeon <ericturgeon.bsd@gmail.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Fotis Zabaras <fotis@zabaras.eu>
  *  Frank Wall <freebsd@moov.de>
  *  Frank Wall <fw@moov.de>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Henrik Brix Andersen <henrik@brixandersen.dk>
  *  Holger Lamm <holger@eit.uni-kl.de>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Inacio <nacho319+freebsdZilla@gmail.com>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  JJ Behrens <jj@nttmcl.com>
  *  Jake Smith <jake@xz.cx>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Flemer <jflemer@acm.jhu.edu>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos Mohacsi <mohacsi@niif.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jerry A! <jerry@thehutt.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Joe Clarke <marcus@marcuscom.com
  *  Joe Clarke <marcus@marcuscom.com>
  *  Johannes Jost Meixner <johannes@FreeBSD.org>
  *  Johannes Jost Meixner <johannes@perceivon.net>
  *  Josh Carroll <josh.carroll@gmail.com>
  *  KIKUCHI Koichiro <koichiro@rworks.jp>
  *  Kevin Hung <khung@nullaxiom.com>
  *  Kian Mohageri <kian.mohageri@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Lawrence Chen <beastie@tardisi.com>
  *  Lev Walkin <vlm@lionet.info>
  *  Luca Pizzamiglio <pizzamig@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi63@gmail.com>
  *  Manuel Kreutz <mk@nomtec.net>
  *  Marcin Cieslak <saper@system.pl>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Jackson <mhjacks@swbell.net>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Mathieu Simon <freebsd@simweb.ch>
  *  Matt Moriarity <matt@mattmoriarity.com>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Lyngbøl <lyngbol@wheel.dk>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Michal Hanula <michal@hanu.la>
  *  Mike Bristow <mike@urgle.com>
  *  Mikhail T. <mi@aldan.algebra.com>
  *  Mikolaj Golub <to.my.trociny@gmail.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Nicholas Esborn <nick@netdot.net>
  *  Nick F <ffault@gmail.com>
  *  Nick Hilliard
  *  Nick Hilliard <nick@foobar.org>
  *  Pakhom Golynga <pg@pakhom.spb.ru>
  *  Paul Chvostek <paul@it.ca>
  *  Paul Dlug <paul@nerdlabs.com>
  *  Paul Dlug<paul@nerdlabs.com>
  *  Pavel I Volkov
  *  Peter C. Lai <cowbert@gmail.com>
  *  Phil Phillips
  *  Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
  *  Rihaz Jerrin <rihaz.jerrin@gmail.com>
  *  Roar Pettersen <roar@uib.no>
  *  Russell A. Jackson <rjackson@cserv62.csub.edu>
  *  Ryan Steinmetz
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Serge Maslov <serge@maslov.biz>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sevan Janiyan <venture37@geeklan.co.uk>
  *  Shaun Amott <shaun@inerd.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Lambrev <cheffo@freebsd-bg.org>
  *  Stephen J. Roznowski <sjr@home.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Tassilo Philipp <tphilipp@potion-studios.com>
  *  Thomas Spreng <spreng@socket.ch>
  *  Tim Bishop <tdb@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tor Halvard "Squat" Furulund <squat@squat.no>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Tsung-Han Yeh <snowfly@yunteche.du.tw>
  *  Tuc <freebsd-ports@t-b-o-h.net>
  *  Vaida Bogdan
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Ermakov <samflanker@gmail.com>
  *  Vladimir Kotal <vlada@devnull.cz>
  *  Wei-chun Chao
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  anarcat@anarcat.ath.cx
  *  arved
  *  babak@farrokhi.net
  *  brock@cotcomsol.com
  *  clement@FreeBSD.org
  *  cnh@ivmg.net
  *  dom@happygiraffe.net
  *  dpejesh@yahoo.com
  *  ecronin@gizmolabs.org
  *  ehaupt@FreeBSD.org
  *  gpalmer
  *  gslin <gslin@gslin.org>
  *  hr <holgerrepp@googlemail.com>
  *  ijliao
  *  itojun@itojun.org
  *  jabley
  *  jabley@clear.co.nz
  *  jamrich.majo@gmail.com
  *  janos.mohacsi@bsd.hu
  *  joris
  *  joseph@randomnetworks.com
  *  marck@rinet.ru
  *  mich@FreeBSD.org
  *  mich@freebsdcluster.org
  *  nbm
  *  rea-fbsd@codelabs.ru
  *  rflynn@acsalaska.net
  *  salexanov@gmail.com
  *  sanpei@FreeBSD.org
  *  steinex
  *  torstenb
  *  trevor
  *  vfom@narod.ru
  * # Created by Kevin Bowling <kbowling@FreeBSD.org>

With hat:	portmgr
commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da 43ac3e2
Monday, 11 Oct 2021
07:11 Baptiste Daroussin (bapt) search for other commits by this committer
net-mgmt/networkmgr: drop dependency on gtk-update-icon-cache
commit hash: ac9de29196101c4c4abc2e9a5bbf2727372b2536 commit hash: ac9de29196101c4c4abc2e9a5bbf2727372b2536 commit hash: ac9de29196101c4c4abc2e9a5bbf2727372b2536 commit hash: ac9de29196101c4c4abc2e9a5bbf2727372b2536 ac9de29
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Saturday, 4 Sep 2021
22:27 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: update it to 6.1
commit hash: 6b5a52e0685a4fd9d6f870402548fc5ee7eb910a commit hash: 6b5a52e0685a4fd9d6f870402548fc5ee7eb910a commit hash: 6b5a52e0685a4fd9d6f870402548fc5ee7eb910a commit hash: 6b5a52e0685a4fd9d6f870402548fc5ee7eb910a 6b5a52e
Tuesday, 17 Aug 2021
11:24 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: update to 6.1
commit hash: 2e7eb53a71ec9e32b05766255d9158abac1c85e0 commit hash: 2e7eb53a71ec9e32b05766255d9158abac1c85e0 commit hash: 2e7eb53a71ec9e32b05766255d9158abac1c85e0 commit hash: 2e7eb53a71ec9e32b05766255d9158abac1c85e0 2e7eb53
Tuesday, 10 Aug 2021
01:06 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: update to 5.9
commit hash: 35ca4a549e07514cf7794557a2fcb3226bf5804f commit hash: 35ca4a549e07514cf7794557a2fcb3226bf5804f commit hash: 35ca4a549e07514cf7794557a2fcb3226bf5804f commit hash: 35ca4a549e07514cf7794557a2fcb3226bf5804f 35ca4a5
Wednesday, 21 Jul 2021
21:22 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: updated to 5.8
commit hash: 64d025b0c867b24e6abec4db92e25e69a5f2c4e5 commit hash: 64d025b0c867b24e6abec4db92e25e69a5f2c4e5 commit hash: 64d025b0c867b24e6abec4db92e25e69a5f2c4e5 commit hash: 64d025b0c867b24e6abec4db92e25e69a5f2c4e5 64d025b
Monday, 28 Jun 2021
11:12 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: updated to 5.7
commit hash: dbc2f36c9929b60ce05d32b2a606c923bb00f565 commit hash: dbc2f36c9929b60ce05d32b2a606c923bb00f565 commit hash: dbc2f36c9929b60ce05d32b2a606c923bb00f565 commit hash: dbc2f36c9929b60ce05d32b2a606c923bb00f565 dbc2f36
Friday, 25 Jun 2021
11:49 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: updated to 5.6
commit hash: f6dbd4437a2300da250f500cdaaa1a8da12d37c2 commit hash: f6dbd4437a2300da250f500cdaaa1a8da12d37c2 commit hash: f6dbd4437a2300da250f500cdaaa1a8da12d37c2 commit hash: f6dbd4437a2300da250f500cdaaa1a8da12d37c2 f6dbd44
Monday, 21 Jun 2021
09:26 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: updated to 5.5
commit hash: 37c26be513f5b97af842f774c3b72c734ef6dcb4 commit hash: 37c26be513f5b97af842f774c3b72c734ef6dcb4 commit hash: 37c26be513f5b97af842f774c3b72c734ef6dcb4 commit hash: 37c26be513f5b97af842f774c3b72c734ef6dcb4 37c26be
Monday, 14 Jun 2021
23:28 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: updated to 5.4
commit hash: 043e2bde89a905a9db54b20a273ff511a4cef3de commit hash: 043e2bde89a905a9db54b20a273ff511a4cef3de commit hash: 043e2bde89a905a9db54b20a273ff511a4cef3de commit hash: 043e2bde89a905a9db54b20a273ff511a4cef3de 043e2bd
Friday, 23 Apr 2021
11:35 Eric Turgeon (ericbsd) search for other commits by this committer
net-mgmt/networkmgr: update to 5.0
commit hash: 6022b5e24de357464bdb3db9b7863ad56bee3072 commit hash: 6022b5e24de357464bdb3db9b7863ad56bee3072 commit hash: 6022b5e24de357464bdb3db9b7863ad56bee3072 commit hash: 6022b5e24de357464bdb3db9b7863ad56bee3072 6022b5e
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 22 Mar 2021
10:17 danfe search for other commits by this committer
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
Original commitRevision:568947 
Monday, 8 Mar 2021
22:55 ericbsd search for other commits by this committer
update net-mgmt/networkmgr to 4.5
Original commitRevision:567876 
Saturday, 12 Sep 2020
18:00 ericbsd search for other commits by this committer
update net-mgmt/networkmgr to 4.2
Original commitRevision:548386 
Monday, 6 Jul 2020
23:30 ericbsd search for other commits by this committer
update net-mgmt/networkmgr to 4.1

PR:		247781
Submitted by:	Miguel Gocobachi
Original commitRevision:541374 
Thursday, 18 Jun 2020
14:30 0mp search for other commits by this committer
Fix typos in pkg-message

While here, pet the Makefile with portfmt and portclippy for consistency.

Approved by:	portmgr (blanket)
Original commitRevision:539542 
Saturday, 4 Jan 2020
20:10 ericbsd search for other commits by this committer
update net-mgmt/networkmgr to 3.6
Original commitRevision:522052 
Thursday, 4 Apr 2019
22:31 ericbsd search for other commits by this committer
update net-mgmt/networkmgt to 3.1

Approved by:	mentors (implicit)
Original commitRevision:497871 
Saturday, 8 Dec 2018
09:17 antoine search for other commits by this committer
Allow building with different versions of python3
Original commitRevision:486925 
Thursday, 27 Sep 2018
19:00 ericbsd search for other commits by this committer
Update net-mgmt/networkmgr to 3.0 and add shebangfix

PR:		231198
Approved by:	wg (mentor)
Original commitRevision:480811 
Monday, 24 Sep 2018
18:35 ericbsd search for other commits by this committer
Updating net-mgmt/networkmgr to 2.9

Approved by:	bapt (mentor)
Original commitRevision:480621 
Tuesday, 4 Sep 2018
11:06 ericbsd search for other commits by this committer
Updating net-mgmt/networkmgr to 2.8

Approved by:	wg (mentor)
Original commitRevision:478949 
Monday, 13 Aug 2018
11:10 ericbsd search for other commits by this committer
update net-mgmt/networkmgr to 2.7

Approved by:	wg (mentor)
Original commitRevision:477062 
Tuesday, 12 Jun 2018
13:50 ericbsd search for other commits by this committer
Update net-mgmt/networkmgr to 2.6

Approved by:	bapt (mentor)
Original commitRevision:472249 
Tuesday, 3 Apr 2018
12:45 ericbsd search for other commits by this committer
Update Eric Turgeon ports maintainer email

Approved by:	wg, bapt (mentors)
Original commitRevision:466342 
Saturday, 11 Nov 2017
07:11 tcberner search for other commits by this committer
Updat net-mgmt/networkmgr to 2.5

* while here, make portlint happier

PR:		223571
Submitted by:	ericturgeon.bsd@gmail.com (maintainer)
Original commitRevision:453952 
Sunday, 24 Sep 2017
22:12 dbaio search for other commits by this committer
net-mgmt/networkmgr: Update to 2.4

- Inform the correct location of doas.conf (pkg-message).
- While here, set architecture neutral, fix shebang (QA)
  and add LICENSE_FILE.

PR:		222489
Submitted by:	ericturgeon.bsd@gmail.com (maintainer)
Original commitRevision:450551 
Tuesday, 6 Jun 2017
16:18 mat search for other commits by this committer
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.

While there, fix small style issues.

Sponsored by:	Absolight
Original commitRevision:442783 
Monday, 6 Feb 2017
09:04 krion search for other commits by this committer
NetworkMgr is an open source, Network Manager based on the look of the Linux
Network Manager user interface. It use ifconfig and netif if make all work.

WWW: https://github.com/GhostBSD/networkmgr

PR:		216685
Submitted by:	ericturgeon.bsd@gmail.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9405
Original commitRevision:433479 

Number of commits found: 36