ports/157888: [PATCH] net-im/ttytter: update to 1.1.11
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 15 02:00:26 UTC 2011
>Number: 157888
>Category: ports
>Synopsis: [PATCH] net-im/ttytter: update to 1.1.11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 15 02:00:22 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Mar 30 10:30:31 CST 2011
>Description:
- Update to 1.1.11
- Fix DISTFILES: do not hardcode version
- Add perl5 CATEGORIES
- Use bsd.port.mk + bsd.port.options.mk
- Cosmetic change
Port maintainer (jdunn at aquezada.com) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- ttytter-1.1.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/ttytter/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile 14 Mar 2011 16:01:55 -0000 1.17
+++ Makefile 15 Jun 2011 01:56:24 -0000
@@ -1,15 +1,14 @@
# New ports collection makefile for: ttytter
-# Date created: 21 March 2009
-# Whom: Julian C. Dunn <jdunn at aquezada.com>
+# Date created: 21 March 2009
+# Whom: Julian C. Dunn <jdunn at aquezada.com>
#
# $FreeBSD: ports/net-im/ttytter/Makefile,v 1.17 2011/03/14 16:01:55 miwi Exp $
PORTNAME= ttytter
-PORTVERSION= 1.1.10
-CATEGORIES= net-im
+PORTVERSION= 1.1.11
+CATEGORIES= net-im perl5
MASTER_SITES= http://www.floodgap.com/software/ttytter/dist1/
-DISTFILES= 1.1.10.txt
-EXTRACT_ONLY=
+DISTFILES= ${PORTVERSION}.txt
MAINTAINER= jdunn at aquezada.com
COMMENT= Command-line Twitter client in Perl
@@ -21,11 +20,11 @@
USE_PERL5_RUN= yes
OPTIONS= READLINE "Include rich readline support" on \
- RLTTYTTER "Use T::R::TTYtter readline driver (beta!)" off \
+ RLTTYTTER "Use T::R::TTYtter readline driver (beta!)" off \
PLIST_FILES= bin/${PORTNAME}
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_READLINE)
RUN_DEPENDS+= ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
@@ -37,7 +36,7 @@
do-extract:
@${MKDIR} ${WRKSRC}
- @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.txt
+ @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.txt
post-patch:
@${REINPLACE_CMD} -e 's|^\#!/usr/bin/perl|\#!${PERL}|' ${WRKSRC}/${PORTNAME}-${PORTVERSION}.txt
@@ -45,4 +44,4 @@
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.txt ${PREFIX}/bin/${PORTNAME}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net-im/ttytter/distinfo,v
retrieving revision 1.17
diff -u -u -r1.17 distinfo
--- distinfo 14 Mar 2011 16:01:55 -0000 1.17
+++ distinfo 15 Jun 2011 01:56:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (1.1.10.txt) = 5d78c562ebc57a4f8c1467e5c169281ebf8096c8f966c11843fde6bb429c111e
-SIZE (1.1.10.txt) = 150600
+SHA256 (1.1.11.txt) = ab580d690d725fe0914bda968bc27ae3127db8d3943344cf43f46f09cad21dc5
+SIZE (1.1.11.txt) = 150687
--- ttytter-1.1.11.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list