From owner-svn-ports-head@FreeBSD.ORG Tue Feb 11 07:52:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D62B372; Tue, 11 Feb 2014 07:52:47 +0000 (UTC) Received: from huppa.tuxaco.net (tuxaco.net [IPv6:2001:41d0:1:66c1::1]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E2E8135C; Tue, 11 Feb 2014 07:52:47 +0000 (UTC) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id 7992A22967; Tue, 11 Feb 2014 08:52:45 +0100 (CET) Date: Tue, 11 Feb 2014 08:52:45 +0100 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: Emanuel Haupt Subject: Re: svn commit: r343699 - head/devel/p5-DateTime Message-ID: <20140211075245.GA21667@tuxaco.net> References: <201402102259.s1AMxtEn060258@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <201402102259.s1AMxtEn060258@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 07:52:47 -0000 On Mon, 10 Feb 2014, Emanuel Haupt wrote: > Author: ehaupt > Date: Mon Feb 10 22:59:55 2014 > New Revision: 343699 > URL: http://svnweb.freebsd.org/changeset/ports/343699 > QAT: https://qat.redports.org/buildarchive/r343699/ >=20 > Log: > - Update to 1.07 > - Strip shared object >=20 > Modified: > head/devel/p5-DateTime/Makefile > head/devel/p5-DateTime/distinfo >=20 > Modified: head/devel/p5-DateTime/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/p5-DateTime/Makefile Mon Feb 10 22:57:24 2014 (r343698) > +++ head/devel/p5-DateTime/Makefile Mon Feb 10 22:59:55 2014 (r343699) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > =20 > PORTNAME=3D DateTime > -PORTVERSION=3D 1.06 > +PORTVERSION=3D 1.07 > CATEGORIES=3D devel perl5 > MASTER_SITES=3D CPAN > MASTER_SITE_SUBDIR=3D CPAN:DROLSKY > @@ -29,6 +29,7 @@ USE_PERL5=3D modbuild > PORTDOCS=3D CREDITS Changes TODO > =20 > post-install: > + @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DateTime/DateTi= me.so > @${MKDIR} ${STAGEDIR}${DOCSDIR}/ > cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ > =20 > Hello, Excepting for striping shared object, does this commit was really useful reading the changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-1.07/Changes ? Regards, --=20 Philippe Aud=E9oud =20