From nobody@FreeBSD.org  Thu Nov 17 07:00:44 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EB16E16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Nov 2005 07:00:44 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B952D43D49
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Nov 2005 07:00:44 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jAH70iRY047817
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Nov 2005 07:00:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jAH70iLO047816;
	Thu, 17 Nov 2005 07:00:44 GMT
	(envelope-from nobody)
Message-Id: <200511170700.jAH70iLO047816@www.freebsd.org>
Date: Thu, 17 Nov 2005 07:00:44 GMT
From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] multimedia/smpeg don't fetch
X-Send-Pr-Version: www-2.3

>Number:         89189
>Category:       ports
>Synopsis:       [PATCH] multimedia/smpeg don't fetch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 17 07:10:14 GMT 2005
>Closed-Date:    Wed Nov 23 12:33:43 GMT 2005
>Last-Modified:  Wed Nov 23 12:33:43 GMT 2005
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.0-STABLE
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.0-STABLE FreeBSD 6.0-STABLE #1: Sun Nov 13 21:15:57 PET 2005     acardenas@HellFire.BSD.org.pe:/usr/obj/usr/src/sys/HellFire  i386
>Description:
- multimedia/smpeg problem fetch source file
- Add SHA256
- Take maintainership
>How-To-Repeat:
cd /usr/ports/multimedia/smpeg && make fetch
>Fix:
--- smpeg-0.4.4_3.patch begins here ---
diff Makefile Makefile
--- Makefile	Thu Nov 17 01:34:55 2005
+++ Makefile	Thu Nov 17 01:49:48 2005
@@ -9,13 +9,9 @@
 PORTVERSION=	0.4.4
 PORTREVISION=	3
 CATEGORIES=	multimedia
-MASTER_SITES=	ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
-		ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
-		ftp://boudicca.tux.org/misc/lokigames/open-source/smpeg/ \
-		ftp://snuffleupagus.animearchive.org/loki/open-source/smpeg/ \
-		http://ftp.gameaholic.com/mirrors/ftp.lokigames.com/open-source/smpeg/
-
-MAINTAINER=	ports@FreeBSD.org
+MASTER_SITES=	${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR=	distfiles
+MAINTAINER=	acardenas@bsd.org.pe
 COMMENT=	A free MPEG1 video player library with sound support
 
 USE_GNOME=
diff distinfo distinfo
--- distinfo	Thu Jan 29 11:10:36 2004
+++ distinfo	Thu Nov 17 01:50:54 2005
@@ -1,2 +1,3 @@
 MD5 (smpeg-0.4.4.tar.gz) = 59c76ac704088ef5539210190c4e1fe3
+SHA256 (smpeg-0.4.4.tar.gz) = 1efa7984d0aada0c2954cd0aaef357e9d7871dadd3368dbe742ab5f260523e57
 SIZE (smpeg-0.4.4.tar.gz) = 315054
--- smpeg-0.4.4_3.patch ends here ---
>Release-Note:
>Audit-Trail:

From: "Volker Stolz" <vs@freebsd.org>
To: bug-followup@freebsd.org, acardenas@bsd.org.pe
Cc:  
Subject: Re: ports/89189: [PATCH] multimedia/smpeg don't fetch
Date: Thu, 17 Nov 2005 10:01:24 +0100

 What's the problem with SunSITE DK? This host still carries the correct  
 file!
 
 Volker
State-Changed-From-To: open->feedback 
State-Changed-By: barner 
State-Changed-When: Thu Nov 17 14:19:00 GMT 2005 
State-Changed-Why:  
Waiting for feedback from submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89189 

From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To: "Volker Stolz" <vs@freebsd.org>
Cc: bug-followup@freebsd.org,  barner@FreeBSD.org
Subject: Re: ports/89189: [PATCH] multimedia/smpeg don't fetch
Date: Thu, 17 Nov 2005 10:26:23 -0500

 Ops, Sunsite site did not work yesterday, but I see only sunsite working
 
 ftp://ftp.lokigames.com/pub/open-source/smpeg/ -> Not available 
 ftp://boudicca.tux.org/misc/lokigames/open-source/smpeg/ -> 530 error
 ftp://snuffleupagus.animearchive.org/loki/open-source/smpeg/ -> Not available
 http://ftp.gameaholic.com/mirrors/ftp.lokigames.com/open-source/smpeg/ -> 404 error
 
 It's not good idea replace master site (sunsite dk) to ${MASTER_SITE_GENTOO} (80 mirrors aprox)? 
 
 Greetings
 ACM

From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Cc: bug-followup@freebsd.org, barner@freebsd.org
Subject: Re: ports/89189: [PATCH] multimedia/smpeg don't fetch
Date: Mon, 21 Nov 2005 17:52:23 +0100

 --1LKvkjL3sHcu1TtY
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Am 17. Nov 2005 um 16:26 CET schrieb Jose Alonso Cardenas Marquez:
 > Ops, Sunsite site did not work yesterday, but I see only sunsite working
 >=20
 > ftp://ftp.lokigames.com/pub/open-source/smpeg/ -> Not available=20
 > ftp://boudicca.tux.org/misc/lokigames/open-source/smpeg/ -> 530 error
 > ftp://snuffleupagus.animearchive.org/loki/open-source/smpeg/ -> Not avail=
 able
 > http://ftp.gameaholic.com/mirrors/ftp.lokigames.com/open-source/smpeg/ ->=
  404 error
 >=20
 > It's not good idea replace master site (sunsite dk) to ${MASTER_SITE_GENT=
 OO} (80 mirrors aprox)?=20
 
 I don't think it should be replaced. After all, it is one of the official m=
 irrors.
 Consider what e.g. happens when GENTOO sets their MASTER_SITE to FreeBSD :)
 
 Volker
 --=20
 http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
 Receive and transmit
 
 --1LKvkjL3sHcu1TtY
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (FreeBSD)
 
 iQCVAwUBQ4H7RxLpPok/0ba1AQJ7ywP/dmxgqRNjacnyGI6EFEyLIEHBfye/r2+P
 DTfR6nqqAK+cUUzXexpoz6BKBMaBvPy4PJzo+j6lycKjTw7c33kQKbDHaSw3pSc7
 frOMxaLuWPGW6V4n1x4J0rAMpQf4V5FBXcHodgfvpcFK6k7pj9uN/E76/Et9C9wT
 2H5TOEXZbiA=
 =QGR3
 -----END PGP SIGNATURE-----
 
 --1LKvkjL3sHcu1TtY--
State-Changed-From-To: feedback->closed 
State-Changed-By: flz 
State-Changed-When: Wed Nov 23 12:33:42 GMT 2005 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89189 
>Unformatted:
