Date: Sat, 27 Sep 2014 10:52:19 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369384 - in head/math/calc: . files Message-ID: <201409271052.s8RAqJXL085428@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sat Sep 27 10:52:18 2014 New Revision: 369384 URL: http://svnweb.freebsd.org/changeset/ports/369384 QAT: https://qat.redports.org/buildarchive/r369384/ Log: Update calc to 2.12.4.14 Modified: head/math/calc/Makefile head/math/calc/distinfo head/math/calc/files/patch-Makefile Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Sat Sep 27 10:02:14 2014 (r369383) +++ head/math/calc/Makefile Sat Sep 27 10:52:18 2014 (r369384) @@ -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= 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> Modified: head/math/calc/distinfo ============================================================================== --- head/math/calc/distinfo Sat Sep 27 10:02:14 2014 (r369383) +++ head/math/calc/distinfo Sat Sep 27 10:52:18 2014 (r369384) @@ -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 Modified: head/math/calc/files/patch-Makefile ============================================================================== --- head/math/calc/files/patch-Makefile Sat Sep 27 10:02:14 2014 (r369383) +++ head/math/calc/files/patch-Makefile Sat Sep 27 10:52:18 2014 (r369384) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409271052.s8RAqJXL085428>