From maxlor@maxlor.mine.nu Fri Oct 13 22:06:08 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B9E16A403; Fri, 13 Oct 2006 22:06:08 +0000 (UTC) (envelope-from maxlor@maxlor.mine.nu) Received: from popeye1.ggamaur.net (popeye1.ggamaur.net [213.160.40.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E3243D46; Fri, 13 Oct 2006 22:06:06 +0000 (GMT) (envelope-from maxlor@maxlor.mine.nu) Received: from maxlor.mine.nu (maxlor@c-213-160-32-54.customer.ggaweb.ch [213.160.32.54]) by popeye1.ggamaur.net (8.13.7/8.13.7/Submit) with ESMTP id k9DM6321063994; Sat, 14 Oct 2006 00:06:04 +0200 (CEST) (envelope-from maxlor@maxlor.mine.nu) Received: from localhost (unknown [127.0.0.1]) by maxlor.mine.nu (Postfix) with ESMTP id D48192E14D; Sat, 14 Oct 2006 00:06:02 +0200 (CEST) Received: from maxlor.mine.nu ([127.0.0.1]) by localhost (atlantis.intranet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id olMN-GESIpfU; Sat, 14 Oct 2006 00:06:02 +0200 (CEST) Received: by maxlor.mine.nu (Postfix, from userid 1000) id 9B5902E142; Sat, 14 Oct 2006 00:06:02 +0200 (CEST) Message-Id: <20061013220602.9B5902E142@maxlor.mine.nu> Date: Sat, 14 Oct 2006 00:06:02 +0200 (CEST) From: Benjamin Lutz Reply-To: Benjamin Lutz To: FreeBSD-gnats-submit@freebsd.org Cc: danfe@freebsd.org Subject: Make fetchable again and unbreak X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 104392 >Category: ports >Synopsis: Make fetchable again and unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: danfe >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 13 22:10:18 GMT 2006 >Closed-Date: Tue Oct 17 09:30:06 GMT 2006 >Last-Modified: Tue Oct 17 09:30:19 GMT 2006 >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: Responsible-Changed-From-To: freebsd-ports-bugs->lawrance Responsible-Changed-By: lawrance Responsible-Changed-When: Sat Oct 14 16:25:26 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=104392 Responsible-Changed-From-To: lawrance->danfe Responsible-Changed-By: lawrance Responsible-Changed-When: Sat Oct 14 16:33:05 UTC 2006 Responsible-Changed-Why: Oops, over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=104392 State-Changed-From-To: open->closed State-Changed-By: danfe State-Changed-When: Tue Oct 17 09:29:48 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=104392 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/104392: commit references a PR Date: Tue, 17 Oct 2006 09:29:23 +0000 (UTC) danfe 2006-10-17 09:29:16 UTC FreeBSD ports repository Modified files: archivers/xmill Makefile distinfo Log: - Make fetchable, project moved to SourceForge - License changed to less restricted one PR: ports/104392 Submitted by: Benjamin Lutz Approved by: portmgr (erwin) Revision Changes Path 1.10 +3 -11 ports/archivers/xmill/Makefile 1.4 +3 -3 ports/archivers/xmill/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: