ports/148517: Maintainer update: science/jstrack from 3.0.2 to 3.0.3

Chris Rees utisoft at gmail.com
Mon Jul 12 09:50:03 UTC 2010


>Number:         148517
>Category:       ports
>Synopsis:       Maintainer update: science/jstrack from 3.0.2 to 3.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 12 09:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 8.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD amnesiac.bayofrum.net 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Wed May 26 05:45:12 UTC 2010 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Update from 3.0.2 to 3.0.3, and fix the path problems of the previous release; no need to sed the source code, just put a cd into the startup script
>How-To-Repeat:
	
>Fix:

	

--- jstrack303.patch begins here ---
diff -ruN jstrack.orig/Makefile jstrack/Makefile
--- jstrack.orig/Makefile	2010-06-30 05:10:11.000000000 +0100
+++ jstrack/Makefile	2010-07-12 10:35:55.000000000 +0100
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	jstrack
-PORTVERSION=	3.0.2
+PORTVERSION=	3.0.3
 CATEGORIES=	science
-MASTER_SITES=	http://www.jstrack.org/jstrack/downloads/ \
+MASTER_SITES=	http://www.jstrack.org/${PORTNAME}/downloads/ \
 		http://www.bayofrum.net/dist/${PORTNAME}/
 
 MAINTAINER=	utisoft at gmail.com
@@ -24,7 +24,7 @@
 LICENSE_TEXT=	It is and always will be free, and [Jim Graham] wrote it...\
 		so don't charge money for it, and don't claim that you wrote it
 
-WRKSRC=	${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_TCL_RUN=	84
 USE_TK=		84
 NO_BUILD=	yes
@@ -55,9 +55,5 @@
 	@${CHMOD} ugo+rx ${PREFIX}/lib/${PORTNAME}/${d}/*.t*
 .endfor
 	@(cd ${PREFIX}/lib/${PORTNAME} && ${TCLSH} autoconfig.tcl && ${RM} paths.tcl.old)
-.for f in filt/filt.tcl ftpfilt/autoftp.override.tcl ftpfilt/autoftp.tcl ftpfilt/ftp.tcl ftpfilt/ftplib.tcl ftpfilt/old_ftplib.tcl tracker/jstrack-text_only.tcl tracker/jstrack.tcl
-	@${REINPLACE_CMD} 's#\.\./paths.tcl#${PREFIX}/lib/jstrack/paths.tcl#g' \
-		${PREFIX}/lib/${PORTNAME}/${f}
-.endfor
 
 .include <bsd.port.mk>
diff -ruN jstrack.orig/distinfo jstrack/distinfo
--- jstrack.orig/distinfo	2010-06-29 08:02:26.000000000 +0100
+++ jstrack/distinfo	2010-07-12 10:28:56.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (jstrack-3.0.2.tar.gz) = 4f3364b5c2b5d3d088e27cc537cf0152
-SHA256 (jstrack-3.0.2.tar.gz) = adab5b6d720109d0f593a61a2647902b4dfe63bf2d3e814d4de5d79ac77af03f
-SIZE (jstrack-3.0.2.tar.gz) = 1425575
+MD5 (jstrack-3.0.3.tar.gz) = ddd25e8623eb1007a611397a0ed2e421
+SHA256 (jstrack-3.0.3.tar.gz) = a5665973dc4385ad9c1d3c4980bd811a34206024dc4b6d36873f8f8d9905fb6a
+SIZE (jstrack-3.0.3.tar.gz) = 1691869
diff -ruN jstrack.orig/files/jstrack.sh.in jstrack/files/jstrack.sh.in
--- jstrack.orig/files/jstrack.sh.in	2010-06-29 08:02:26.000000000 +0100
+++ jstrack/files/jstrack.sh.in	2010-07-12 10:28:22.000000000 +0100
@@ -7,4 +7,5 @@
 }]} {
     set myName $linkName
 }
+cd %%PREFIX%%/lib/jstrack/tracker
 source [file join [file dirname $myName] %%PREFIX%%/lib/jstrack/tracker/jstrack.tcl]
--- jstrack303.patch ends here ---



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list