diff options
author | ultima <ultima@FreeBSD.org> | 2017-07-04 03:06:08 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-07-04 03:06:08 +0800 |
commit | 911931a4d39031af6c0e4055e11a6b035384d348 (patch) | |
tree | 3b0ba9f13ade0385c5a69128eef433c6976970d6 /multimedia | |
parent | 55e24e4d413c8fc82c78a76e5bc1bdaa1c26d28e (diff) | |
download | freebsd-ports-gnome-911931a4d39031af6c0e4055e11a6b035384d348.tar.gz freebsd-ports-gnome-911931a4d39031af6c0e4055e11a6b035384d348.tar.zst freebsd-ports-gnome-911931a4d39031af6c0e4055e11a6b035384d348.zip |
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11466
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/plexwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/plexwatch/Makefile b/multimedia/plexwatch/Makefile index 06fe8d01610c..a5a009bc6978 100644 --- a/multimedia/plexwatch/Makefile +++ b/multimedia/plexwatch/Makefile @@ -1,4 +1,4 @@ -# Created by: ultima <ultima1252@gmail.com> +# Created by: Richard Gallamore <ultima@FreeBSD.org> # $FreeBSD$ PORTNAME= plexWatch @@ -6,7 +6,7 @@ PORTVERSION= 0.3.3 DISTVERSIONPREFIX= v CATEGORIES= multimedia -MAINTAINER= ultima1252@gmail.com +MAINTAINER= ultima@FreeBSD.org COMMENT= Notify, Log Now Playing and Watched content from a Plex Media Server RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ |