From 01e286d97fee87097e616ded60a59ebb2acfcfc5 Mon Sep 17 00:00:00 2001 From: tabthorpe Date: Thu, 22 Apr 2010 17:28:38 +0000 Subject: - Enhance column select - Bump PORTREVISION - Pass maintainership to submitter PR: ports/145634 Submitted by: Artem Naluzhnyy --- databases/mtop/Makefile | 4 ++-- databases/mtop/files/patch-mtop.PL | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 databases/mtop/files/patch-mtop.PL (limited to 'databases') diff --git a/databases/mtop/Makefile b/databases/mtop/Makefile index 7d84cbf4946f..0d0d9383912d 100644 --- a/databases/mtop/Makefile +++ b/databases/mtop/Makefile @@ -8,11 +8,11 @@ PORTNAME= mtop PORTVERSION= 0.6.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tut@nhamon.com.ua COMMENT= MySQL Monitoring Tool BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \ diff --git a/databases/mtop/files/patch-mtop.PL b/databases/mtop/files/patch-mtop.PL new file mode 100644 index 000000000000..d6a534712b9a --- /dev/null +++ b/databases/mtop/files/patch-mtop.PL @@ -0,0 +1,11 @@ +--- mtop.PL.orig 2004-09-12 22:22:03.000000000 +0000 ++++ mtop.PL 2008-10-04 13:26:58.000000000 +0000 +@@ -1253,7 +1253,7 @@ + $data =~ s/\.$DOMAIN//o if $col eq "Host"; + if ($col eq "Info") { + $data = strip_comments($data); +- $data = select_fold($data); ++ $data = select_fold($data) if $opt_fold; + } + $data =~ s/\s+/ /g; + $data =~ s/^\s+//; -- cgit tic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename multimedia/mediabrowser to multimedia/emby-server, and updateadamw2015-04-088-902/+0
| | | | | | | | | | | | | | to 3.0.5572.0. The user and group names have change, but the uid/gid remain the same. The port will continue to use the old database and user/group names if they exist, but will default to the new names for new installs. Instructions are in pkg-message for how to manually migrate things yourself. PR: 199093 Submitted by: maintainer (Ben Woods)
* Unbreak when no TZ is setantoine2015-03-121-1/+1
| | | | Reported by: pkg-fallout
* Update to 3.0.5518.7.adamw2015-02-223-21/+21
| | | | | | | | | | | | | Changes in this release: - Server dashboard look & feel refresh - Support Sync for Windows 8.1 - Support downloading - Revamped web client search - Support SSL - Support requests without /mediabrowser suffix PR: 197900 Submitted by: Ben Woods (maintainer)
* Update to 3.0.5490.2 Stableadamw2015-01-163-252/+32
| | | | | PR: 196664 Submitted by: Ben Woods (maintainer)
* Update to 3.0.5464.40000.adamw2014-12-273-6/+8
| | | | | PR: 196077 Submitted by: Ben Woods (maintainer)
* Update to 3.0.5445.6.adamw2014-12-033-5/+10
| | | | | PR: 195528 Submitted by: Ben Woods (maintainer)
* - Allow overriding the user/group as which the service is runadamw2014-11-142-6/+40
| | | | | | | | | - Don't clobber LC_ALL/LANG - Add a deinstallation message PR: 194959 Submitted by: joshruehlig@gmail.com / maintainer Approved by: Ben Woods (maintainer)
* Update MediaBrowser port to latest upstream 3.0.5424.1 stable.adamw2014-11-105-83/+242
| | | | | | | | | | | | | | | | | | | Also tidy up a few items in the port recommended by josh4trunks. This includes improving rc script to minimise customisation (maximise use of rc.subr), moving the storage of the MediaBrowser database files to /var/db/mediabrowser and adding some more comments for users. Add an entry to UPDATING explaining the database directory move from /usr/local/mediabrowser to /var/db/mediabrowser. The default MediaBrowser database/configuration/logs/media metadata storage directory has moved from /usr/local/mediabrowser to /var/db/mediabrowser. Users are advised either to move the contents of the old directory to the new location, or to add a mediabrowser_data_dir entry to /etc/rc.conf. PR: 194904 Submitted by: Ben Woods