Bug 54206 - update to devel/tnt
Summary: update to devel/tnt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-08 06:40 UTC by Pedro F. Giffuni
Modified: 2003-07-09 06:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2003-07-08 06:40:09 UTC
Update version and solve fetching problems detected by "distfiles" Fenner.

Fix: ________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
--0-1792377041-1057642554=:86735
Content-Type: text/plain; name=patch-tnt
Content-Description: patch-tnt
Content-Disposition: inline; filename=patch-tnt



--0-1792377041-1057642554=:86735----LZqA97e8wyQL8QtPQgWCH8FwH4JK11f6t755ikJKXfCDvBk0
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN tnt.orig/Makefile tnt/Makefile
--- tnt.orig/Makefile	Mon Jul  7 23:55:21 2003
+++ tnt/Makefile	Tue Jul  8 00:21:46 2003
@@ -6,15 +6,15 @@
 #
 
 PORTNAME=	tnt
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.0
 CATEGORIES=	devel math
 MASTER_SITES=	http://math.nist.gov/tnt/
-DISTNAME=	${PORTNAME}111
+DISTNAME=	${PORTNAME}120
 .ifndef NOPORTDOCS
-DISTFILES=${DISTNAME}${EXTRACT_SUFX} tnt110doc.zip
+DISTFILES=${DISTNAME}${EXTRACT_SUFX} tnt120doc.zip
 .endif
 DIST_SUBDIR=	tnt
-EXTRACT_ONLY=
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Template Numerical Toolkit
@@ -24,11 +24,11 @@
 
 do-install:
 	${MKDIR} ${PREFIX}/include/tnt
-	${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
-		-d ${PREFIX}/include/tnt
+	${INSTALL_DATA} ${WRKDIR}/projects/tnt/1.2/src/*.h	\
+		${PREFIX}/include/tnt
 .ifndef NOPORTDOCS
 	${MKDIR} ${DOCSDIR}
-	${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt110doc \
+	${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt120doc \
 		-d ${DOCSDIR}
 .endif
 
diff -ruN tnt.orig/distinfo tnt/distinfo
--- tnt.orig/distinfo	Mon Jul  7 23:55:21 2003
+++ tnt/distinfo	Mon Jul  7 23:58:16 2003
@@ -1,2 +1,2 @@
-MD5 (tnt/tnt111.zip) = fdb1c4328915b9a7bf77026bb146d8d2
-MD5 (tnt/tnt110doc.zip) = d042af87f1218bd1e05c15d99e2d86b6
+MD5 (tnt/tnt120.zip) = ab1fedcd192065bababad4819fd9e458
+MD5 (tnt/tnt120doc.zip) = 2ffcbaa7b6e7b4c9ed87d24c7570108f
diff -ruN tnt.orig/pkg-plist tnt/pkg-plist
--- tnt.orig/pkg-plist	Mon Jul  7 23:55:21 2003
+++ tnt/pkg-plist	Tue Jul  8 00:23:49 2003
@@ -12,6 +12,7 @@
 include/tnt/tnt_fortran_array2d_utils.h
 include/tnt/tnt_fortran_array3d.h
 include/tnt/tnt_fortran_array3d_utils.h
+include/tnt/tnt_i_refvec.h
 include/tnt/tnt_math_utils.h
 include/tnt/tnt_sparse_matrix_csr.h
 include/tnt/tnt_stopwatch.h
@@ -75,8 +76,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/html/tnt_fortran_array3d_h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/tnt_fortran_array3d_utils_h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/html/tnt_fortran_array3d_utils_h.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tnt_h-source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tnt_h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/tnt_math_utils_h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/html/tnt_math_utils_h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/tnt_sparse_matrix_csr_h-source.html
Comment 1 Daichi GOTO freebsd_committer freebsd_triage 2003-07-09 06:06:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!