Index: head/net-im/twitmail/Makefile =================================================================== --- head/net-im/twitmail/Makefile (revision 413134) +++ head/net-im/twitmail/Makefile (revision 413135) @@ -1,27 +1,27 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= twitmail PORTVERSION= 0.42 PORTREVISION= 1 CATEGORIES= net-im perl5 -MASTER_SITES= http://www.hardakers.net/twitmail/releases/ +MASTER_SITES= http://www.hardakers.net/code/twitmail/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based mail-like interface to Twitter -BROKEN= unfetchable - BUILD_DEPENDS= p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \ p5-DBI>=1.60.4:databases/p5-DBI \ p5-Curses>=0:devel/p5-Curses \ p5-Curses-UI>=0:devel/p5-Curses-UI \ p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \ p5-Net-Twitter>=3.04002:net/p5-Net-Twitter \ p5-TimeDate>=2.24:devel/p5-TimeDate \ p5-Getopt-GUI-Long>=0.91:devel/p5-Getopt-GUI-Long + +NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/net-im/twitmail/pkg-descr =================================================================== --- head/net-im/twitmail/pkg-descr (revision 413134) +++ head/net-im/twitmail/pkg-descr (revision 413135) @@ -1,8 +1,8 @@ twitmail is a curses-based mail-like interface to twitter. It also can be used as a command line app for sending and receiving tweets. In both modes it remembers the last thing you read and only shows you newer posts (ie, it reports nothing when you have no updates to read). It'll collect all the new posts as well (up to a configurable limit), to ensure you haven't missed anything important. -WWW: http://www.hardakers.net/twitmail/ +WWW: http://www.hardakers.net/code/twitmail/