Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Oct 2013 10:07:47 -0500
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Andrej Zverev <az@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r329465 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18
Message-ID:  <d1767813180a99d1afdf4ec833728ba7@shatow.net>
In-Reply-To: <201310051456.r95EuKq7048319@svn.freebsd.org>
References:  <201310051456.r95EuKq7048319@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-10-05 09:56, Andrej Zverev wrote:
> Author: az
> Date: Sat Oct  5 14:56:20 2013
> New Revision: 329465
> URL: http://svnweb.freebsd.org/changeset/ports/329465
> 
> Log:
>   - Add more missed dirs for staging
> 

Please bump PORTREVISION when changing plist to fix leftovers. 
Redports/QAT need this or they will continue to show false positives.

>   Submitted by:	antoine@ (via IRC, version for perl5.14)
> 
> Modified:
>   head/lang/perl5.12/Makefile
>   head/lang/perl5.12/pkg-plist
>   head/lang/perl5.14/Makefile
>   head/lang/perl5.14/pkg-plist
>   head/lang/perl5.16/Makefile
>   head/lang/perl5.16/pkg-plist
>   head/lang/perl5.18/Makefile
>   head/lang/perl5.18/pkg-plist
> 
> Modified: head/lang/perl5.12/Makefile
> ==============================================================================
> --- head/lang/perl5.12/Makefile	Sat Oct  5 14:42:53 2013	(r329464)
> +++ head/lang/perl5.12/Makefile	Sat Oct  5 14:56:20 2013	(r329465)
> @@ -195,6 +195,8 @@ post-patch:
>  post-install:
>  	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/man/man3
>  	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto
> +	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/machine
> +	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/sys
>  	@${MKDIR} ${STAGEDIR}${SITE_PERL}/auto
>  	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
>  .if ${OSVERSION} >= 900022
> 
> Modified: head/lang/perl5.12/pkg-plist
> ==============================================================================
> --- head/lang/perl5.12/pkg-plist	Sat Oct  5 14:42:53 2013	(r329464)
> +++ head/lang/perl5.12/pkg-plist	Sat Oct  5 14:56:20 2013	(r329465)
> @@ -3192,6 +3192,8 @@ man/man1/xsubpp.1.gz
>  @dirrm lib/perl5/%%PERL_VER%%
>  @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
>  @dirrmtry lib/perl5/%%PERL_VER%%/man
> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys
> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/machine
>  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
>  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
>  @dirrmtry %%SITE_PERL%%/auto
> 
> Modified: head/lang/perl5.14/Makefile
> ==============================================================================
> --- head/lang/perl5.14/Makefile	Sat Oct  5 14:42:53 2013	(r329464)
> +++ head/lang/perl5.14/Makefile	Sat Oct  5 14:56:20 2013	(r329465)
> @@ -192,6 +192,8 @@ post-patch:
>  post-install:
>  	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/man/man3
>  	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto
> +	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/machine
> +	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/sys
>  	@${MKDIR} ${STAGEDIR}${SITE_PERL}/auto
>  	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
>  .if ${OSVERSION} >= 900022
> 
> Modified: head/lang/perl5.14/pkg-plist
> ==============================================================================
> --- head/lang/perl5.14/pkg-plist	Sat Oct  5 14:42:53 2013	(r329464)
> +++ head/lang/perl5.14/pkg-plist	Sat Oct  5 14:56:20 2013	(r329465)
> @@ -3342,6 +3342,8 @@ man/man1/xsubpp.1.gz
>  @dirrm lib/perl5/%%PERL_VER%%
>  @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
>  @dirrmtry lib/perl5/%%PERL_VER%%/man
> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys
> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/machine
>  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
>  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
>  @dirrmtry %%SITE_PERL%%/auto
> 
> Modified: head/lang/perl5.16/Makefile
> ==============================================================================
> --- head/lang/perl5.16/Makefile	Sat Oct  5 14:42:53 2013	(r329464)
> +++ head/lang/perl5.16/Makefile	Sat Oct  5 14:56:20 2013	(r329465)
> @@ -191,6 +191,8 @@ post-patch:
>  post-install:
>  	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/man/man3
>  	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto
> +	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/machine
> +	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/sys
>  	@${MKDIR} ${STAGEDIR}${SITE_PERL}/auto
>  	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
>  .if ${OSVERSION} >= 900022
> 
> Modified: head/lang/perl5.16/pkg-plist
> ==============================================================================
> --- head/lang/perl5.16/pkg-plist	Sat Oct  5 14:42:53 2013	(r329464)
> +++ head/lang/perl5.16/pkg-plist	Sat Oct  5 14:56:20 2013	(r329465)
> @@ -3245,6 +3245,8 @@ man/man1/zipdetails.1.gz
>  @dirrm lib/perl5/%%PERL_VER%%
>  @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
>  @dirrmtry lib/perl5/%%PERL_VER%%/man
> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys
> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/machine
>  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
>  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
>  @dirrmtry %%SITE_PERL%%/auto
> 
> Modified: head/lang/perl5.18/Makefile
> ==============================================================================
> --- head/lang/perl5.18/Makefile	Sat Oct  5 14:42:53 2013	(r329464)
> +++ head/lang/perl5.18/Makefile	Sat Oct  5 14:56:20 2013	(r329465)
> @@ -173,6 +173,8 @@ post-patch:
>  post-install:
>  	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/man/man3
>  	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto
> +	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/machine
> +	@${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/sys
>  	@${MKDIR} ${STAGEDIR}${SITE_PERL}/auto
>  	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
>  .if ${OSVERSION} >= 900022
> 
> Modified: head/lang/perl5.18/pkg-plist
> ==============================================================================
> --- head/lang/perl5.18/pkg-plist	Sat Oct  5 14:42:53 2013	(r329464)
> +++ head/lang/perl5.18/pkg-plist	Sat Oct  5 14:56:20 2013	(r329465)
> @@ -3267,6 +3267,8 @@ man/man1/zipdetails.1.gz
>  @dirrm lib/perl5/%%PERL_VER%%
>  @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
>  @dirrmtry lib/perl5/%%PERL_VER%%/man
> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys
> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/machine
>  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
>  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
>  @dirrmtry %%SITE_PERL%%/auto

-- 
Regards,
Bryan Drewery



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d1767813180a99d1afdf4ec833728ba7>