mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update calc to 2.12.4.14
This commit is contained in:
parent
eebd4aed41
commit
1544b49656
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369384
3 changed files with 7 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calc
|
||||
PORTVERSION= 2.12.4.13
|
||||
PORTVERSION= 2.12.4.14
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -30,4 +30,8 @@ PLIST_SUB+= VERSION=${PORTVERSION} VER1=${PORTVERSION:R} \
|
|||
regression-test: build
|
||||
( cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check )
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/calc \
|
||||
${STAGEDIR}${PREFIX}/lib/lib*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (calc-2.12.4.13.tar.bz2) = 1e6fd3256bd7bf738fcfe6e2d6a9d8a6bb0f37393aba6020b01d96274419a92c
|
||||
SIZE (calc-2.12.4.13.tar.bz2) = 970778
|
||||
SHA256 (calc-2.12.4.14.tar.bz2) = 12b627ab22dddc56b215c0b10c1fb04f864931e0d337d7facc100ebe9c94ec5c
|
||||
SIZE (calc-2.12.4.14.tar.bz2) = 951782
|
||||
|
|
|
@ -76,17 +76,6 @@
|
|||
#CALCPAGER= less.exe -ci
|
||||
|
||||
# Debug/Optimize options for ${CC} and ${LCC}
|
||||
@@ -978,8 +978,8 @@
|
||||
# MKDIR_ARG= -p # use mkdir -p when creating paths
|
||||
# MKDIR_ARG= # use if system does not understand mkdir -p
|
||||
#
|
||||
-MKDIR_ARG= -p
|
||||
-#MKDIR_ARG=
|
||||
+#MKDIR_ARG= -p
|
||||
+MKDIR_ARG=
|
||||
|
||||
# Some out of date operating systems require/want an executable to
|
||||
# end with a certain file extension. Some compiler systems such as
|
||||
@@ -1012,35 +1012,36 @@
|
||||
|
||||
# standard utilities used during make
|
||||
|
|
Loading…
Add table
Reference in a new issue