diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-03-28 08:56:41 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-03-28 08:56:41 +0000 |
commit | a8f1bd536ee43ff55adcb8dafc5953d160a28b78 (patch) | |
tree | 1acd682a537de2425e76187399d20002fa8c7e4c /textproc/flex | |
parent | 8dcc4dda195847f97a2159624fc30f8cd311ba67 (diff) |
Notes
Diffstat (limited to 'textproc/flex')
-rw-r--r-- | textproc/flex/Makefile | 6 | ||||
-rw-r--r-- | textproc/flex/distinfo | 4 | ||||
-rw-r--r-- | textproc/flex/pkg-plist | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index ffc4d97e2ca3..ac6b9210d20b 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= flex -PORTVERSION= 2.5.38 -PORTREVISION= 2 +PORTVERSION= 2.5.39 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} @@ -13,8 +12,7 @@ BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= bison gmake -USE_BZIP2= yes +USES= bison gmake tar:bzip2 GNU_CONFIGURE= yes # install flex header to its own dir to avoid conflict with system flex. CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared diff --git a/textproc/flex/distinfo b/textproc/flex/distinfo index 5e423d586001..3f96119c2d27 100644 --- a/textproc/flex/distinfo +++ b/textproc/flex/distinfo @@ -1,2 +1,2 @@ -SHA256 (flex-2.5.38.tar.bz2) = d42a67ce11b649ce977c8e239d04b2ef1bdbffebb8a79f4f65211ad295f274ec -SIZE (flex-2.5.38.tar.bz2) = 1628060 +SHA256 (flex-2.5.39.tar.bz2) = add2b55f3bc38cb512b48fad7d72f43b11ef244487ff25fc00aabec1e32b617f +SIZE (flex-2.5.39.tar.bz2) = 1612101 diff --git a/textproc/flex/pkg-plist b/textproc/flex/pkg-plist index 805bd1585a1c..b8833fd15850 100644 --- a/textproc/flex/pkg-plist +++ b/textproc/flex/pkg-plist @@ -16,6 +16,8 @@ man/man1/flex.1.gz %%NLS%%share/locale/ca/LC_MESSAGES/flex.mo %%NLS%%share/locale/da/LC_MESSAGES/flex.mo %%NLS%%share/locale/de/LC_MESSAGES/flex.mo +%%NLS%%share/locale/en@boldquot/LC_MESSAGES/flex.mo +%%NLS%%share/locale/en@quot/LC_MESSAGES/flex.mo %%NLS%%share/locale/eo/LC_MESSAGES/flex.mo %%NLS%%share/locale/es/LC_MESSAGES/flex.mo %%NLS%%share/locale/fi/LC_MESSAGES/flex.mo @@ -33,8 +35,10 @@ man/man1/flex.1.gz %%NLS%%share/locale/tr/LC_MESSAGES/flex.mo %%NLS%%share/locale/vi/LC_MESSAGES/flex.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/flex.mo -%%NLS%%share/locale/zh_tw/LC_MESSAGES/flex.mo -%%NLS%%@dirrmtry share/locale/zh_tw/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/zh_tw +%%NLS%%share/locale/zh_TW/LC_MESSAGES/flex.mo +%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en@quot +%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en@boldquot %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/flex |