Date: Tue, 11 Feb 2014 08:52:45 +0100 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= <jadawin@FreeBSD.org> To: Emanuel Haupt <ehaupt@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r343699 - head/devel/p5-DateTime Message-ID: <20140211075245.GA21667@tuxaco.net> In-Reply-To: <201402102259.s1AMxtEn060258@svn.freebsd.org> References: <201402102259.s1AMxtEn060258@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140211075245.GA21667>