From root@Leo.mi.chu.edu.tw  Fri Feb  3 22:16:47 2012
Return-Path: <root@Leo.mi.chu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 036221065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Feb 2012 22:16:45 +0000 (UTC)
	(envelope-from root@Leo.mi.chu.edu.tw)
Received: from Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [140.126.143.63])
	by mx1.freebsd.org (Postfix) with ESMTP id 83BDE8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Feb 2012 22:16:43 +0000 (UTC)
Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1])
	by Leo.mi.chu.edu.tw (Postfix) with ESMTP id A517B4DFC8E;
	Sat,  4 Feb 2012 06:16:38 +0800 (CST)
Received: from Leo.mi.chu.edu.tw ([127.0.0.1])
	by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id Jvu3ATiCNq4X; Sat,  4 Feb 2012 06:16:38 +0800 (CST)
Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0)
	id 24BCA4DFC86; Sat,  4 Feb 2012 06:04:27 +0800 (CST)
Message-Id: <20120203221638.24BCA4DFC86@Leo.mi.chu.edu.tw>
Date: Sat,  4 Feb 2012 06:04:27 +0800 (CST)
From: Joe Horn <joehorn@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: fluffy@FreeBSD.org
Subject: [PATCH] news/inn: Fix rc script
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         164750
>Category:       ports
>Synopsis:       [PATCH] news/inn: Fix rc script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 03 22:20:14 UTC 2012
>Closed-Date:    Sat Feb 25 19:34:54 UTC 2012
>Last-Modified:  Sat Feb 25 19:40:11 UTC 2012
>Originator:     Joe Horn
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
Taiwanese User
>Environment:
System: FreeBSD joehorn.idv.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Mon Jan  9 22:14:09 CST
>Description:
- As the change of files/innd.sh.in on 2.4.6_1 , installed rc script becomes :

    innd_enable=${innd_enable-"NO"}
    innd_user=${innd_user-"news"}
    innd_group=${innd_group-"news"}

    required_files="${PREFIX}/news/db/history.dir"

    start_cmd=${name}_start
    stop_cmd=${name}_stop

    command=${PREFIX}/news/bin/rc.news

  This patch maight solve the problem.

- Bump PORTREVISION



Port maintainer (fluffy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- inn-2.4.6_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/inn/Makefile /home/admin/joehorn/inn/Makefile
--- /usr/ports/news/inn/Makefile	2012-01-24 20:05:45.000000000 +0800
+++ /home/admin/joehorn/inn/Makefile	2012-02-04 05:53:21.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME?=	inn
 PORTVERSION?=	2.4.6
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	news ipv6
 # Master distribution broken
 #MASTER_SITES?=	${MASTER_SITE_ISC}
diff -ruN --exclude=CVS /usr/ports/news/inn/Makefile.layout /home/admin/joehorn/inn/Makefile.layout
--- /usr/ports/news/inn/Makefile.layout	2006-10-31 11:15:07.000000000 +0800
+++ /home/admin/joehorn/inn/Makefile.layout	2012-02-04 05:40:19.000000000 +0800
@@ -54,7 +54,7 @@
 
 .for sub in NEWSBASE ETCDIR RUNDIR LOGDIR DBDIR TMPDIR NEWSSPOOL
 PLIST_SUB+=		${sub}="${INN_${sub}:C,^${PREFIX},%D,}"
-SUB_LIST+=		${sub}="${INN_${sub}:C,^${PREFIX},\\$\\${PREFIX},}"
+SUB_LIST+=		${sub}="${INN_${sub}:C,^${PREFIX},${PREFIX},}"
 .endfor
 
 PLIST_SUB+=		CWDNEWSBASE="@cwd ${INN_NEWSBASE}"
--- inn-2.4.6_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->fluffy 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 3 22:21:14 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164750 
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: sam 25 fv 2012 19:33:47 UTC 
State-Changed-Why:  

Committed, thanks! 



Responsible-Changed-From-To: fluffy->thierry 
Responsible-Changed-By: thierry 
Responsible-Changed-When: sam 25 fv 2012 19:33:47 UTC 
Responsible-Changed-Why:  

Maintainer's time-out. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=164750 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164750: commit references a PR
Date: Sat, 25 Feb 2012 19:33:40 +0000 (UTC)

 thierry     2012-02-25 19:33:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     news/inn             Makefile Makefile.layout pkg-plist 
   Log:
   Fix rc script.
   
   Since I'm there, clean plist.
   
   PR:             ports/164750
   Submitted by:   Joe Horn <joehorn (at) gmail.com>
   Approved by:    maintainer time-out
   
   Revision  Changes    Path
   1.98      +1 -1      ports/news/inn/Makefile
   1.3       +2 -2      ports/news/inn/Makefile.layout
   1.28      +2 -2      ports/news/inn/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
