ports/130358: Update Port: net-mgmt/chillispot to prevent installation if net-mgmt/coovachilli is installed

Sevan Janiyan venture37 at geeklan.co.uk
Sun Jan 11 01:20:03 UTC 2009


>Number:         130358
>Category:       ports
>Synopsis:       Update Port: net-mgmt/chillispot to prevent installation if net-mgmt/coovachilli is installed
>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:   Sun Jan 11 01:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sevan Janiyan
>Release:        
>Organization:
>Environment:
>Description:
chillispot conflicts with coovachilli (pr/130357), I've updated the Makefile to prevent installation.
>How-To-Repeat:

>Fix:
diff -urN net-mgmt/chillispot.orig/Makefile net-mgmt/chillispot/Makefile
--- net-mgmt/chillispot.orig/Makefile	2009-01-09 19:27:37.000000000 +0000
+++ net-mgmt/chillispot/Makefile	2009-01-11 00:30:41.000000000 +0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	chillispot
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4	
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.chillispot.info/download/ \
 		http://www.geeklan.co.uk/files/ \
@@ -16,6 +16,8 @@
 MAINTAINER=	venture37 at geeklan.co.uk
 COMMENT=	Wireless LAN Access Point Controller
 
+CONFLICTS=	coovachilli-1.*
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc
 USE_RC_SUBR=	chillispot.sh

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list