Date: Wed, 19 Jun 2019 16:53:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504562 - head/devel/p5-Locale-PO Message-ID: <201906191653.x5JGr3la033992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 19 16:53:02 2019 New Revision: 504562 URL: https://svnweb.freebsd.org/changeset/ports/504562 Log: Use = instead of += Modified: head/devel/p5-Locale-PO/Makefile head/devel/p5-Locale-PO/pkg-descr Modified: head/devel/p5-Locale-PO/Makefile ============================================================================== --- head/devel/p5-Locale-PO/Makefile Wed Jun 19 16:52:57 2019 (r504561) +++ head/devel/p5-Locale-PO/Makefile Wed Jun 19 16:53:02 2019 (r504562) @@ -17,7 +17,8 @@ TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp USES= perl5 USE_PERL5= configure -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} + +CONFIGURE_ENV= LOCALBASE=${LOCALBASE} NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/p5-Locale-PO/pkg-descr ============================================================================== --- head/devel/p5-Locale-PO/pkg-descr Wed Jun 19 16:52:57 2019 (r504561) +++ head/devel/p5-Locale-PO/pkg-descr Wed Jun 19 16:53:02 2019 (r504562) @@ -1,5 +1,5 @@ -This module provides methods for manipulating objects that represent -entries in a gettext po-file (untranslated and translated strings, with -associated comments). It can load and save complete po-files. +This module provides methods for manipulating objects that represent entries in +a gettext po-file (untranslated and translated strings, with associated +comments). It can load and save complete po-files. WWW: https://metacpan.org/release/Locale-PO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906191653.x5JGr3la033992>