View | Details | Raw Unified | Return to bug 178029 | Differences between
and this patch

Collapse All | Expand All

(-)editors/mp/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/editors/mp/Makefile 315195 2013-03-25 06:06:56Z miwi $
2
# $FreeBSD: head/editors/mp/Makefile 315195 2013-03-25 06:06:56Z miwi $
3
3
4
PORTNAME=	mp
4
PORTNAME=	mp
5
PORTVERSION=	5.2.5
5
PORTVERSION=	5.2.6
6
CATEGORIES=	editors
6
CATEGORIES=	editors
7
MASTER_SITES=	http://triptico.com/download/mp/
7
MASTER_SITES=	http://triptico.com/download/mp/
8
8
Lines 29-35 Link Here
29
.include <bsd.port.options.mk>
29
.include <bsd.port.options.mk>
30
30
31
.if ${PORT_OPTIONS:MNLS}
31
.if ${PORT_OPTIONS:MNLS}
32
USE_GETTEXT=	yes
32
USES+=		gettext
33
PLIST_SUB+=	NLS=""
33
PLIST_SUB+=	NLS=""
34
.else
34
.else
35
CONFIGURE_ARGS+=	--without-gettext
35
CONFIGURE_ARGS+=	--without-gettext
(-)editors/mp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mp-5.2.5.tar.gz) = 180a7639d94c903f5572e6a214ad264a8cb05634519a02d4cf4bfbc5385ad6c1
1
SHA256 (mp-5.2.6.tar.gz) = e516a02ae2539bb72c3fcf64a7cbc9e1f3108fbb526500d22da63a11afcd3d59
2
SIZE (mp-5.2.5.tar.gz) = 546439
2
SIZE (mp-5.2.6.tar.gz) = 546674

Return to bug 178029