diff options
author | miwi <miwi@FreeBSD.org> | 2006-10-31 16:16:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-10-31 16:16:56 +0800 |
commit | f6415015178cfffe4b193832e4eab946a5d0ef9d (patch) | |
tree | 01d919c6a5ffd6782e104bfbba09fc19828fbd63 | |
parent | a1994755b3001195079cf3fe2b2296d73a4fccd0 (diff) | |
download | freebsd-ports-gnome-f6415015178cfffe4b193832e4eab946a5d0ef9d.tar.gz freebsd-ports-gnome-f6415015178cfffe4b193832e4eab946a5d0ef9d.tar.zst freebsd-ports-gnome-f6415015178cfffe4b193832e4eab946a5d0ef9d.zip |
- Pass maintainership to submitter
- Add new MASTER_SITES
PR: ports/104230
Submitted by: Lars Engels <lars.engels@0x20.net>
-rw-r--r-- | x11/bbrun/Makefile | 4 | ||||
-rw-r--r-- | x11/bbrun/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile index 25cada81ba07..bc292676bfe5 100644 --- a/x11/bbrun/Makefile +++ b/x11/bbrun/Makefile @@ -9,9 +9,9 @@ PORTNAME= bbrun PORTVERSION= 1.6 PORTREVISION= 4 CATEGORIES= x11 -MASTER_SITES= http://www.darkops.net/bbrun/ +MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lars.engels@0x20.net COMMENT= A Run box for Blackbox WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun diff --git a/x11/bbrun/pkg-descr b/x11/bbrun/pkg-descr index 7824516a3eae..5de63bfcedfd 100644 --- a/x11/bbrun/pkg-descr +++ b/x11/bbrun/pkg-descr @@ -3,6 +3,4 @@ a simple interface with which you can launch programs. It is designed to be a part of the Slit. bbrun will maintain a history file in $HOME/.bbrun_history -WWW: http://www.darkops.net/bbrun/ - - Adam Weinberger <adamw@FreeBSD.org> |