diff options
author | pi <pi@FreeBSD.org> | 2016-05-01 16:08:26 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-01 16:08:26 +0800 |
commit | f19e7983866c9dfb9218459f3bec8eeefda89353 (patch) | |
tree | 35e516c7305cdfb442232b1d7a30252cc89bd567 /x11 | |
parent | 1e395081aa106a753c91c6d95c8b65ec8caa174d (diff) | |
download | freebsd-ports-gnome-f19e7983866c9dfb9218459f3bec8eeefda89353.tar.gz freebsd-ports-gnome-f19e7983866c9dfb9218459f3bec8eeefda89353.tar.zst freebsd-ports-gnome-f19e7983866c9dfb9218459f3bec8eeefda89353.zip |
x11/xdialog: submitter becomes maintainer, additional mirror site
PR: 209170
Submitted by: A.J. van Werven <freebsd@skysmurf.nl>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdialog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 25f7255459e1..42ec2ce43bf1 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -5,10 +5,11 @@ PORTNAME= xdialog PORTVERSION= 2.3.1 PORTREVISION= 6 CATEGORIES= x11 -MASTER_SITES= http://xdialog.free.fr/ +MASTER_SITES= http://xdialog.free.fr/ \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= Drop in replacement for the "dialog" or "cdialog" programs LICENSE= GPLv2 |