Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2006 21:36:35 +0330
From:      "Babak Farrokhi" <babak@farrokhi.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/102284: [Maintainer Update] port dns/dnsmasq - fix rc script installation
Message-ID:  <1156010795.51413@starfish.datak.net>
Resent-Message-ID: <200608191810.k7JIAE9S079304@freefall.freebsd.org>

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

>Number:         102284
>Category:       ports
>Synopsis:       [Maintainer Update] port dns/dnsmasq - fix rc script installation
>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:   Sat Aug 19 18:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.1-STABLE #0: Mon Jul 24 11:42:49 IRST 2006
    root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH



>Description:


- Fix rc script installation
- Update MASTER_SITES
- Bump PORTREVISION


>How-To-Repeat:





>Fix:


--- dnsmasq.patch begins here ---
diff -ruN dnsmasq.orig/Makefile dnsmasq/Makefile
--- dnsmasq.orig/Makefile	Sat Aug 19 20:44:21 2006
+++ dnsmasq/Makefile	Sat Aug 19 20:48:45 2006
@@ -7,8 +7,10 @@
 
 PORTNAME=	dnsmasq
 PORTVERSION=	2.33
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
-MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/
+MASTER_SITES=	${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER=	babak@farrokhi.net
 COMMENT=	Lightweight, easy to configure DNS forwarder and DHCP server
@@ -40,11 +42,7 @@
 CFLAGS+=	-DHAVE_DBUS
 .endif
 
-.if ${OSVERSION} < 500037
 USE_RC_SUBR=	dnsmasq.sh
-.else
-USE_RCORDER=	dnsmasq.sh
-.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
--- dnsmasq.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?1156010795.51413>