Bug 51843 - (update) devel/p5-Data-Serializer
Summary: (update) devel/p5-Data-Serializer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-06 13:40 UTC by Mathieu Arnold
Modified: 2003-05-21 11:59 UTC (History)
1 user (show)

See Also:


Attachments
p5-Data-Serializer-0.17.diff (10.58 KB, patch)
2003-05-06 13:40 UTC, Mathieu Arnold
no flags Details | Diff
p5-Data-Serializer-0.17.diff.gz (2.62 KB, application/octet-stream)
2003-05-06 14:04 UTC, Mathieu Arnold
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold 2003-05-06 13:40:08 UTC
Update to 1.17

Fix: Fix Makefile.PL so that all man pages appears for all perl versions.
Comment 1 Anton Berezin 2003-05-06 13:42:14 UTC
On Tue, May 06, 2003 at 02:36:50PM +0200, Mathieu Arnold wrote:

> --- p5-Data-Serializer-0.17.diff begins here ---
> Index: Makefile
> ===================================================================

> -BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
> -		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
> -		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
> -		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest.pm:${PORTSDIR}/security/p5-Digest
> +BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
> +		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
> +		${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
> +		${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
>  RUN_DEPENDS=	${BUILD_DEPENDS}

By the way, p5-YAML port is there.

\Anton.
-- 
You shouldn't be intimidated by this issue at all, since Perl is your
friend. -- Apache mod_perl guide
Comment 2 Mathieu Arnold 2003-05-06 13:49:39 UTC
+-le 06/05/2003 14:42 +0200, Anton Berezin =E9crivait :
| On Tue, May 06, 2003 at 02:36:50PM +0200, Mathieu Arnold wrote:
|=20
|> --- p5-Data-Serializer-0.17.diff begins here ---
|> Index: 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
|=20
|> -BUILD_DEPENDS=3D
|> 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:$
|> {PORTSDIR}/devel/p5-Storable \ -
|> 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib
|> .pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ -
|> 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/CBC.pm:${PORTSDIR}/s
|> ecurity/p5-Crypt-CBC \ -
|> 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest.pm:${PORTSDIR}/secu
|> rity/p5-Digest +BUILD_DEPENDS=3D
|> 	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ +
|>=20
|> 	${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Com
|> press-Zlib \ +
|> 	${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ +
|> 	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
|>  RUN_DEPENDS=3D	${BUILD_DEPENDS}
|=20
| By the way, p5-YAML port is there.

Hum,Data::Serializer's Makefile.PL did not say it could be interesting to
have it...
I'll resubmit.

--=20
Mathieu Arnold
Comment 3 Anton Berezin 2003-05-06 13:56:11 UTC
On Tue, May 06, 2003 at 02:49:39PM +0200, Mathieu Arnold wrote:
> 
> 
> +-le 06/05/2003 14:42 +0200, Anton Berezin écrivait :
> | On Tue, May 06, 2003 at 02:36:50PM +0200, Mathieu Arnold wrote:
> | 
> |> --- p5-Data-Serializer-0.17.diff begins here ---
> |> Index: Makefile
> |> ===================================================================
> | 
> |> -BUILD_DEPENDS=
> |> 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:$
> |> {PORTSDIR}/devel/p5-Storable \ -
> |> 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib
> |> .pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ -
> |> 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/CBC.pm:${PORTSDIR}/s
> |> ecurity/p5-Crypt-CBC \ -
> |> 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest.pm:${PORTSDIR}/secu
> |> rity/p5-Digest +BUILD_DEPENDS=
> |> 	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ +
> |> 
> |> 	${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Com
> |> press-Zlib \ +
> |> 	${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ +
> |> 	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
> |>  RUN_DEPENDS=	${BUILD_DEPENDS}
> | 
> | By the way, p5-YAML port is there.
> 
> Hum,Data::Serializer's Makefile.PL did not say it could be interesting to
> have it...

Because it is not _required_.  Strictly speaking, most of the stuff
Serializer can do is not required.  But the support modules are there.

=Anton.
-- 
You shouldn't be intimidated by this issue at all, since Perl is your
friend. -- Apache mod_perl guide
Comment 4 Mathieu Arnold 2003-05-06 14:04:54 UTC
depends on p5-YAML too.

-- 
Mathieu Arnold
Comment 5 skv freebsd_committer freebsd_triage 2003-05-19 09:47:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer.
Comment 6 skv freebsd_committer freebsd_triage 2003-05-21 11:57:13 UTC
State Changed
From-To: open->closed

Committed, thanks.