pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/bc-gh



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jul  8 13:48:55 UTC 2020

Modified Files:
        pkgsrc/math/bc-gh: Makefile PLIST

Log Message:
math/bc-gh: Respect PKGMANDIR

Also, add stray translation file.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/bc-gh/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/bc-gh/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/bc-gh/Makefile
diff -u pkgsrc/math/bc-gh/Makefile:1.5 pkgsrc/math/bc-gh/Makefile:1.6
--- pkgsrc/math/bc-gh/Makefile:1.5      Fri Jun 19 18:04:05 2020
+++ pkgsrc/math/bc-gh/Makefile  Wed Jul  8 13:48:55 2020
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2020/06/19 18:04:05 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2020/07/08 13:48:55 gdt Exp $
 
 VERSION=       3.0.0
 DISTNAME=      bc-${VERSION}
 PKGNAME=       bc-gh-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gavinhoward/}
 GITHUB_PROJECT=        bc
@@ -10,6 +11,7 @@ GITHUB_RELEASE=       ${VERSION}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    yzena.tech%gmail.com@localhost
+#MAINTAINER+=  gdt%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/gavinhoward/bc
 COMMENT=       Implementation of POSIX bc with GNU extensions
 LICENSE=       2-clause-bsd
@@ -21,7 +23,7 @@ LICENSE=      2-clause-bsd
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      configure.sh
 CONFIGURE_ARGS=                -G
-CONFIGURE_ENV=         EXECSUFFIX="-gh" MANDIR="${PREFIX}/man" NLSPATH="${PREFIX}/share/locale/%L/%N"
+CONFIGURE_ENV=         EXECSUFFIX="-gh" MANDIR="${PREFIX}/${PKGMANDIR}" NLSPATH="${PREFIX}/share/locale/%L/%N"
 
 TEST_TARGET=   test
 

Index: pkgsrc/math/bc-gh/PLIST
diff -u pkgsrc/math/bc-gh/PLIST:1.3 pkgsrc/math/bc-gh/PLIST:1.4
--- pkgsrc/math/bc-gh/PLIST:1.3 Fri Jun 19 18:04:05 2020
+++ pkgsrc/math/bc-gh/PLIST     Wed Jul  8 13:48:55 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/06/19 18:04:05 gdt Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/07/08 13:48:55 gdt Exp $
 bin/bc-gh
 bin/dc-gh
 man/man1/bc-gh.1
@@ -71,5 +71,6 @@ share/locale/ru_RU.KOI8-R/bc-gh
 share/locale/ru_RU.UTF-8/bc-gh
 share/locale/zh_CN.GB18030/bc-gh
 share/locale/zh_CN.GB2312/bc-gh
+share/locale/zh_CN.GBK/bc-gh
 share/locale/zh_CN.UTF-8/bc-gh
 share/locale/zh_CN.eucCN/bc-gh



Home | Main Index | Thread Index | Old Index