Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2010 03:00:34 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/142982: Update port: math/fityk to 0.9.0
Message-ID:  <20100120030034.b2874c0b.tkato432@yahoo.com>
Resent-Message-ID: <201001191810.o0JIA91G093767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142982
>Category:       ports
>Synopsis:       Update port: math/fityk to 0.9.0
>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:   Tue Jan 19 18:10:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p6 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/fityk/Makefile math/fityk/Makefile
--- /usr/ports/math/fityk/Makefile	2009-08-29 14:15:35.000000000 +0900
+++ math/fityk/Makefile	2010-01-06 22:46:34.000000000 +0900
@@ -7,9 +7,9 @@
 #
 
 PORTNAME=	fityk
-PORTVERSION=	0.8.9
+PORTVERSION=	0.9.0
 CATEGORIES=	math
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Free peak fitting software
@@ -24,10 +24,10 @@
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:22
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS=	--with-xylib --without-doc
+CONFIGURE_ARGS=	--with-xylib --without-doc --disable-xyconvert
 USE_LDCONFIG=	yes
 
-MAN1=		fityk.1
+MAN1=		fityk.1 xyconv.1
 PORTDOCS=	*
 
 CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
diff -urN /usr/ports/math/fityk/distinfo math/fityk/distinfo
--- /usr/ports/math/fityk/distinfo	2009-08-29 14:15:35.000000000 +0900
+++ math/fityk/distinfo	2010-01-06 21:26:57.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (fityk-0.8.9.tar.bz2) = ffbfaf57fa8804ba7f1a31f99337bdc2
-SHA256 (fityk-0.8.9.tar.bz2) = b25aede322cde89c775e911ac9a5a90095836db78f0cbc443cbbf6c99a8027b6
-SIZE (fityk-0.8.9.tar.bz2) = 1496932
+MD5 (fityk-0.9.0.tar.bz2) = bba2ee31335a574eab6fa9e338469e2a
+SHA256 (fityk-0.9.0.tar.bz2) = 50a2b34f1d3a2f2bdc3e41dcb0ea090210296f3dad62e5ed62c0820704f03985
+SIZE (fityk-0.9.0.tar.bz2) = 1593059
diff -urN /usr/ports/math/fityk/pkg-plist math/fityk/pkg-plist
--- /usr/ports/math/fityk/pkg-plist	2009-08-29 14:15:35.000000000 +0900
+++ math/fityk/pkg-plist	2010-01-06 22:29:05.000000000 +0900
@@ -1,5 +1,6 @@
 bin/cfityk
 bin/fityk
+bin/xyconv
 include/fityk/brucker_raw.h
 include/fityk/cache.h
 include/fityk/canberra_mca.h
@@ -25,7 +26,7 @@
 lib/libxy.a
 lib/libxy.la
 lib/libxy.so
-lib/libxy.so.1
+lib/libxy.so.2
 share/applications/fityk.desktop
 share/mime/packages/fityk.xml
 share/pixmaps/fityk.png
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100120030034.b2874c0b.tkato432>