From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:37 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B22010656B3 for ; Wed, 3 Aug 2011 18:40:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9A58FC26 for ; Wed, 3 Aug 2011 18:40:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeaCk078055 for ; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeaIa078047; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:36 GMT Resent-Message-Id: <201108031840.p73IeaIa078047@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A717F106566C for ; Wed, 3 Aug 2011 18:36:18 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 556DF8FC16 for ; Wed, 3 Aug 2011 18:36:18 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 1FAD22BC03B for ; Thu, 4 Aug 2011 03:36:15 +0900 (JST) Message-Id: <20110804032436.9c43c517.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159490: Update port: science/linsmith to 0.99.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:37 -0000 >Number: 159490 >Category: ports >Synopsis: Update port: science/linsmith to 0.99.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:36 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.99.22 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/linsmith/Makefile science/linsmith/Makefile --- /usr/ports/science/linsmith/Makefile 2011-03-28 12:39:38.000000000 +0900 +++ science/linsmith/Makefile 2011-08-03 00:14:05.000000000 +0900 @@ -7,21 +7,25 @@ # PORTNAME= linsmith -PORTVERSION= 0.99.21 +PORTVERSION= 0.99.22 CATEGORIES= science hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9.21 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Smith charting program -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -USE_GNOME= pkgconfig libgnomeprint libgnomeui libxml2 +USE_GNOME= libgnomeui libxml2 USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${CP} ${FILESDIR}/carg.c ${WRKSRC}/src diff -urN /usr/ports/science/linsmith/distinfo science/linsmith/distinfo --- /usr/ports/science/linsmith/distinfo 2011-03-28 12:39:38.000000000 +0900 +++ science/linsmith/distinfo 2011-08-03 00:02:50.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (linsmith-0.99.21.tar.gz) = f3d58f56079d1de0e21ec4f7d2aa7f1df1997bcb9ab33d83f1cd9d508306b76c -SIZE (linsmith-0.99.21.tar.gz) = 1119718 +SHA256 (linsmith-0.99.22.tar.gz) = cd2279e8123e016518c2d4a63c7c84cf36ff5bc47b0c6fd7109313450a66ca1e +SIZE (linsmith-0.99.22.tar.gz) = 1122094 diff -urN /usr/ports/science/linsmith/pkg-descr science/linsmith/pkg-descr --- /usr/ports/science/linsmith/pkg-descr 2006-12-22 12:38:47.000000000 +0900 +++ science/linsmith/pkg-descr 2011-08-02 23:54:15.000000000 +0900 @@ -18,4 +18,4 @@ solutions without re-defining the other (this may actually change to single files - I'm not quite convinced here) -WWW: http://linsmith.sourceforge.net/ +WWW: http://jcoppens.com/soft/linsmith/index.en.php diff -urN /usr/ports/science/linsmith/pkg-plist science/linsmith/pkg-plist --- /usr/ports/science/linsmith/pkg-plist 2009-05-14 04:38:51.000000000 +0900 +++ science/linsmith/pkg-plist 2008-09-11 03:55:07.000000000 +0900 @@ -1,13 +1,4 @@ bin/linsmith -share/locale/de/LC_MESSAGES/linsmith.mo -share/locale/es/LC_MESSAGES/linsmith.mo -share/locale/hu/LC_MESSAGES/linsmith.mo -share/locale/it/LC_MESSAGES/linsmith.mo -share/locale/sv/LC_MESSAGES/linsmith.mo -share/locale/zh/LC_MESSAGES/linsmith.mo -share/pixmaps/linsmith/smith4.png -share/pixmaps/linsmith/smithent.png -@dirrm share/pixmaps/linsmith %%DATADIR%%/6-1.circ %%DATADIR%%/6-1.load %%DATADIR%%/6-4.circ @@ -18,4 +9,13 @@ %%DATADIR%%/6-6.load %%DATADIR%%/conv0809 %%DATADIR%%/nb_40.load +share/locale/de/LC_MESSAGES/linsmith.mo +share/locale/es/LC_MESSAGES/linsmith.mo +share/locale/hu/LC_MESSAGES/linsmith.mo +share/locale/it/LC_MESSAGES/linsmith.mo +share/locale/sv/LC_MESSAGES/linsmith.mo +share/locale/zh/LC_MESSAGES/linsmith.mo +share/pixmaps/linsmith/smith4.png +share/pixmaps/linsmith/smithent.png +@dirrm share/pixmaps/linsmith @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: