Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jan 2004 04:06:38 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60962: [MAINTAINER] devel/ace+tao: make it as master port
Message-ID:  <E1Adfg6-000BvE-SB@Current.sem-home.ciam.ru>
Resent-Message-ID: <200401060110.i061AMP5055738@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
--- ace+tao-5.3.6+1.3.6.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?E1Adfg6-000BvE-SB>