diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-25 04:05:37 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-25 04:05:37 +0800 |
commit | ed5f3810afaccf9c92bde287276db4ca3a15ca21 (patch) | |
tree | ea23adb2145b433364a31dc09f0b2331d564b995 /security | |
parent | 51f6f7d696759896ce838cbe41cd6e46ef48fe3c (diff) | |
download | freebsd-ports-gnome-ed5f3810afaccf9c92bde287276db4ca3a15ca21.tar.gz freebsd-ports-gnome-ed5f3810afaccf9c92bde287276db4ca3a15ca21.tar.zst freebsd-ports-gnome-ed5f3810afaccf9c92bde287276db4ca3a15ca21.zip |
Update port to 1.0.1
Diffstat (limited to 'security')
-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 |