Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2016 15:06:29 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413135 - head/net-im/twitmail
Message-ID:  <201604121506.u3CF6TFX031776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Apr 12 15:06:29 2016
New Revision: 413135
URL: https://svnweb.freebsd.org/changeset/ports/413135

Log:
  Unbreak.
  
  PR:		208719
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/net-im/twitmail/Makefile   (contents, props changed)
  head/net-im/twitmail/pkg-descr   (contents, props changed)

Modified: head/net-im/twitmail/Makefile
==============================================================================
--- head/net-im/twitmail/Makefile	Tue Apr 12 15:06:23 2016	(r413134)
+++ head/net-im/twitmail/Makefile	Tue Apr 12 15:06:29 2016	(r413135)
@@ -5,13 +5,11 @@ 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 \
@@ -21,6 +19,8 @@ BUILD_DEPENDS=	p5-DBD-SQLite>=1.12:datab
 		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
 

Modified: head/net-im/twitmail/pkg-descr
==============================================================================
--- head/net-im/twitmail/pkg-descr	Tue Apr 12 15:06:23 2016	(r413134)
+++ head/net-im/twitmail/pkg-descr	Tue Apr 12 15:06:29 2016	(r413135)
@@ -5,4 +5,4 @@ reports nothing when you have no updates
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604121506.u3CF6TFX031776>