From owner-svn-ports-all@FreeBSD.ORG Fri Aug 3 17:20:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25C47106564A; Fri, 3 Aug 2012 17:20:31 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EB4BA8FC1E; Fri, 3 Aug 2012 17:20:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q73HKULB049311; Fri, 3 Aug 2012 17:20:30 GMT (envelope-from scheidell@svn.freebsd.org) Received: (from scheidell@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q73HKUKF049306; Fri, 3 Aug 2012 17:20:30 GMT (envelope-from scheidell@svn.freebsd.org) Message-Id: <201208031720.q73HKUKF049306@svn.freebsd.org> From: Michael Scheidell Date: Fri, 3 Aug 2012 17:20:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301965 - head/math/units X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2012 17:20:31 -0000 Author: scheidell Date: Fri Aug 3 17:20:30 2012 New Revision: 301965 URL: http://svn.freebsd.org/changeset/ports/301965 Log: - Update to 2.00 PR: ports/169917 Submitted by: Klaus Aehlig Approved by: maintainer (timeout, 17 days) Added: head/math/units/pkg-plist (contents, props changed) Modified: head/math/units/Makefile (contents, props changed) head/math/units/distinfo (contents, props changed) head/math/units/pkg-descr (contents, props changed) Modified: head/math/units/Makefile ============================================================================== --- head/math/units/Makefile Fri Aug 3 17:17:28 2012 (r301964) +++ head/math/units/Makefile Fri Aug 3 17:20:30 2012 (r301965) @@ -6,7 +6,7 @@ # PORTNAME= units -PORTVERSION= 1.88 +PORTVERSION= 2.00 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +14,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jharris@widomaker.com COMMENT= Unit conversion and calculation +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g INFO= units MAN1= gunits.1 -PLIST_FILES= bin/gunits share/units.dat +post-patch: + @${REINPLACE_CMD} -e \ + 's|$$(INSTALL_PROGRAM) units_cur|${INSTALL_SCRIPT} units_cur|' \ + ${WRKSRC}/Makefile.in .include Modified: head/math/units/distinfo ============================================================================== --- head/math/units/distinfo Fri Aug 3 17:17:28 2012 (r301964) +++ head/math/units/distinfo Fri Aug 3 17:20:30 2012 (r301965) @@ -1,2 +1,2 @@ -SHA256 (units-1.88.tar.gz) = a805707f8f2802c109aef3f32b431ecd9af1fc3de0c5289223e862c673afec0c -SIZE (units-1.88.tar.gz) = 261519 +SHA256 (units-2.00.tar.gz) = 573c831e428bf47419c5c540dcd4c6669f14154181d0e8812d635ee5bcff7f60 +SIZE (units-2.00.tar.gz) = 653473 Modified: head/math/units/pkg-descr ============================================================================== --- head/math/units/pkg-descr Fri Aug 3 17:17:28 2012 (r301964) +++ head/math/units/pkg-descr Fri Aug 3 17:20:30 2012 (r301965) @@ -8,7 +8,7 @@ temperature differences between those te The units are defined externally in an extensive, well annotated data file that defines over 2000 units. You can also provide your own data file. -WWW: http://www.gnu.org/directory/units.html +WWW: http://www.gnu.org/software/units/ Note that this port will install the utility with a 'g' prefix, e.g. gunits, but the texinfo documentation will refer to it without Added: head/math/units/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/units/pkg-plist Fri Aug 3 17:20:30 2012 (r301965) @@ -0,0 +1,6 @@ +bin/gunits +bin/gunits_cur +share/units/currency.units +share/units/definitions.units +share/units/locale.map +@dirrm share/units