svn commit: r376498 - head/textproc/p5-Net-IDN-Encode

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Wed Jan 7 20:53:24 UTC 2015


On Thu, Jan 8, 2015 at 4:10 AM, Muhammad Moinur Rahman <bofh at freebsd.org>
wrote:

> Author: bofh
> Date: Wed Jan  7 20:10:06 2015
> New Revision: 376498
> URL: https://svnweb.freebsd.org/changeset/ports/376498
> QAT: https://qat.redports.org/buildarchive/r376498/
>
> Log:
>   textproc/p5-Net-IDN-Encode: Update version 2.100=>2.201
>
>   Differential Revision:        https://reviews.freebsd.org/D1437
>   Approved by:  marino(mentor)
>
> Modified:
>   head/textproc/p5-Net-IDN-Encode/Makefile
>   head/textproc/p5-Net-IDN-Encode/distinfo
>
> Modified: head/textproc/p5-Net-IDN-Encode/Makefile
>
> ==============================================================================
> --- head/textproc/p5-Net-IDN-Encode/Makefile    Wed Jan  7 20:06:36 2015
>       (r376497)
> +++ head/textproc/p5-Net-IDN-Encode/Makefile    Wed Jan  7 20:10:06 2015
>       (r376498)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      Net-IDN-Encode
> -PORTVERSION=   2.100
> -PORTREVISION=  1
> +PORTVERSION=   2.201
>  CATEGORIES=    textproc perl5
>  MASTER_SITES=  CPAN
>  PKGNAMEPREFIX= p5-
> @@ -19,4 +18,6 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PO
>  USES=          perl5
>  USE_PERL5=     modbuild
>
> +post-stage:
> +       ${STRIP_CMD}
> ${STAGEDIR}${SITE_ARCH}/auto/Net/IDN/Punycode/Punycode.so
>

SITE_ARCH is based on LOCALBASE. Please use PREFIX/SITE_ARCH_REL.

BTW, STRIP_CMD will fail if you build this port as regular user.
<http://people.FreeBSD.org/~sunpoet/pgpkeys.txt>
Regards,
sunpoet


More information about the svn-ports-all mailing list