diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-24 20:05:37 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-24 20:05:37 +0000 |
commit | 405c418953d50d01e65cf5c965c2b107b6bb84c3 (patch) | |
tree | d2691a015ddee9a46ddde07ba40bdafe62417808 /security/its4 | |
parent | c9a035c812ef554ac246e5eb95ff3563d764c189 (diff) | |
download | ports-405c418953d50d01e65cf5c965c2b107b6bb84c3.tar.gz ports-405c418953d50d01e65cf5c965c2b107b6bb84c3.zip |
Update port to 1.0.1
Notes
Notes:
svn path=/head/; revision=26262
Diffstat (limited to 'security/its4')
-rw-r--r-- | security/its4/Makefile | 4 | ||||
-rw-r--r-- | security/its4/distinfo | 2 | ||||
-rw-r--r-- | security/its4/files/patch-aa | 12 |
3 files changed, 6 insertions, 12 deletions
diff --git a/security/its4/Makefile b/security/its4/Makefile index 4111047c7382..975db4048055 100644 --- a/security/its4/Makefile +++ b/security/its4/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: its4 -# Version required: 1.0 +# Version required: 1.0.1 # Date created: 21 February 2000 # Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= its4-1.0 +DISTNAME= its4-1.0.1 CATEGORIES= security MASTER_SITES= "" EXTRACT_SUFX= .tgz diff --git a/security/its4/distinfo b/security/its4/distinfo index b8a17c25817b..99eb2c4de85a 100644 --- a/security/its4/distinfo +++ b/security/its4/distinfo @@ -1 +1 @@ -MD5 (its4-1.0.tgz) = bcf4c815b8d6d114e98b78e8db03141d +MD5 (its4-1.0.1.tgz) = 659c18b10012a4ae6f71073bc578e088 diff --git a/security/its4/files/patch-aa b/security/its4/files/patch-aa index ea3d12bfaf12..4809c204fa10 100644 --- a/security/its4/files/patch-aa +++ b/security/its4/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Mon Feb 21 11:53:17 2000 -+++ configure Mon Feb 21 23:25:16 2000 +--- configure.orig Wed Feb 23 12:19:12 2000 ++++ configure Thu Feb 24 15:01:29 2000 @@ -18,7 +18,7 @@ DATADIR= MANDIR= @@ -9,7 +9,7 @@ QUIET= CC= INSTALLPROG= -@@ -192,11 +192,12 @@ +@@ -192,6 +192,7 @@ ###### Check for snprintf() printf %s "Checking for snprintf()... " 1>&5 cat >tmp.c <<EOF @@ -17,9 +17,3 @@ #include <string.h> int main() { - char buf[12]; -- snprintf(buf, "%s", 2, "foof"); -+ snprintf(buf, 2, "%s", "foof"); - } - EOF - if `${CC} tmp.c 2>/dev/null`; then |