- Update to alpha-20170116
- Make NLS optional
This commit is contained in:
parent
f343f4c86f
commit
78b887d9dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432122
2 changed files with 13 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libmsiecf
|
||||
DISTVERSION= alpha-20160904
|
||||
DISTVERSION= alpha-20170116
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/libmsiecf/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= gettext libtool pathfix python
|
||||
CONFIGURE_ARGS= --enable-python
|
||||
USES= libtool pathfix python
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1473001752
|
||||
SHA256 (libmsiecf-alpha-20160904.tar.gz) = d73be120c76284e11d4038920cb1fe986ddeba644bf94ff889c2070f7ed7c2b3
|
||||
SIZE (libmsiecf-alpha-20160904.tar.gz) = 1458051
|
||||
TIMESTAMP = 1484606423
|
||||
SHA256 (libmsiecf-alpha-20170116.tar.gz) = 45d4ed985eaeb38f650aa6892802e41e13b40370fc01b988bdc69e37d8b25153
|
||||
SIZE (libmsiecf-alpha-20170116.tar.gz) = 1463602
|
||||
|
|
Loading…
Reference in a new issue