diff options
author | kris <kris@FreeBSD.org> | 2001-10-14 09:28:18 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-10-14 09:28:18 +0000 |
commit | 14312951474a6593442cf571b8111e17be3bf00a (patch) | |
tree | 865289363500c992b01d5f9e2615fa328f4b262b /security | |
parent | 7d2e05fa3cf9ed161426d045980820a272b8af94 (diff) | |
download | FreeBSD-ports-14312951474a6593442cf571b8111e17be3bf00a.zip FreeBSD-ports-14312951474a6593442cf571b8111e17be3bf00a.tar.gz |
Update to rats 1.3
PR: 31180
Diffstat (limited to 'security')
-rw-r--r-- | security/rats/Makefile | 3 | ||||
-rw-r--r-- | security/rats/distinfo | 2 | ||||
-rw-r--r-- | security/rats/pkg-plist | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 8d730c6..32da5f7 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -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 @@ post-install: ${MKDIR} ${PREFIX}/share/doc/rats ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rats .endif +MAN1= rats.1 .include <bsd.port.mk> diff --git a/security/rats/distinfo b/security/rats/distinfo index 988a945..3620d8e 100644 --- a/security/rats/distinfo +++ b/security/rats/distinfo @@ -1 +1 @@ -MD5 (rats-1.1.tar.gz) = 39bd3a5f9bdecff15b0fec0c1bb5203a +MD5 (rats-1.3.tar.gz) = 1c90d307be665ec8c5b406aee6b02535 diff --git a/security/rats/pkg-plist b/security/rats/pkg-plist index 0b9058d..dbb9b52 100644 --- a/security/rats/pkg-plist +++ b/security/rats/pkg-plist @@ -2,5 +2,6 @@ bin/rats 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 |