From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 20 04:50:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3FFF1065674 for ; Sat, 20 Jun 2009 04:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB0278FC17 for ; Sat, 20 Jun 2009 04:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5K4o4Q1008354 for ; Sat, 20 Jun 2009 04:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5K4o4fu008353; Sat, 20 Jun 2009 04:50:04 GMT (envelope-from gnats) Resent-Date: Sat, 20 Jun 2009 04:50:04 GMT Resent-Message-Id: <200906200450.n5K4o4fu008353@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B716106566C for ; Sat, 20 Jun 2009 04:49:51 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yx0-f200.google.com (mail-yx0-f200.google.com [209.85.210.200]) by mx1.freebsd.org (Postfix) with ESMTP id 30A4A8FC08 for ; Sat, 20 Jun 2009 04:49:51 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: by yxe38 with SMTP id 38so437356yxe.3 for ; Fri, 19 Jun 2009 21:49:50 -0700 (PDT) Received: by 10.151.73.2 with SMTP id a2mr7083645ybl.189.1245473390630; Fri, 19 Jun 2009 21:49:50 -0700 (PDT) Received: from freecontrib.vida.br (187-25-135-88.3g.claro.net.br [187.25.135.88]) by mx.google.com with ESMTPS id 8sm719052ywg.25.2009.06.19.21.49.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Jun 2009 21:49:49 -0700 (PDT) Received: by freecontrib.vida.br (Postfix, from userid 0) id 8D37CF90D5; Sat, 20 Jun 2009 01:49:40 -0300 (BRT) Message-Id: <20090620044940.8D37CF90D5@freecontrib.vida.br> Date: Sat, 20 Jun 2009 01:49:40 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/135854: [PATCH] lang/pnet: Update version to 0.8.0. Take maintainership. 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: Sat, 20 Jun 2009 04:50:05 -0000 >Number: 135854 >Category: ports >Synopsis: [PATCH] lang/pnet: Update version to 0.8.0. Take maintainership. >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: Sat Jun 20 04:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD freecontrib.vida.br 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC >Description: - Update version to 0.8.0 - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pnet-0.8.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/pnet/Makefile,v retrieving revision 1.26 diff -u -u -r1.26 Makefile --- Makefile 19 May 2007 20:13:51 -0000 1.26 +++ Makefile 20 Jun 2009 04:46:50 -0000 @@ -8,20 +8,18 @@ PORTNAME= pnet PORTVERSION= ${PNET_VERSION} PORTREVISION= 1 -PORTREVISION= ${PNET_REVISION} CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= The "meta-port" for DotGNU Portable.NET BUILD_DEPENDS= treecc:${PORTSDIR}/lang/treecc RUN_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ csunit:${PORTSDIR}/lang/pnetlib \ - sqlsharp-pnet:${PORTSDIR}/lang/ml-pnet \ - ${LOCALBASE}/lib/cscc/lib/libc.dll:${PORTSDIR}/lang/pnetc + sqlsharp-pnet:${PORTSDIR}/lang/ml-pnet NO_BUILD= yes Index: Makefile.pnet =================================================================== RCS file: /home/ncvs/ports/lang/pnet/Makefile.pnet,v retrieving revision 1.13 diff -u -u -r1.13 Makefile.pnet --- Makefile.pnet 11 Feb 2007 09:16:56 -0000 1.13 +++ Makefile.pnet 20 Jun 2009 04:46:50 -0000 @@ -1,12 +1,10 @@ -PNET_VERSION= 0.7.4 -PNET_REVISION= 0 +PNET_VERSION= 0.8.0 +PNET_REVISION= 1 PNET_PORTVER= ${PNET_VERSION}.${PNET_REVISION} PNET_PORTREV= 0 PNET_PORTEPOCH= 0 -PNET_MASTER_SITES= http://www.southern-storm.com.au/download/ -# ${MASTER_SITE_GNU} -PNET_MASTER_SITE_SUBDIR= dotgnu/pnet/ +PNET_MASTER_SITES= http://ftp.gnu.org/gnu/dotgnu/pnet/ ILSTRIP_CMD= ${LOCALBASE}/bin/ilstrip ILRUN_CMD= ${LOCALBASE}/bin/ilrun --- pnet-0.8.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: