Date: Wed, 2 Jan 2013 07:14:55 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309800 - head/net-im/ttytter Message-ID: <201301020714.r027Etkq038228@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301020714.r027Etkq038228>