Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2012 01:27:21 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165943: change-request: sysutils/msyslog blocking portscout for improper version checking
Message-ID:  <201203111927.q2BJRLfV005426@bofh.telnet.net.bd>
Resent-Message-ID: <201203111950.q2BJoAxt083239@freefall.freebsd.org>

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

>Number:         165943
>Category:       ports
>Synopsis:       change-request: sysutils/msyslog blocking portscout for improper version checking
>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 Mar 11 19:50:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT 2012 bofh@bofh.telnet.net.bd:/usr/obj/usr/src/sys/BOFH amd64

>Description:
This patch blocks improper preview version checking of sysutils/msyslog
>How-To-Repeat:
>Fix:

--- msyslog.patch.txt begins here ---
diff -ruN msyslog.bak/Makefile msyslog/Makefile
--- msyslog.bak/Makefile	2012-03-11 14:41:42.998243878 +0600
+++ msyslog/Makefile	2012-03-11 14:44:37.692254989 +0600
@@ -13,9 +13,11 @@
 		http://www1.corest.com/download/msyslog/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}-src
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Flexible and easy to integrate syslog daemon
 
+PORTSCOUT=	^1\.08
+
 OPTIONS=	MYSQL	"With MySQL Support"	off \
 		PGSQL	"With Postgres Support"	off \
 
--- msyslog.patch.txt ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203111927.q2BJRLfV005426>