From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 1 22:20:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7634716A404 for ; Mon, 1 May 2006 22:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF2BA43D53 for ; Mon, 1 May 2006 22:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k41MKG5C097258 for ; Mon, 1 May 2006 22:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k41MKGmK097257; Mon, 1 May 2006 22:20:16 GMT (envelope-from gnats) Resent-Date: Mon, 1 May 2006 22:20:16 GMT Resent-Message-Id: <200605012220.k41MKGmK097257@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88FD16A441 for ; Mon, 1 May 2006 22:11:13 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC32E43D62 for ; Mon, 1 May 2006 22:11:12 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 62FA11765D for ; Tue, 2 May 2006 01:11:11 +0300 (EEST) Message-Id: <1146521471.6292@it.buh.tecnik93.com> Date: Tue, 2 May 2006 01:11:11 +0300 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/96634: [PATCH] textproc/xmlwrapp: UNbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 22:20:17 -0000 >Number: 96634 >Category: ports >Synopsis: [PATCH] textproc/xmlwrapp: UNbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 01 22:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #3: Tue Apr 4 15:35:15 EEST 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P >Description: Switched to sourceforge MASTER_SITES and a new distfile; I was unable to find the old one, and checksum are different so this might not be identical to the old one but it's the same software. Tinderbox logs: http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=340 >How-To-Repeat: >Fix: --- xmlwrapp.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/xmlwrapp/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 20 Mar 2004 17:25:37 -0000 1.10 +++ Makefile 1 May 2006 22:09:12 -0000 @@ -9,7 +9,9 @@ PORTNAME= xmlwrapp PORTVERSION= 0.5.0 CATEGORIES= textproc -MASTER_SITES= http://pmade.org/software/xmlwrapp/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A modern style C++ library for working with XML data Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/xmlwrapp/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 25 Nov 2005 18:40:56 -0000 1.7 +++ distinfo 1 May 2006 22:09:12 -0000 @@ -1,3 +1,3 @@ -MD5 (xmlwrapp-0.5.0.tar.gz) = b8a07e77f8f8af9ca96bccab7d9dd310 -SHA256 (xmlwrapp-0.5.0.tar.gz) = df66921453f68f3e05df59faea2930879230f06cae8b87e4bc313bea0e7495df -SIZE (xmlwrapp-0.5.0.tar.gz) = 110002 +MD5 (xmlwrapp-0.5.0.tgz) = 99ba63b283762e749e1663014e5cb0fd +SHA256 (xmlwrapp-0.5.0.tgz) = af3b71a6983c5c08e00096f5bb9f8ce61de3147f020aef327624043736d5ac73 +SIZE (xmlwrapp-0.5.0.tgz) = 442550 --- xmlwrapp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: