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/observium/Makefile

Number of commits found: 56

Wednesday, 28 Feb 2024
15:53 Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 e83f0a9
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
Wednesday, 21 Jun 2023
15:21 Mark Felder (feld) search for other commits by this committer
net-mgmt/observium: Drop maintainership
commit hash: e2e78e03ad51b269850813496fab8e9592b7e1a9 commit hash: e2e78e03ad51b269850813496fab8e9592b7e1a9 commit hash: e2e78e03ad51b269850813496fab8e9592b7e1a9 commit hash: e2e78e03ad51b269850813496fab8e9592b7e1a9 e2e78e0
Saturday, 10 Jun 2023
14:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Mark IGNORE_WITH_PHP for 8.3.X

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 4ca6b84
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Wednesday, 25 Jan 2023
17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 40843b1
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
Sunday, 19 Jun 2022
14:24 Mateusz Piotrowski (0mp) search for other commits by this committer
net-mgmt/observium: Use ECHO_CMD instead of ECHO

Approved by:	portmgr blanket
commit hash: 084ff9e85a144e16e58b067d7f4ea502f493233a commit hash: 084ff9e85a144e16e58b067d7f4ea502f493233a commit hash: 084ff9e85a144e16e58b067d7f4ea502f493233a commit hash: 084ff9e85a144e16e58b067d7f4ea502f493233a 084ff9e
Monday, 13 Jun 2022
00:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 214a6c5
Tuesday, 31 Aug 2021
11:28 Bernhard Froehlich (decke) search for other commits by this committer
net-mgmt/observium: Add CPE information

Approved by:    portmgr (blanket)
commit hash: 3ff0957ea0c1916159bb97aef5bd07b8da5b73e7 commit hash: 3ff0957ea0c1916159bb97aef5bd07b8da5b73e7 commit hash: 3ff0957ea0c1916159bb97aef5bd07b8da5b73e7 commit hash: 3ff0957ea0c1916159bb97aef5bd07b8da5b73e7 3ff0957
Wednesday, 30 Jun 2021
05:09 Fukang Chen (loader) search for other commits by this committer
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions

- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION

devel/anjuta:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change SUBVERSION_DESC to use the default description

devel/git:
    - Rename OPTION P4 to PERFORCE
    - Rename OPTION SVN to SUBVERSION
    - Change PERFORCE_DESC to use the default description

devel/ocaml-opam:
    - Rename OPTION HG to MERCURIAL
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change {DARCS,GIT,MERCURIAL}_DESC to use the default description

devel/thunar-vcs-plugin:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE
    - Change GIT_DESC to use the default description

devel/viewvc-devel:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE

net-mgmt/observium:
    - Rename OPTION SVN to SUBVERSION

net-mgmt/rancid3:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_SINGLE_SCM
    - Change {CVS,GIT,SUBVERSION}_DESC to use the default description

ports-mgmt/portshaker:
    - Rename OPTION SVN to SUBVERSION
    - Rename HG to MERCURIAL
    - Sort OPTIONS_DEFINE
    - Change {GIT,MERCURIAL}_DESC to use the default description

security/hydra:
    - Rename OPTION SVN to SUBVERSION

security/medusa:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE

shells/scponly:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE
    - Typo fix in SVNSERVE_DESC

www/trac-devel:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE
    - Change {GIT,SUBVERSION}_DESC to use the default description

Reviewed by:	koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain
Approved by:	koobs (ports, mentor)
Differential Revision:	https://reviews.freebsd.org/D17459
MFH:		No (OPTION description updates)
commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 f76aa00
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, 27 Apr 2020
11:19 fluffy search for other commits by this committer
net-mgmt/observium: drop python27 support

- drop python27 support, use python35+
- switch to py-mysqlclient instead of outdated pyMySQLdb
- flavorize php dependency, set PKGNAMESUFFIX

PR:		245397
Submitted by:	fluffy
Approved by:	maintainer (timeout, 21d)
Original commitRevision:533125 
Saturday, 11 Jan 2020
05:04 fluffy search for other commits by this committer
net-mgmt/observium: unbreak and update to 19.8 community release

Community edition release 19.8 from 2019-08-22

PR:		243031
Submitted by:	fluffy
Approved by:	maintainer timeout (>1w)
MFH:		2020Q1
Original commitRevision:522628 
Wednesday, 6 Nov 2019
14:00 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516887 
Tuesday, 23 Apr 2019
21:57 feld search for other commits by this committer
net-mgmt/observium: Minor improvements

pkg-message was giving wrong cron advice
Original commitRevision:499800 
21:43 feld search for other commits by this committer
net-mgmt/observium: Update to 0.18.9.1
Original commitRevision:499799 
Tuesday, 22 May 2018
13:15 mat search for other commits by this committer
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Original commitRevision:470610 
Sunday, 11 Mar 2018
18:36 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464193 
Thursday, 8 Mar 2018
19:48 mat search for other commits by this committer
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
Original commitRevision:463917 
Tuesday, 13 Feb 2018
15:01 feld search for other commits by this committer
net/observium: Update MAINTAINER

- Take maintainership again

Approved by:	private email with Dirk
Original commitRevision:461709 
Wednesday, 7 Feb 2018
14:29 feld search for other commits by this committer
net-mgmt/observium: Convert to automated pkg-plist

Leveraging the same work I did for net-mgmt/librenms

Also add DOCS and EXAMPLES port options
Original commitRevision:461146 
Monday, 8 Jan 2018
15:47 mat search for other commits by this committer
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.

Sponsored by:	Absolight
Original commitRevision:458431 
Sunday, 17 Dec 2017
15:13 feld search for other commits by this committer
net-mgmt/observium: Update to 0.17.9.8859

- Fixes fetching as upstream always replaces/re-rolls distfile
- Now reportedly works with PHP 7.1

PR:		224223
MFH:		2017Q4
Original commitRevision:456535 
Wednesday, 1 Nov 2017
13:10 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Original commitRevision:453284 
Tuesday, 22 Aug 2017
16:26 swills search for other commits by this committer
net-mgmt/observium: multiple changes

* Fix license
* Improve post install message
* Add Apache config

PR:		214515
Submitted by:	dirkx@webweaving.org (maintainer) (with slight modification)
Original commitRevision:448544 
Thursday, 30 Mar 2017
13:59 feld search for other commits by this committer
net-mgmt/observium: Remove ImageMagick dependency, revert PHP 7.1 support

The ImageMagick dependency is not valid. There is a stale script called
glue.py which requires PIL and ImageMagick (convert) to function, but is
used by the software or required for normal operation.

PHP 7.1 support has been rescinded after further testing. A few edge
cases remain that only exist in this community edition release. The
problems have been fixed in the non-free codebase and will make the next
community edition cut.
Original commitRevision:437291 
Thursday, 16 Mar 2017
15:19 feld search for other commits by this committer
net-mgmt/observium: Observium has been tested with PHP 7.1

MFH:		2017Q1
Original commitRevision:436279 
Monday, 13 Mar 2017
00:25 feld search for other commits by this committer
net-mgmt/observium: mysql php extension not needed

MFH:		2017Q1
Original commitRevision:436031 
Sunday, 12 Mar 2017
14:57 feld search for other commits by this committer
net-mgmt/observium: Add missing php OpenSSL dependency

While here, enable support for PHP 7.0.

PR:		216458
MFH:		2017Q1
Original commitRevision:435989 
Tuesday, 7 Feb 2017
12:14 mat search for other commits by this committer
Mark ports not building with PHP 7.1.

Sponsored by:	Absolight
Original commitRevision:433543 
Monday, 5 Dec 2016
00:22 feld search for other commits by this committer
net-mgmt/observium: Fix poller-wrapper.py

It was attempting to set PATH before importing os module

Reported by:	Adrian Murphy <amurphy [AT] gsoft com au>
Original commitRevision:427825 
Wednesday, 16 Nov 2016
15:23 feld search for other commits by this committer
net-mgmt/observium: Fix shebang in poller-wrapper.py

While here, modernize port
Original commitRevision:426242 
Saturday, 12 Nov 2016
18:30 feld search for other commits by this committer
net-mgmt/observium: Pet portlint
Original commitRevision:425980 
18:28 feld search for other commits by this committer
net-mgmt/observium: Update to 0.16.10.8128

PR:		213895
Original commitRevision:425979 
Monday, 2 May 2016
16:08 zeising search for other commits by this committer
Update databases/rrdtool to 1.6.0

Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
Original commitRevision:414458 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 13 Mar 2016
16:56 mat search for other commits by this committer
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
Original commitRevision:411002 
Tuesday, 9 Feb 2016
22:27 zeising search for other commits by this committer
Fix when using rrdtool 1.5+
Pet portlint, add missing dependency.

PR:		207057
Submitted by:	Mathieu Arnold
Approved by:	maintainer
Original commitRevision:408601 
Wednesday, 3 Feb 2016
16:26 feld search for other commits by this committer
net-mgmt/observium: Update to latest community release 0.16.1.7533

While here, hand over maintainership
Original commitRevision:407957 
Tuesday, 16 Jun 2015
18:04 feld search for other commits by this committer
Update to 0.15.06.6430
Unmute installation

PR:		200691
Original commitRevision:389857 
Wednesday, 27 May 2015
15:54 feld search for other commits by this committer
Fix PATH issues for poller scripts used as cron entries

We don't have /usr/local/{bin,sbin} in cron PATH by default

Submitted by:	mat
Original commitRevision:387623 
14:31 feld search for other commits by this committer
Add PYPOLLER option to add support for the Python poller wrapper

Submitted by:	mat
Original commitRevision:387609 
Wednesday, 25 Mar 2015
12:50 feld search for other commits by this committer
Correct paths to fping out of the box

Submitted by:	raf@verbiest.be
Original commitRevision:382209 
Tuesday, 24 Mar 2015
02:05 feld search for other commits by this committer
Update to 0.14.11.6000

Numerous fixes and enhancements:
- Support for more functionality by default
- @sample the config.php.default
- Fix permissions issues
- Default paths to utilities corrected

PR:		193982
PR:		195919
Original commitRevision:382062 
Monday, 24 Nov 2014
22:35 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:373380 
Tuesday, 29 Jul 2014
13:39 feld search for other commits by this committer
Giving in and taking maintainership :-)

Create empty rrd directory so webif doesn't warn you
Scripts need to be executable or some functionality is missing
Original commitRevision:363320 
Monday, 28 Jul 2014
16:20 feld search for other commits by this committer
Support STAGE
Switch to the latest community edition: updated bi-annually

Remove JAIL option; if you need to run Observium in a jail please enable
raw socket support for the jail. Upstream is very specific about what
they support and pulling an ancient perl fping script from CPAN is not
comforting.

Sponsored by:	SupraNet Communications, Inc
Original commitRevision:363196 
Thursday, 10 Jul 2014
12:13 olgeni search for other commits by this committer
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)
Original commitRevision:361440 
Friday, 20 Sep 2013
22:24 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Original commitRevision:327757 
Monday, 28 Jan 2013
08:59 rene search for other commits by this committer
- Convert to optionsNG
- Mostly silence portlint (use PLIST_SUB instead of PLIST_FILES)
Original commitRevision:311103 
Wednesday, 23 Jan 2013
09:46 linimon search for other commits by this committer
Reset rflynn@acsalaska.net: mailbox is full.
Original commitRevision:310860 
Saturday, 30 Jun 2012
12:42 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Monday, 7 May 2012
18:52 sylvio search for other commits by this committer
- Chase rrdtool shlib version bump.
Original commit
Tuesday, 28 Feb 2012
20:05 scheidell search for other commits by this committer
Add port net-mgmt/observium: As per WantedPorts.

Observium is an autodiscovering PHP/MySQL/SNMP based network monitoring
which includes support for a wide range of network hardware and
operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade,
Foundry, HP and many more.

- fix-up for invalid XML, fixed in upstream, but not in released version

PR:             ports/165251
Submitted by:   Mel Flynn <rflynn@acsalaska.net> (maintainer)
Approved by:    gabor (mentor, implicit)
Original commit

Number of commits found: 56