Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2013 17:51:04 +0100 (CET)
From:      Geoffroy Desvernay <dgeo@centrale-marseille.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Olivier.Girard@univ-angers.fr
Subject:   ports/175547: [PATCH] textproc/p5-Unicode-LineBreak: update to 2012.10
Message-ID:  <20130124165104.26E281CD81@dgeo.sysadm.ec-m.fr>
Resent-Message-ID: <201301241700.r0OH00kp058430@freefall.freebsd.org>

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

>Number:         175547
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Unicode-LineBreak: update to 2012.10
>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:   Thu Jan 24 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Geoffroy Desvernay
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Dec 18 11:55:35 CET 2012
>Description:
- Update to 2012.10

Needed to workaround a bug in mail/sympa where confirmation links in emails are broken (and certainly other software)

Changed Makefile headers to make portlint happy :)

Port maintainer (Olivier.Girard@univ-angers.fr) is cc'd.

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

--- p5-Unicode-LineBreak-2012.10.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 310936)
+++ Makefile	(working copy)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	textproc/p5-Unicode-LineBreak
-# Date created:				05 February 2011
-# Whom:					Olivier Girard <Olivier.Girard@univ-angers.fr>
-#
+# Created by: Olivier Girard <Olivier.Girard@univ-angers.fr> 
 # $FreeBSD$
 #
 
 PORTNAME=	Unicode-LineBreak
-PORTVERSION=	1.008.2
-PORTREVISION=	1
+PORTVERSION=	2012.10
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
Index: distinfo
===================================================================
--- distinfo	(revision 310936)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Unicode-LineBreak-1.008.2.tar.gz) = a9731f68fa13b53eea74ab7a20b6d1fa81be30feaa6ed1354039e770110a3a0f
-SIZE (Unicode-LineBreak-1.008.2.tar.gz) = 498664
+SHA256 (Unicode-LineBreak-2012.10.tar.gz) = e4a37ace916aa74061321267364b5eeb840d50094a613ce9e0274ffff5e9e3e1
+SIZE (Unicode-LineBreak-2012.10.tar.gz) = 281832
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 310936)
+++ pkg-plist	(working copy)
@@ -1,12 +1,14 @@
 %%SITE_PERL%%/mach/Text/LineFold.pm
 %%SITE_PERL%%/mach/Text/LineFold/JA_JP.pod
 %%SITE_PERL%%/mach/Unicode/GCString.pm
+%%SITE_PERL%%/mach/Unicode/GCString.pod
 %%SITE_PERL%%/mach/Unicode/GCString/JA_JP.pod
 %%SITE_PERL%%/mach/Unicode/LineBreak.pod
 %%SITE_PERL%%/mach/Unicode/LineBreak.pm
 %%SITE_PERL%%/mach/Unicode/LineBreak/Defaults.pm.sample
 %%SITE_PERL%%/mach/Unicode/LineBreak/Constants.pm
 %%SITE_PERL%%/mach/Unicode/LineBreak/JA_JP.pod
+%%SITE_PERL%%/mach/auto/sombok/extralibs.ld
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/LineBreak/LineBreak.so
@@ -15,5 +17,6 @@
 @dirrmtry %%SITE_PERL%%/mach/Unicode/LineBreak
 @dirrmtry %%SITE_PERL%%/mach/Unicode/GCString
 @dirrmtry %%SITE_PERL%%/mach/Unicode
+@dirrmtry %%SITE_PERL%%/mach/auto/sombok
 @dirrmtry %%SITE_PERL%%/mach/Text/LineFold
 @dirrmtry %%SITE_PERL%%/mach/Text
--- p5-Unicode-LineBreak-2012.10.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?20130124165104.26E281CD81>