Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2002 13:28:13 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39226: fix master_sites and update libs devel/sdts++
Message-ID:  <200206131128.g5DBSDQi063998@guineapig.pil.dk>

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

>Number:         39226
>Category:       ports
>Synopsis:       fix master_sites and update libs devel/sdts++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 13 04:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD guineapig.pil.dk 4.5-STABLE FreeBSD 4.5-STABLE #9: Wed Apr 24 10:43:13 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386


	
>Description:
- chase master_sites
- update boost libraries to 1.27.0
- bump PORTREVISION
>How-To-Repeat:
	
>Fix:

	

--- sdts++ begins here ---
diff -ruN sdts++.orig/Makefile sdts++/Makefile
--- sdts++.orig/Makefile	Sat Jul 21 18:53:51 2001
+++ sdts++/Makefile	Thu Jun 13 13:10:15 2002
@@ -7,15 +7,17 @@
 
 PORTNAME=	sdts++
 PORTVERSION=	1.3.1a
+PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	ftp://sdts.er.usgs.gov/pub/sdts/software/sdtsxx/ \
-		http://lychnobite.org/sdts/ \
-		ftp://boost.sourceforge.net/pub/boost/release/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} boost_1_23_0.tar.gz
+MASTER_SITES=	ftp://sdts.er.usgs.gov/pub/sdts/software/sdtsxx/:site1 \
+		http://lychnobite.org/sdts/:site1 \
+		${MASTER_SITE_SOURCEFORGE}/boost/:site2
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:site1 \
+		boost_1_27_0.tar.gz:site2
 
 MAINTAINER=	ports@FreeBSD.org
 
 USE_LIBTOOL=	yes
-CONFIGURE_ARGS=	--with-boost=${WRKDIR}/boost_1_23_0
+CONFIGURE_ARGS=	--with-boost=${WRKDIR}/boost_1_27_0
 
 .include <bsd.port.mk>
diff -ruN sdts++.orig/distinfo sdts++/distinfo
--- sdts++.orig/distinfo	Sat Jul 21 18:53:51 2001
+++ sdts++/distinfo	Thu Jun 13 12:27:46 2002
@@ -1,2 +1,2 @@
 MD5 (sdts++-1.3.1a.tar.gz) = 47f54146d1cb644f231e630879b6c670
-MD5 (boost_1_23_0.tar.gz) = 7479dfcac16c5ca0d6d24011bb9945f0
+MD5 (boost_1_27_0.tar.gz) = fc288f75e222e82be687ecb391e9da68
--- sdts++ ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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