1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to version 1.2.8.

This package exposes a bug (IMHO) in "pkg" which deletes the directory
pointed to by a symbolic link after removing the files within, but is
not able to recreate that directory when a package is installed.

It may be necessary to manually recreate ${LOCALBASE}/share/nls/C after
removal of this package, e.g. during a port upgrade.

This commit is meant to provide a test case for package maintainers
that hopefully will lead to this issue being fixed in "pkg".

Approved by:	antoine (implicit)
This commit is contained in:
Stefan Eßer 2019-04-20 09:41:01 +00:00
parent 4935701c07
commit 534fed28f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499433
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bc
PORTVERSION= 1.2.4
PORTVERSION= 1.2.8
CATEGORIES= math
PKGNAMEPREFIX= gh-
@ -25,7 +25,7 @@ do-install:
${LN} ${STAGEDIR}${PREFIX}/bin/bc ${STAGEDIR}${PREFIX}/bin/dc
${INSTALL_MAN} ${WRKSRC}/manuals/bc.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/manuals/dc.1 ${STAGEDIR}${MANPREFIX}/man/man1
${SH} ${WRKSRC}/locale_install.sh ${STAGEDIR}${PREFIX}/share/nls/%L/%N.cat ${PORTNAME}
${WRKSRC}/locale_install.sh ${PREFIX}/share/nls/%L/%N.cat ${PORTNAME} ${STAGEDIR}
do-test:
${MAKE} -C ${WRKSRC} test

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1555486228
SHA256 (gavinhoward-bc-1.2.4_GH0.tar.gz) = 37fdee9908d54b996adaac2164f1a48bca9be14252a54805495af8c6e3464588
SIZE (gavinhoward-bc-1.2.4_GH0.tar.gz) = 183251
TIMESTAMP = 1555752237
SHA256 (gavinhoward-bc-1.2.8_GH0.tar.gz) = c9704782e3768851855c7b78c50677cc975da9aafd82934e7a0e1373b4202c71
SIZE (gavinhoward-bc-1.2.8_GH0.tar.gz) = 183925