- 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)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of textproc/p5-Unicode-LineBreak, Please note that PR ports/175547 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/175547 -- 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)
Responsible Changed From-To: perl->culot I'll take it.
Le 24/01/2013 18:00, Edwin Groothuis a écrit : > Maintainer of textproc/p5-Unicode-LineBreak, > > Please note that PR ports/175547 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/175547 > I Agree this patch, Feel free to update/modify this port as needed. -- Olivier Girard
Author: culot Date: Mon Jan 28 07:51:21 2013 New Revision: 311100 URL: http://svnweb.freebsd.org/changeset/ports/311100 Log: - Update to 2012.10 [1] - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Unicode-LineBreak/Changes PR: ports/175547 [1] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Approved by: Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer) Modified: head/textproc/p5-Unicode-LineBreak/Makefile head/textproc/p5-Unicode-LineBreak/distinfo head/textproc/p5-Unicode-LineBreak/pkg-plist Modified: head/textproc/p5-Unicode-LineBreak/Makefile ============================================================================== --- head/textproc/p5-Unicode-LineBreak/Makefile Mon Jan 28 07:30:11 2013 (r311099) +++ head/textproc/p5-Unicode-LineBreak/Makefile Mon Jan 28 07:51:21 2013 (r311100) @@ -1,13 +1,8 @@ -# 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- @@ -16,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= Olivier.Girard@univ-angers.fr COMMENT= Unicode-LineBreak package +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/textproc/p5-Unicode-LineBreak/distinfo ============================================================================== --- head/textproc/p5-Unicode-LineBreak/distinfo Mon Jan 28 07:30:11 2013 (r311099) +++ head/textproc/p5-Unicode-LineBreak/distinfo Mon Jan 28 07:51:21 2013 (r311100) @@ -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 Modified: head/textproc/p5-Unicode-LineBreak/pkg-plist ============================================================================== --- head/textproc/p5-Unicode-LineBreak/pkg-plist Mon Jan 28 07:30:11 2013 (r311099) +++ head/textproc/p5-Unicode-LineBreak/pkg-plist Mon Jan 28 07:51:21 2013 (r311100) @@ -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 _______________________________________________ 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: feedback->closed Committed, with minor changes. Thanks!