From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 10:52:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BFD52B2; Sat, 27 Sep 2014 10:52:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1352DF1; Sat, 27 Sep 2014 10:52:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RAqJgj085434; Sat, 27 Sep 2014 10:52:19 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RAqJXL085428; Sat, 27 Sep 2014 10:52:19 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201409271052.s8RAqJXL085428@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 27 Sep 2014 10:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369384 - in head/math/calc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 10:52:20 -0000 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 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