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

Collapse All | Expand All

(-)bison/Makefile (-5 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/bison/Makefile 359223 2014-06-25 11:50:32Z bapt $
2
# $FreeBSD: head/devel/bison/Makefile 359223 2014-06-25 11:50:32Z bapt $
3
3
4
PORTNAME=	bison
4
PORTNAME=	bison
5
PORTVERSION=	2.7.1
5
PORTVERSION=	3.0.2
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
Lines 29-38 Link Here
29
NLS_CONFIGURE_ENABLE=	nls
29
NLS_CONFIGURE_ENABLE=	nls
30
OPTIONS_SUB=	yes
30
OPTIONS_SUB=	yes
31
31
32
post-extract:
33
	@${RM} -f ${WRKSRC}/doc/bison.info*
34
	@${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/Makefile.in
35
36
PORTEXAMPLES=	calc++
32
PORTEXAMPLES=	calc++
37
33
38
post-install:
34
post-install:
(-)bison/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (bison-2.7.1.tar.xz) = b409adcbf245baadb68d2f66accf6fdca5e282cafec1b865f4b5e963ba8ea7fb
1
SHA256 (bison-3.0.2.tar.xz) = a2c3e8528bdb50567d6fa26deeb493dc5ccd7e277b865251608a9e43ac928f3c
2
SIZE (bison-2.7.1.tar.xz) = 1781068
2
SIZE (bison-3.0.2.tar.xz) = 1927296
(-)bison/pkg-plist (+2 lines)
Lines 18-23 Link Here
18
%%DATADIR%%/m4sugar/foreach.m4
18
%%DATADIR%%/m4sugar/foreach.m4
19
%%DATADIR%%/m4sugar/m4sugar.m4
19
%%DATADIR%%/m4sugar/m4sugar.m4
20
%%DATADIR%%/stack.hh
20
%%DATADIR%%/stack.hh
21
%%DATADIR%%/variant.hh
21
%%DATADIR%%/xslt/bison.xsl
22
%%DATADIR%%/xslt/bison.xsl
22
%%DATADIR%%/xslt/xml2dot.xsl
23
%%DATADIR%%/xslt/xml2dot.xsl
23
%%DATADIR%%/xslt/xml2text.xsl
24
%%DATADIR%%/xslt/xml2text.xsl
Lines 46-51 Link Here
46
%%NLS%%share/locale/hr/LC_MESSAGES/bison-runtime.mo
47
%%NLS%%share/locale/hr/LC_MESSAGES/bison-runtime.mo
47
%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo
48
%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo
48
%%NLS%%share/locale/hu/LC_MESSAGES/bison-runtime.mo
49
%%NLS%%share/locale/hu/LC_MESSAGES/bison-runtime.mo
50
%%NLS%%share/locale/ia/LC_MESSAGES/bison-runtime.mo
49
%%NLS%%share/locale/id/LC_MESSAGES/bison-runtime.mo
51
%%NLS%%share/locale/id/LC_MESSAGES/bison-runtime.mo
50
%%NLS%%share/locale/id/LC_MESSAGES/bison.mo
52
%%NLS%%share/locale/id/LC_MESSAGES/bison.mo
51
%%NLS%%share/locale/it/LC_MESSAGES/bison-runtime.mo
53
%%NLS%%share/locale/it/LC_MESSAGES/bison-runtime.mo

Return to bug 194680