diff options
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 8 | ||||
-rw-r--r-- | devel/bison/distinfo | 4 | ||||
-rw-r--r-- | devel/bison/pkg-plist | 10 |
3 files changed, 8 insertions, 14 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index c3c91121d458..c6462cd2481e 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -6,7 +6,9 @@ # PORTNAME= bison -PORTVERSION= 2.0 +PORTVERSION= 1.75 +PORTREVISION= 2 +PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +19,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.7[0-9]* bison-1.8[0-9]* +CONFLICTS= bison-1.8[0-9]* bison-2.[0-9]* -USE_GZIP= yes +USE_BZIP2= 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 605a6eddb8e7..0dd8a2877656 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,2 +1,2 @@ -MD5 (bison-2.0.tar.gz) = c17f964fd5504b88b07a183420de25e3 -SIZE (bison-2.0.tar.gz) = 1163590 +MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a +SIZE (bison-1.75.tar.bz2) = 773106 diff --git a/devel/bison/pkg-plist b/devel/bison/pkg-plist index de11b7ee74eb..f1d3f5a225f8 100644 --- a/devel/bison/pkg-plist +++ b/devel/bison/pkg-plist @@ -1,31 +1,23 @@ @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%% |