| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
(and missed 3 missed files from previous categories.)
Notes:
svn path=/head/; revision=508903
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
with a '.conf' suffix.
- Add pkg-install script to automatically move any copies of the old
newsyslog file to the new location if it was modified from the default
or delete the old file if it is has not been modified.
- Add a note to UPDATING and pkg-message to warn users of this, in case
they are using provisioning/configuration management tools which need
to be modified. Note the UPDATING entry was committed in r485721.
Recent changes to /etc/newsyslog.conf (r340318) will only include files
from the /usr/local/etc/newsyslog.conf.d/ directory which end with
'.conf' and do not beginning with a '.' character.
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=485725
|
|
|
|
|
|
|
| |
Reported by: mat
Notes:
svn path=/head/; revision=479436
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
with a '.conf' suffix.
Proposed changes to /etc/newsyslog.conf will only include files from the
/usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do
not beginning with a '.' character. https://reviews.freebsd.org/D17086
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=479279
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Highlights:
- New Roslyn compiler for C# available
- Improved support for nuget packages in USES=mono
General:
- fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
- bump all dependant ports
USES=mono:
- properly handle caching of nuget packages
- add support for multiple feeds for nuget packages
- add support for nuget dependencies in a separate file
- add support for paket packages
lang/mono:
- update to version 5.2.0.215
- automate certificate initialisation [2]
- increase test coverage
- mark as conflicting with net/czmq (conflicting on makecert) [1]
- patch mono to use $PREFIX/share/mono instead of /usr/share/.mono
devel/google-gdata:
- use nunit.framework nuget package as the Mono shipped version is no longer suppport.
- switch to using csc(1) for compiling (mcs(1) is depreciated).
- use delayed signing (and then sign with sn(1)) as csc(1) does not support signing.
- fix reference to system assemblies (the '.dll' suffix is required).
- fix reference to HttpUtility: csc(1) is more strict about scoping
devel/monodevelop:
- reroll distinfo (no changes to content)
lang/fsharp:
- reroll distinfo (no changes to content)
security/gnome-keyring-sharp:
- delay sign (then sign with sn(1)) as csc(1) does not support direct signing.
PR: 223188 [1]
PR: 209670 [2]
Differential Revision: https://reviews.freebsd.org/D13752
Notes:
svn path=/head/; revision=460430
|
|
|
|
|
|
|
| |
other miscellaneous files that are not actually manual pages (part 2).
Notes:
svn path=/head/; revision=458739
|
|
|
|
|
|
|
|
| |
PR: 221033
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
Notes:
svn path=/head/; revision=448208
|
|
|
|
|
|
|
|
| |
PR: 217596
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
Notes:
svn path=/head/; revision=445631
|
|
|
|
|
|
|
|
| |
PR: 215581
Submitted by: cs@innolan.dk (maintainer)
Notes:
svn path=/head/; revision=430823
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Lookup on known time servers
- Log management with newsyslog
- Fixed bug in configuration reload
- Fixed bug in URIs with mono 2.6
- Fixed bug in database schema
- Trim dist package
PR: 215352
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
Notes:
svn path=/head/; revision=428882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added BSD3CLAUSE PostgreSQL GPLv2 to license list
- Updated PostgreSQL data provider to v3.1.9
- Build with NPlot from ports tree
- Improved logging of database errors
- Sanitized default configuration
- Change build script to autotools
- Fixed threadpool issue in mono 2.6
PR: 215181
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
Notes:
svn path=/head/; revision=428342
|
|
|
|
|
|
|
|
|
|
| |
- Update pkg-message
PR: 212566
Submitted by: cs@innolan.dk(maintainer)
Notes:
svn path=/head/; revision=421888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove MYSQL and PGSQL options
- Add configtest command to ntpa rc file
Changelog:
- New configuration validator GUI
- New internal configuration engine
- SSL support for databases
- Unified code for all platforms
- Improved code quality & Several bugfixes
- Updated MySQL Connector to official v6.9.9
- Updated PostgreSQL data provider to v3.1.7
- Updated Bootstrap to v3.3.7
- Updated jQuery to v2.2.4
PR: 212081
Submitted by: Carsten Larsen (maintainer)
Notes:
svn path=/head/; revision=420947
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove build of deselected database providers [1]
- Include option depended GPLv2 license [1]
- Patch error in default config file [1]
- Move options declaration block to the proper place
PR: 211342 [1]
Submitted by: Carsten Larsen (maintainer)
Notes:
svn path=/head/; revision=419399
|
|
|
|
|
|
|
|
|
|
| |
- Add option description
PR: 211162
Submitted by: cs@innolan.dk (maintainer)
Notes:
svn path=/head/; revision=418847
|
|
|
|
|
|
|
|
| |
PR: 210643
Submitted by: Carsten Larsen <cs at innolan.dk> (maintainer)
Notes:
svn path=/head/; revision=417779
|
|
NTP Analyzer is a tool dedicated to analyze the operation of time
servers.
NTP Analyzer works by collecting data from the ntp daemon. Graphs
and web pages can then be generated to visualize the activities of
hosts and peers.
WWW: https://bitbucket.org/anguist/ntpa
PR: 208940
Submitted by: Carsten Larsen <cs at innolan.dk>
Notes:
svn path=/head/; revision=416000
|