Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2006 00:06:02 +0200 (CEST)
From:      Benjamin Lutz <mail@maxlor.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        danfe@FreeBSD.org
Subject:   ports/104392: Make fetchable again and unbreak
Message-ID:  <20061013220602.9B5902E142@maxlor.mine.nu>
Resent-Message-ID: <200610132210.k9DMAJxP078346@freefall.freebsd.org>

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

>Number:         104392
>Category:       ports
>Synopsis:       Make fetchable again and unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 13 22:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Lutz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD atlantis.intranet 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #5: Tue Oct 3 02:34:38 CEST 2006 maxlor@atlantis.intranet:/usr/obj/usr/src/sys/ATLANTIS i386

>Description:
Make fetchable again and unbreak. Xmill's distfile is now named
xmill-0-7.zip instead of xmill-0-7.src.zip, and it's now hosted
on sourceforge.
>How-To-Repeat:
>Fix:

--- xmill.patch begins here ---
diff -ruN archivers/xmill.orig/Makefile archivers/xmill/Makefile
--- archivers/xmill.orig/Makefile	Sun Sep  3 08:46:25 2006
+++ archivers/xmill/Makefile	Sat Oct 14 00:02:00 2006
@@ -8,13 +8,12 @@
 PORTNAME=	xmill
 DISTVERSION=	0-7
 CATEGORIES=	archivers
-MASTER_SITES=
-DISTNAME=	${PORTNAME}-${DISTVERSION}.src
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	xmill
+DISTNAME=	${PORTNAME}-${DISTVERSION}
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	An efficient compressor for XML
-
-BROKEN=		Unfetchable
 
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
diff -ruN archivers/xmill.orig/distinfo archivers/xmill/distinfo
--- archivers/xmill.orig/distinfo	Tue Dec 20 17:36:25 2005
+++ archivers/xmill/distinfo	Fri Oct 13 23:58:24 2006
@@ -1,3 +1,3 @@
-MD5 (xmill-0-7.src.zip) = d0f530efdb233b53f85bea36e6f21ce1
-SHA256 (xmill-0-7.src.zip) = cc1d1f075f85c441819be17338a97325e5ad11b14e0f8bcd1e251b52d8ba6ffa
-SIZE (xmill-0-7.src.zip) = 1315864
+MD5 (xmill-0-7.zip) = d0f530efdb233b53f85bea36e6f21ce1
+SHA256 (xmill-0-7.zip) = cc1d1f075f85c441819be17338a97325e5ad11b14e0f8bcd1e251b52d8ba6ffa
+SIZE (xmill-0-7.zip) = 1315864
--- xmill.patch ends here ---


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



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