Update ttytter port to 2.1.00 Fix: see patch Patch attached with submission follows:
Maintainer of net-im/ttytter, Please note that PR ports/174755 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174755 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hello, I added some license information in ports/151533. These changes have been taken in consideration to be committed. Meanwhile, a change from the port maintainer has been submitted, overwriting my license work. It seems the good moment to fix that. Could one of us (port maintainer, pr submitter or me) update this patch to include information added of the previous patch? For reference, this were ports/151533. --=20 Best Regards, S=E9bastien Santoro aka Dereckson http://www.dereckson.be/
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
State Changed From-To: feedback->open maintainer approved
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Author: jgh Date: Wed Jan 2 07:19:09 2013 New Revision: 309802 URL: http://svnweb.freebsd.org/changeset/ports/309802 Log: - trim historical header PR: 174755 Modified: head/net-im/ttytter/Makefile Modified: head/net-im/ttytter/Makefile ============================================================================== --- head/net-im/ttytter/Makefile Wed Jan 2 07:17:39 2013 (r309801) +++ head/net-im/ttytter/Makefile Wed Jan 2 07:19:09 2013 (r309802) @@ -1,7 +1,4 @@ -# New ports collection makefile for: ttytter -# Date created: 21 March 2009 -# Whom: Julian C. Dunn <jdunn@aquezada.com> -# +# Created by: Julian C. Dunn <jdunn@aquezada.com> # $FreeBSD$ PORTNAME= ttytter _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!