diff options
author | linimon <linimon@FreeBSD.org> | 2017-03-29 16:45:39 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-03-29 16:45:39 +0000 |
commit | 2d962f86a65b8567e16ffe67a18199d84efd5797 (patch) | |
tree | f8a42410e3afc367c2c2e23fe83a55ce8ecb0cf0 | |
parent | d048aa96829654bd8840725b708766d8778dfffc (diff) | |
download | FreeBSD-ports-2d962f86a65b8567e16ffe67a18199d84efd5797.zip FreeBSD-ports-2d962f86a65b8567e16ffe67a18199d84efd5797.tar.gz |
Maintainer's email address bounces.
While here, pet portlint.
-rw-r--r-- | net-im/qwit-devel/Makefile | 4 | ||||
-rw-r--r-- | net-im/qwit/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/qwit-devel/Makefile b/net-im/qwit-devel/Makefile index fc888c0..c141374 100644 --- a/net-im/qwit-devel/Makefile +++ b/net-im/qwit-devel/Makefile @@ -6,10 +6,10 @@ DISTVERSION= r215 PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= GOOGLE_CODE -DISTNAME= qwit-ng-${PORTVERSION}-src PKGNAMESUFFIX= -devel +DISTNAME= qwit-ng-${PORTVERSION}-src -MAINTAINER= sokolov@TrueBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt4-based lightweight Twitter client BROKEN= Unfetchable (google code has gone away) diff --git a/net-im/qwit/Makefile b/net-im/qwit/Makefile index a6e4cd6..785da54 100644 --- a/net-im/qwit/Makefile +++ b/net-im/qwit/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net-im MASTER_SITES= GOOGLE_CODE DISTNAME= qwit-${PORTVERSION}-src -MAINTAINER= sokolov@TrueBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt4-based lightweight Twitter client BROKEN= Unfetchable (google code has gone away) |