svn commit: r317330 - head/textproc/diffutils
Jason Helfman
jgh at FreeBSD.org
Sat May 4 23:27:42 UTC 2013
Can you please revert USE_GETTEXT to USES=gettext
This is a sweeping change of USE_GETTEXT -> USES=gettext that is nearly
complete.
Thanks!
-jgh
On Sat, May 4, 2013 at 11:07 AM, Johan van Selst <johans at freebsd.org> wrote:
> Author: johans
> Date: Sat May 4 18:07:19 2013
> New Revision: 317330
> URL: http://svnweb.freebsd.org/changeset/ports/317330
>
> Log:
> - Update diffutils to 3.3
> - Add patch to fix install
>
> Modified:
> head/textproc/diffutils/Makefile
> head/textproc/diffutils/distinfo
> head/textproc/diffutils/pkg-plist (contents, props changed)
>
> Modified: head/textproc/diffutils/Makefile
>
> ==============================================================================
> --- head/textproc/diffutils/Makefile Sat May 4 17:51:27 2013
> (r317329)
> +++ head/textproc/diffutils/Makefile Sat May 4 18:07:19 2013
> (r317330)
> @@ -2,7 +2,7 @@
> # $FreeBSD$
>
> PORTNAME= diffutils
> -PORTVERSION= 3.2
> +PORTVERSION= 3.3
> CATEGORIES= textproc
> MASTER_SITES= ${MASTER_SITE_GNU}
> MASTER_SITE_SUBDIR= diffutils
> @@ -13,16 +13,21 @@ COMMENT= The GNU diff utilities
> LIB_DEPENDS= sigsegv:${PORTSDIR}/devel/libsigsegv
>
> USES= charsetfix
> +USE_XZ= yes
> GNU_CONFIGURE= yes
> CONFIGURE_ARGS= --program-prefix=g
>
> INFO= diffutils
> MAN1= gcmp.1 gdiff.1 gdiff3.1 gsdiff.1
>
> +post-patch:
> + @${REINPLACE_CMD} -e '/^mkdir/s:@mkdir_p@:${MKDIR}:' \
> + ${WRKSRC}/po/Makefile.in.in
> +
> .include <bsd.port.options.mk>
>
> .if ${PORT_OPTIONS:MNLS}
> -USES+= gettext
> +USE_GETTEXT= yes
> PLIST_SUB+= NLS=""
> .else
> CONFIGURE_ARGS+=--disable-nls
>
> Modified: head/textproc/diffutils/distinfo
>
> ==============================================================================
> --- head/textproc/diffutils/distinfo Sat May 4 17:51:27 2013
> (r317329)
> +++ head/textproc/diffutils/distinfo Sat May 4 18:07:19 2013
> (r317330)
> @@ -1,2 +1,2 @@
> -SHA256 (diffutils-3.2.tar.gz) =
> 2aaaebef615be7dc365306a14caa5d273a4fc174f9f10abca8b60e082c054ed3
> -SIZE (diffutils-3.2.tar.gz) = 2023539
> +SHA256 (diffutils-3.3.tar.xz) =
> a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c
> +SIZE (diffutils-3.3.tar.xz) = 1197832
>
> Modified: head/textproc/diffutils/pkg-plist
>
> ==============================================================================
> --- head/textproc/diffutils/pkg-plist Sat May 4 17:51:27 2013
> (r317329)
> +++ head/textproc/diffutils/pkg-plist Sat May 4 18:07:19 2013
> (r317330)
> @@ -14,6 +14,7 @@ bin/gsdiff
> %%NLS%%share/locale/ga/LC_MESSAGES/diffutils.mo
> %%NLS%%share/locale/gl/LC_MESSAGES/diffutils.mo
> %%NLS%%share/locale/he/LC_MESSAGES/diffutils.mo
> +%%NLS%%share/locale/hr/LC_MESSAGES/diffutils.mo
> %%NLS%%share/locale/hu/LC_MESSAGES/diffutils.mo
> %%NLS%%share/locale/id/LC_MESSAGES/diffutils.mo
> %%NLS%%share/locale/it/LC_MESSAGES/diffutils.mo
>
>
--
--
Jason Helfman | FreeBSD Committer
jgh at FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve
More information about the svn-ports-head
mailing list