Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2019 09:41:01 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499433 - head/math/gh-bc
Message-ID:  <201904200941.x3K9f1DB044098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Sat Apr 20 09:41:01 2019
New Revision: 499433
URL: https://svnweb.freebsd.org/changeset/ports/499433

Log:
  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)

Modified:
  head/math/gh-bc/Makefile
  head/math/gh-bc/distinfo

Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile	Sat Apr 20 09:31:19 2019	(r499432)
+++ head/math/gh-bc/Makefile	Sat Apr 20 09:41:01 2019	(r499433)
@@ -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

Modified: head/math/gh-bc/distinfo
==============================================================================
--- head/math/gh-bc/distinfo	Sat Apr 20 09:31:19 2019	(r499432)
+++ head/math/gh-bc/distinfo	Sat Apr 20 09:41:01 2019	(r499433)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904200941.x3K9f1DB044098>