diff options
author | antoine <antoine@FreeBSD.org> | 2017-02-03 16:49:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-02-03 16:49:08 +0800 |
commit | 0b34b311a0799d5ed34a01bce16acd3b918d1094 (patch) | |
tree | 45f7f6f56dd5a5ce824da61c5cd17281afee9a38 | |
parent | 85d2098ef8316f74ffed946e4fd08fcc562230ff (diff) | |
download | freebsd-ports-gnome-0b34b311a0799d5ed34a01bce16acd3b918d1094.tar.gz freebsd-ports-gnome-0b34b311a0799d5ed34a01bce16acd3b918d1094.tar.zst freebsd-ports-gnome-0b34b311a0799d5ed34a01bce16acd3b918d1094.zip |
- Update to alpha-20170129
- Make NLS optional
-rw-r--r-- | devel/libolecf/Makefile | 16 | ||||
-rw-r--r-- | devel/libolecf/distinfo | 6 |
2 files changed, 13 insertions, 9 deletions
diff --git a/devel/libolecf/Makefile b/devel/libolecf/Makefile index 402715dddb63..fd4a7309ecb8 100644 --- a/devel/libolecf/Makefile +++ b/devel/libolecf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20161113 +DISTVERSION= alpha-20170129 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -14,17 +14,21 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} -USES= fuse gettext libtool pathfix pkgconfig python +CONFIGURE_ARGS= --enable-python +USES= fuse libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} -PORTDOCS= AUTHORS ChangeLog +OPTIONS_DEFINE= DOCS NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls -OPTIONS_DEFINE= DOCS +PORTDOCS= AUTHORS ChangeLog -post-install-DOCS-on: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} diff --git a/devel/libolecf/distinfo b/devel/libolecf/distinfo index 41a681b706fd..49f828ada4fb 100644 --- a/devel/libolecf/distinfo +++ b/devel/libolecf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479072176 -SHA256 (libolecf-alpha-20161113.tar.gz) = 49cb63f8259ac8da9c4027b49ec71148fcea9922a6f8d61afa5fa7dadfff896b -SIZE (libolecf-alpha-20161113.tar.gz) = 1545576 +TIMESTAMP = 1485708779 +SHA256 (libolecf-alpha-20170129.tar.gz) = 34dc14a9c78b98c7b55d1118a547d5dc1f7dbc4e48d287b0d4a7db250412f8f1 +SIZE (libolecf-alpha-20170129.tar.gz) = 1533776 |