Index: head/net-im/qwit/Makefile =================================================================== --- head/net-im/qwit/Makefile (revision 437210) +++ head/net-im/qwit/Makefile (revision 437211) @@ -1,25 +1,25 @@ # Created by: Sokolov Alexey # $FreeBSD$ PORTNAME= qwit DISTVERSION= r154 PORTREVISION= 3 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) DEPRECATED= Unfetchable for more than six months (google code has gone away) EXPIRATION_DATE= 2017-04-30 USES= qmake tar:bzip2 USE_QT4= gui network xml moc_build rcc_build \ uic_build post-patch: ${REINPLACE_CMD} '/icon.path/s,share/icons,share/pixmaps,' \ ${WRKSRC}/qwit.pro .include Index: head/net-im/qwit-devel/Makefile =================================================================== --- head/net-im/qwit-devel/Makefile (revision 437210) +++ head/net-im/qwit-devel/Makefile (revision 437211) @@ -1,27 +1,27 @@ # Created by: Sokolov Alexey # $FreeBSD$ PORTNAME= qwit 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) DEPRECATED= Unfetchable for more than six months (google code has gone away) EXPIRATION_DATE= 2017-04-30 USES= qmake tar:bzip2 USE_QT4= gui network xml moc_build rcc_build \ uic_build post-patch: ${REINPLACE_CMD} '/icon.path/s,share/icons,share/pixmaps,' \ ${WRKSRC}/qwit2.pro .include