Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 14:37:50 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        swills@FreeBSD.org
Subject:   ports/189503: [PATCH] devel/p5-Term-Title: update to 0.08
Message-ID:  <201405091237.s49CbokR068328@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201405091240.s49Ce0Bl018558@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189503
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Term-Title: update to 0.08
>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:   Fri May 09 12:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May  7 16:01:11
>Description:
- Update to 0.08
- Use configure instead of modbuild

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/p5-Term-Title/0.08/

Port maintainer (swills@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-Term-Title-0.08.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353453)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Term-Title
-PORTVERSION=	0.03
+PORTVERSION=	0.08
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
@@ -12,6 +12,6 @@
 COMMENT=	Portable API to set the terminal titlebar
 
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 353453)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Term-Title-0.03.tar.gz) = 08cce27d9060bbb9087d24f59964e269e293e96b19cf769feb72365095658c71
-SIZE (Term-Title-0.03.tar.gz) = 9954
+SHA256 (Term-Title-0.08.tar.gz) = 6a64650a690c48e02760136f8d02f603f6d0882eb664a198e4266419f8c2ec2e
+SIZE (Term-Title-0.08.tar.gz) = 14638
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 353453)
+++ pkg-plist	(working copy)
@@ -1,4 +1,6 @@
 %%SITE_PERL%%/Term/Title.pm
-%%SITE_PERL%%/Term/Title.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Title/.packlist
 %%PERL5_MAN3%%/Term::Title.3.gz
 @dirrmtry %%SITE_PERL%%/Term
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Title
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
--- p5-Term-Title-0.08.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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