Date: Wed, 14 Oct 2009 22:26:50 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139627: [PATCH] math/pspp: update to 0.6.2. Take maintainership. Message-ID: <20091015012650.56ABD3F416D@fbsd.scjamorim.org> Resent-Message-ID: <200910150130.n9F1U3pl046152@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139627 >Category: ports >Synopsis: [PATCH] math/pspp: update to 0.6.2. Take maintainership. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 15 01:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 0.6.2 - Added USE_LDCONFIG to Makefile - Changed pkg-plist - Take maintainership Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pspp-0.6.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/pspp/Makefile,v retrieving revision 1.25 diff -u -u -r1.25 Makefile --- Makefile 2 Aug 2009 19:34:41 -0000 1.25 +++ Makefile 15 Oct 2009 01:25:11 -0000 @@ -6,12 +6,11 @@ # PORTNAME= pspp -PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTVERSION= 0.6.2 CATEGORIES= math MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Program for statistical analysis of sampled data LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ @@ -25,6 +24,7 @@ USE_ICONV= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INFO= pspp pspp-dev Index: distinfo =================================================================== RCS file: /home/ncvs/ports/math/pspp/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 5 Nov 2008 22:53:57 -0000 1.7 +++ distinfo 15 Oct 2009 01:25:11 -0000 @@ -1,3 +1,3 @@ -MD5 (pspp-0.6.1.tar.gz) = b871739200938820d8db898cd200ed06 -SHA256 (pspp-0.6.1.tar.gz) = 0d3154ea4f723a354b3b845c938a2320d726baf900b6d2f9bda3d88bcf097e01 -SIZE (pspp-0.6.1.tar.gz) = 3217033 +MD5 (pspp-0.6.2.tar.gz) = 03080eb9e3ffeb03f18bc925fcd83fcb +SHA256 (pspp-0.6.2.tar.gz) = ec9639a3dcd3663b8007e600ab1a56291214334a9bba2e8d8c5a314509826385 +SIZE (pspp-0.6.2.tar.gz) = 3375748 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/pspp/pkg-plist,v retrieving revision 1.7 diff -u -u -r1.7 pkg-plist --- pkg-plist 14 Jan 2009 09:12:01 -0000 1.7 +++ pkg-plist 15 Oct 2009 01:25:11 -0000 @@ -40,6 +40,8 @@ %%GUI%%share/glade3/pixmaps/22x22/psppire-selector.png %%GUI%%share/glade3/pixmaps/22x22/psppire-vbuttonbox.png %%NLS%%share/locale/en_GB/LC_MESSAGES/pspp.mo +%%NLS%%share/locale/nl/LC_MESSAGES/pspp.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pspp.mo %%GUI%%%%DATADIR%%/crosstabs.glade %%GUI%%%%DATADIR%%/data-editor.glade %%GUI%%%%DATADIR%%/date-scale.png --- pspp-0.6.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091015012650.56ABD3F416D>