From owner-svn-ports-head@FreeBSD.ORG Wed Jan 2 07:14:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C028068A; Wed, 2 Jan 2013 07:14:55 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A357A8FC0A; Wed, 2 Jan 2013 07:14:55 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r027EtCa038233; Wed, 2 Jan 2013 07:14:55 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r027Etkq038228; Wed, 2 Jan 2013 07:14:55 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201301020714.r027Etkq038228@svn.freebsd.org> From: Jason Helfman Date: Wed, 2 Jan 2013 07:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309800 - head/net-im/ttytter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2013 07:14:55 -0000 Author: jgh Date: Wed Jan 2 07:14:54 2013 New Revision: 309800 URL: http://svnweb.freebsd.org/changeset/ports/309800 Log: - update to 2.1.00 PR: 174755 Submitted by: wicked@baot.se, jdunn@aquezada.com (maintainer) Modified: head/net-im/ttytter/Makefile head/net-im/ttytter/distinfo Modified: head/net-im/ttytter/Makefile ============================================================================== --- head/net-im/ttytter/Makefile Wed Jan 2 03:35:20 2013 (r309799) +++ head/net-im/ttytter/Makefile Wed Jan 2 07:14:54 2013 (r309800) @@ -5,15 +5,21 @@ # $FreeBSD$ PORTNAME= ttytter -PORTVERSION= 2.0.04 +PORTVERSION= 2.1.00 CATEGORIES= net-im perl5 -MASTER_SITES= http://www.floodgap.com/software/ttytter/dist2/ -DISTNAME= ${PORTVERSION} -EXTRACT_SUFX= .txt +MASTER_SITES= http://www.floodgap.com/software/ttytter/dist2/:dist \ + http://www.floodgap.com/software/ffsl/:license +DISTFILES= ${PORTVERSION}.txt:dist license.txt:license +DIST_SUBDIR= ${PORTNAME} MAINTAINER= jdunn@aquezada.com COMMENT= Command-line Twitter client in Perl +LICENSE= FFSL +LICENSE_NAME= Floodgap Free Software License +LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell + RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate @@ -34,17 +40,18 @@ RUN_DEPENDS+= p5-ReadLine-Perl>=0:${PORT .endif .if ${PORT_OPTIONS:MRLTTYTTER} -RUN_DEPENDS+= p5-ReadLine-TTYtter>=1.3:${PORTSDIR}/devel/p5-ReadLine-TTYtter +RUN_DEPENDS+= p5-ReadLine-TTYtter>=1.4:${PORTSDIR}/devel/p5-ReadLine-TTYtter .endif do-extract: @${MKDIR} ${WRKSRC} - @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${DISTFILES} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/${PORTVERSION}.txt ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/license.txt ${WRKSRC} post-patch: - @${REINPLACE_CMD} -e 's|^\#!/usr/bin/perl|\#!${PERL}|' ${WRKSRC}/${DISTFILES} + @${REINPLACE_CMD} -e 's|^\#!/usr/bin/perl|\#!${PERL}|' ${WRKSRC}/${PORTVERSION}.txt do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTVERSION}.txt ${PREFIX}/bin/${PORTNAME} .include Modified: head/net-im/ttytter/distinfo ============================================================================== --- head/net-im/ttytter/distinfo Wed Jan 2 03:35:20 2013 (r309799) +++ head/net-im/ttytter/distinfo Wed Jan 2 07:14:54 2013 (r309800) @@ -1,2 +1,4 @@ -SHA256 (2.0.04.txt) = bb679a2f592bb4034e8b19bdc02f5a4e0909a740930fb3efbb8a7948b0fc0ac5 -SIZE (2.0.04.txt) = 221442 +SHA256 (ttytter/2.1.00.txt) = 6292ada5d238009c74345c48a66e59b3c0e4e084a733715953e408bb18191898 +SIZE (ttytter/2.1.00.txt) = 238284 +SHA256 (ttytter/license.txt) = 42c576fcacb5bd6c8f8e64c479b0f8e4445c7e6c9ac013485c51b8f05f2352fd +SIZE (ttytter/license.txt) = 14876