ports/93433: Update port: math/mpexpr mastersite and WWW

Jean Milanez Melo jmelo at freebsdbrasil.com.br
Thu Feb 16 14:30:09 UTC 2006


>Number:         93433
>Category:       ports
>Synopsis:       Update port: math/mpexpr mastersite and WWW
>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 Feb 16 14:30:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jean Milanez Melo
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa at capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386


	
>Description:
	
- Fix mastersite, it was unfetchable since 2003.
- Fix WWW.
- Change to use USE_TCL/USE_TCL_BUILD instead of LIB_DEPENDS.
- Maintainer has been CCed.
>How-To-Repeat:
	
>Fix:

	

--- mpexpr.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/mpexpr/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	6 Oct 2003 02:43:46 -0000	1.1
+++ Makefile	16 Feb 2006 14:19:04 -0000
@@ -8,20 +8,21 @@
 PORTNAME=	mpexpr
 PORTVERSION=	1.0
 CATEGORIES=	math tcl83
-MASTER_SITES=	http://www.neosoft.com/tcl/ftparchive/sorted/math/Mpexpr-1.0/1.0/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	mpexpr
 
 MAINTAINER=	geekdude at pacbell.net
 COMMENT=	Multiple precision math for Tcl
 
-LIB_DEPENDS=	tcl83.1:${PORTSDIR}/lang/tcl83
-
 WRKSRC=		${WRKDIR}/mpexpr-1.0/unix
 
-CONFIGURE_ARGS= --prefix=${PREFIX} \
+CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--exec-prefix=${PREFIX}
 
+USE_TCL=	83
+USE_TCL_BUILD=	83
 GNU_CONFIGURE=	yes
-#INSTALLS_SHLIB= yes
+INSTALLS_SHLIB=	yes
 
 MANN=		mpexpr.n
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/math/mpexpr/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	6 Oct 2003 02:43:46 -0000	1.1
+++ pkg-descr	16 Feb 2006 14:19:04 -0000
@@ -12,4 +12,4 @@
 as several new functions.  Mpexpr also supports Tcl variables and
 nested evaluation, just like 'expr':
 
-WWW: http://www.neosoft.com/tcl/ftparchive/sorted/math/mpexpr-1.0
+WWW: http://mpexpr.sourceforge.net
--- mpexpr.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list