From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 5 17:10:25 2004 Return-Path: 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 F008A16A4CE for ; Mon, 5 Jan 2004 17:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723CF43D41 for ; Mon, 5 Jan 2004 17:10:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i061AMFR055739 for ; Mon, 5 Jan 2004 17:10:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i061AMP5055738; Mon, 5 Jan 2004 17:10:22 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 5 Jan 2004 17:10:22 -0800 (PST) Resent-Message-Id: <200401060110.i061AMP5055738@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, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84EB616A4CE for ; Mon, 5 Jan 2004 17:06:33 -0800 (PST) Received: from harp.mtu.ru (harp.mtu.ru [212.188.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9729F43D1F for ; Mon, 5 Jan 2004 17:06:31 -0800 (PST) (envelope-from sem@ciam.ru) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by harp.mtu.ru (Postfix) with ESMTP id AA1FD23AFE for ; Tue, 6 Jan 2004 04:06:29 +0300 (MSK) Received: from Current.sem-home.ciam.ru (ppp155-120.dialup.mtu-net.ru [62.118.155.120]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id D06F91770F2 for ; Tue, 6 Jan 2004 04:06:28 +0300 (MSK) (envelope-from sem@ciam.ru) Received: from root by Current.sem-home.ciam.ru with local (Exim 4.24; FreeBSD) id 1Adfg6-000BvE-SB for FreeBSD-gnats-submit@freebsd.org; Tue, 06 Jan 2004 04:06:38 +0300 Message-Id: Date: Tue, 06 Jan 2004 04:06:38 +0300 From: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/60962: [MAINTAINER] devel/ace+tao: make it as master port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 01:10:25 -0000 >Number: 60962 >Category: ports >Synopsis: [MAINTAINER] devel/ace+tao: make it as master port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 05 17:10:22 PST 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Fri Nov 21 07:47:47 MSK 2003 >Description: - Make this port as master - Remove my URL from MASTER_SITES because it's useless. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- ace+tao-5.3.6+1.3.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/ace+tao.orig/Makefile /usr/ports/devel/ace+tao/Makefile --- /usr/ports/devel/ace+tao.orig/Makefile Tue Jan 6 03:58:49 2004 +++ /usr/ports/devel/ace+tao/Makefile Tue Jan 6 04:04:38 2004 @@ -5,17 +5,18 @@ # $FreeBSD: ports/devel/ace+tao/Makefile,v 1.1 2003/12/27 23:47:14 krion Exp $ # -PORTNAME= ace+tao -PORTVERSION= ${ACE_VERSION}+${TAO_VERSION} +PORTNAME?= ace+tao +PORTVERSION?= ${ACE_VERSION}+${TAO_VERSION} CATEGORIES= devel # The distfile does not have version numbers, so try my mirror first MASTER_SITES= http://deuce.doc.wustl.edu/ \ - http://www.ciam.ru/~sem/FreeBSD/ \ http://www.navicon.dk/mirrors/ace/deuce.doc.wustl.edu/ -DISTNAME= ${PORTNAME:U} +DISTNAME?= ${PORTNAME:U} MAINTAINER= sem@ciam.ru -COMMENT= The Adaptive Communication Environment (ACE) with The ACE ORB (TAO) +COMMENT?= The Adaptive Communication Environment (ACE) with The ACE ORB (TAO) + +CONFLICTS= ace-* ACE_VERSION= 5.3.6 TAO_VERSION= 1.3.6 @@ -41,7 +42,7 @@ .if defined(WITHOUT_TAO) TAO= "@comment " -PKGNAMESUFFIX= -notao +PKGNAMESUFFIX?= -notao .endif .include --- ace+tao-5.3.6+1.3.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: