Update to 0.8.1.
Fixes a bug that caused certain strings loaded from internationalization libraries to fail. Submitted by: dteske@ (maintainer)
This commit is contained in:
parent
7e3bf9b220
commit
9aa569ebca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317658
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bsdconfig
|
||||
PORTVERSION= 0.8.0
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/
|
||||
DISTNAME= ${PORTNAME}.130506
|
||||
|
@ -213,7 +213,7 @@ IGNORE= requires FreeBSD 9.0 or later
|
|||
|
||||
post-patch:
|
||||
@${GREP} -Ilrs '^BSDCFG_LIBE=' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
|
||||
-e 's|^\(BSDCFG_LIBE=\).*|\1"${PREFIX}/libexec/${PORTNAME}"|'
|
||||
-e 's|^\(BSDCFG_LIBE="\)[^"]*\(.*\)|\1${PREFIX}/libexec/${PORTNAME}\2|'
|
||||
@${GREP} -Ilrs '^BSDCFG_SHARE=' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
|
||||
-e 's|^\(BSDCFG_SHARE=\).*|\1"${PREFIX}/share/${PORTNAME}"|'
|
||||
@${REINPLACE_CMD} \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (bsdconfig.130506.txz) = 2edaba1ed747fd3c95f3f205ec476a5fbb5abeb4aee6c638090cb43b04fad739
|
||||
SIZE (bsdconfig.130506.txz) = 135848
|
||||
SHA256 (bsdconfig.130506-0.8.0.diff.gz) = a33a64696fde09a9775ab101135e94d689655a8477622a4f3f4a41c00e9bd8bc
|
||||
SIZE (bsdconfig.130506-0.8.0.diff.gz) = 222
|
||||
SHA256 (bsdconfig.130506-0.8.1.diff.gz) = a33a64696fde09a9775ab101135e94d689655a8477622a4f3f4a41c00e9bd8bc
|
||||
SIZE (bsdconfig.130506-0.8.1.diff.gz) = 222
|
||||
|
|
Loading…
Reference in a new issue