summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-03-22 04:39:07 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-03-22 04:39:07 +0000
commitbb8a3afeec6350d72798fb692ac904f41288e748 (patch)
treef4ba2d029259589a0c1bd0f2d7bef667a6aa6b3b /security
parentIGNORE this port on 5.X as it crashes when trying to build a project. (diff)
Upgrade to 0.10 which fixes a bug in previous version.
Reported by: ume
Notes
Notes: svn path=/head/; revision=104897
Diffstat (limited to 'security')
-rw-r--r--security/starttls/Makefile4
-rw-r--r--security/starttls/distinfo4
-rw-r--r--security/starttls/files/patch-starttls.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/security/starttls/Makefile b/security/starttls/Makefile
index f976a5f36bdb..a8dabb80d292 100644
--- a/security/starttls/Makefile
+++ b/security/starttls/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= starttls
-PORTVERSION= 0.9
-PORTREVISION= 1
+PORTVERSION= 0.10
CATEGORIES= security
MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/
@@ -15,6 +14,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME}
GNU_CONFIGURE= yes
+USE_GMAKE= yes
EMACS_PORT_NAME?= emacs21
.include <bsd.port.mk>
diff --git a/security/starttls/distinfo b/security/starttls/distinfo
index 1b86ca23e519..5c2fb5da080b 100644
--- a/security/starttls/distinfo
+++ b/security/starttls/distinfo
@@ -1,2 +1,2 @@
-MD5 (starttls-0.9.tar.gz) = 640dd0c3caf6eaa47bc0e1635c2275c2
-SIZE (starttls-0.9.tar.gz) = 50102
+MD5 (starttls-0.10.tar.gz) = 2e0d26b0db04bae813248eb5af7e9205
+SIZE (starttls-0.10.tar.gz) = 67295
diff --git a/security/starttls/files/patch-starttls.c b/security/starttls/files/patch-starttls.c
deleted file mode 100644
index 1bdcd9e4627c..000000000000
--- a/security/starttls/files/patch-starttls.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- starttls.c.orig Fri Feb 13 23:30:28 2004
-+++ starttls.c Fri Feb 13 23:30:37 2004
-@@ -229,7 +229,7 @@
- #else
- fd_set readfds, writefds;
- #endif
-- char buffer[BUFSIZ], *retry;
-+ char buffer[BUFSIZ*8], *retry;
- struct sigaction act;
-
- int this_option_optind = optind ? optind : 1;