diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-10-02 10:38:52 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-10-02 10:38:52 +0000 |
commit | dd0eb584ab78675c169ef83fe2ef9837017555f7 (patch) | |
tree | 86c7b7eecddb41e522ff04fc95d9a584912329ef /security | |
parent | 5821e9cebad86e45f27c533795ec7dc0ba11dd22 (diff) | |
download | ports-dd0eb584ab78675c169ef83fe2ef9837017555f7.tar.gz ports-dd0eb584ab78675c169ef83fe2ef9837017555f7.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/its4/Makefile | 11 | ||||
-rw-r--r-- | security/its4/distinfo | 2 | ||||
-rw-r--r-- | security/its4/files/patch-aa | 12 | ||||
-rw-r--r-- | security/its4/pkg-descr | 2 | ||||
-rw-r--r-- | security/its4/pkg-plist | 2 |
5 files changed, 11 insertions, 18 deletions
diff --git a/security/its4/Makefile b/security/its4/Makefile index 997490b8b340..57bb6c5e8e90 100644 --- a/security/its4/Makefile +++ b/security/its4/Makefile @@ -6,13 +6,14 @@ # PORTNAME= its4 -PORTVERSION= 1.0.1 +PORTVERSION= 1.1 CATEGORIES= security -MASTER_SITES= "" +MASTER_SITES= EXTRACT_SUFX= .tgz MAINTAINER= jedgar@FreeBSD.org +WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --datadir=${PREFIX}/share/its4 @@ -21,14 +22,14 @@ MAN1= its4.1 .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually at: http://www.rstcorp.com/its4/download.html. Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build" +IGNORE= "The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually at: http://www.cigital.com/its4/download.html Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build" .endif post-install: - ${INSTALL_DATA} ${WRKSRC}/LICENCE ${PREFIX}/share/its4 + @${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/its4 @${ECHO} @${ECHO} "This software is for non-commercial use only. See" - @${ECHO} "${PREFIX}/share/its4/LICENCE for details." + @${ECHO} "${PREFIX}/share/its4/LICENSE for details." @${ECHO} .include <bsd.port.post.mk> diff --git a/security/its4/distinfo b/security/its4/distinfo index 99eb2c4de85a..b27dd2bfedac 100644 --- a/security/its4/distinfo +++ b/security/its4/distinfo @@ -1 +1 @@ -MD5 (its4-1.0.1.tgz) = 659c18b10012a4ae6f71073bc578e088 +MD5 (its4-1.1.tgz) = 88473dd68a3bfaab020c0d084c50aca0 diff --git a/security/its4/files/patch-aa b/security/its4/files/patch-aa index 4809c204fa10..bb7814574c45 100644 --- a/security/its4/files/patch-aa +++ b/security/its4/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Wed Feb 23 12:19:12 2000 -+++ configure Thu Feb 24 15:01:29 2000 +--- configure.orig Thu Sep 28 10:55:22 2000 ++++ configure Mon Oct 2 06:32:36 2000 @@ -18,7 +18,7 @@ DATADIR= MANDIR= @@ -9,11 +9,3 @@ QUIET= CC= INSTALLPROG= -@@ -192,6 +192,7 @@ - ###### Check for snprintf() - printf %s "Checking for snprintf()... " 1>&5 - cat >tmp.c <<EOF -+#include <stdio.h> - #include <string.h> - int main() - { diff --git a/security/its4/pkg-descr b/security/its4/pkg-descr index dfa7bf37bdae..7addeb8de4e8 100644 --- a/security/its4/pkg-descr +++ b/security/its4/pkg-descr @@ -8,7 +8,7 @@ each case, ITS4 provides a problem report, including a short description of the potential problem and suggestions on how to fix the code. -WWW: http://www.rstcorp.com/its4/ +WWW: http://www.cigital.com/its4/ - Chris D. Faulhaber <jedgar@FreeBSD.org> diff --git a/security/its4/pkg-plist b/security/its4/pkg-plist index ca1367d8a8c0..44753efe81b4 100644 --- a/security/its4/pkg-plist +++ b/security/its4/pkg-plist @@ -1,4 +1,4 @@ bin/its4 share/its4/vulns.i4d -share/its4/LICENCE +share/its4/LICENSE @dirrm share/its4 |