Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2001 15:15:50 -0700 (PDT)
From:      Scott Renfro <scott@renfro.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31180: upgrade security/rats from 1.1 to 1.3
Message-ID:  <200110092215.f99MFo502607@renfro.org>

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

>Number:         31180
>Category:       ports
>Synopsis:       upgrade security/rats from 1.1 to 1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 09 15:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Scott Renfro
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD bonsai 4.3-STABLE FreeBSD 4.3-STABLE #1: Sun Aug 5 13:27:32 PDT 2001 scott:/usr/src/sys/compile/FWGW4 i386


>Description:

[This supersedes ports/30791]

This patch upgrades security/rats (a source code auditing tool)
from v1.1 to v1.3 (note that v1.3 was released just a few days
after 1.2 due to a bug in the php database).

The resulting port passes all of the tests in the porter's
handbook.

>How-To-Repeat:

>Fix:

diff -ruN rats.orig/Makefile rats/Makefile
--- rats.orig/Makefile	Tue Oct  9 14:34:45 2001
+++ rats/Makefile	Tue Oct  9 14:50:23 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rats
-PORTVERSION=	1.1
+PORTVERSION=	1.3
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.securesw.com/rats/
 
@@ -25,5 +25,6 @@
 	${MKDIR} ${PREFIX}/share/doc/rats
 	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rats
 .endif
+MAN1=		rats.1
 
 .include <bsd.port.mk>
diff -ruN rats.orig/distinfo rats/distinfo
--- rats.orig/distinfo	Tue Oct  9 14:34:45 2001
+++ rats/distinfo	Tue Oct  9 14:39:28 2001
@@ -1 +1 @@
-MD5 (rats-1.1.tar.gz) = 39bd3a5f9bdecff15b0fec0c1bb5203a
+MD5 (rats-1.3.tar.gz) = 1c90d307be665ec8c5b406aee6b02535
diff -ruN rats.orig/pkg-plist rats/pkg-plist
--- rats.orig/pkg-plist	Tue Oct  9 14:34:45 2001
+++ rats/pkg-plist	Tue Oct  9 14:41:53 2001
@@ -2,5 +2,6 @@
 lib/rats-c.xml
 lib/rats-perl.xml
 lib/rats-python.xml
+lib/rats-php.xml
 %%PORTDOCS%%share/doc/rats/README
 %%PORTDOCS%%@dirrm share/doc/rats
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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