diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-02 08:02:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-02 08:02:04 +0000 |
commit | 471f5244fcdda50439cfb75063576ea3c88418cc (patch) | |
tree | e3c625b2d5a2e889eba2e427f91ee835f3d3e287 /devel/bison | |
parent | - Switch bison dependency to bison175 port (diff) |
- Update to 2.0
PR: ports/84709
Submitted by: Frerich Raabe <frerich@athame.co.uk>
Notes
Notes:
svn path=/head/; revision=141767
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 7 | ||||
-rw-r--r-- | devel/bison/distinfo | 4 | ||||
-rw-r--r-- | devel/bison/pkg-plist | 10 |
3 files changed, 14 insertions, 7 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index b9e512330f17..c3c91121d458 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bison -PORTVERSION= 1.75 -PORTREVISION= 2 +PORTVERSION= 2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,9 +17,9 @@ COMMENT= A parser generator from FSF, (mostly) compatible with Yacc BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -CONFLICTS= bison-1.8[0-9]* +CONFLICTS= bison-1.7[0-9]* bison-1.8[0-9]* -USE_BZIP2= yes +USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/bison/distinfo b/devel/bison/distinfo index 0dd8a2877656..605a6eddb8e7 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,2 +1,2 @@ -MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a -SIZE (bison-1.75.tar.bz2) = 773106 +MD5 (bison-2.0.tar.gz) = c17f964fd5504b88b07a183420de25e3 +SIZE (bison-2.0.tar.gz) = 1163590 diff --git a/devel/bison/pkg-plist b/devel/bison/pkg-plist index f1d3f5a225f8..de11b7ee74eb 100644 --- a/devel/bison/pkg-plist +++ b/devel/bison/pkg-plist @@ -1,23 +1,31 @@ @comment $FreeBSD$ bin/bison +bin/yacc +%%DATADIR%%/README %%DATADIR%%/c.m4 %%DATADIR%%/glr.c %%DATADIR%%/lalr1.cc %%DATADIR%%/m4sugar/m4sugar.m4 -%%DATADIR%%/m4sugar/version.m4 %%DATADIR%%/yacc.c +%%NLS%%share/locale/da/LC_MESSAGES/bison.mo %%NLS%%share/locale/de/LC_MESSAGES/bison.mo %%NLS%%share/locale/es/LC_MESSAGES/bison.mo %%NLS%%share/locale/et/LC_MESSAGES/bison.mo %%NLS%%share/locale/fr/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ga/LC_MESSAGES/bison.mo %%NLS%%share/locale/hr/LC_MESSAGES/bison.mo %%NLS%%share/locale/id/LC_MESSAGES/bison.mo %%NLS%%share/locale/it/LC_MESSAGES/bison.mo %%NLS%%share/locale/ja/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ms/LC_MESSAGES/bison.mo +%%NLS%%share/locale/nb/LC_MESSAGES/bison.mo %%NLS%%share/locale/nl/LC_MESSAGES/bison.mo +%%NLS%%share/locale/pl/LC_MESSAGES/bison.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ro/LC_MESSAGES/bison.mo %%NLS%%share/locale/ru/LC_MESSAGES/bison.mo %%NLS%%share/locale/sv/LC_MESSAGES/bison.mo %%NLS%%share/locale/tr/LC_MESSAGES/bison.mo +lib/liby.a @dirrm %%DATADIR%%/m4sugar @dirrm %%DATADIR%% |