summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-12 23:54:33 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-12 23:54:33 +0000
commit2dfc4ec9d63bfbbf53a20b6094e1519b01926a8d (patch)
tree6464f1660faef79ae5b281d74e8d028259ba04e1
parent076963458bcf80dc800a0fff88df89fade0f5051 (diff)
downloadpkgsrc-2dfc4ec9d63bfbbf53a20b6094e1519b01926a8d.tar.gz
Some pkglint nits and add missing rcs ids.
-rw-r--r--www/apache-modssl/Makefile9
-rw-r--r--www/apache-modssl/patches/patch-ab2
-rw-r--r--www/apache-modssl/patches/patch-ad2
-rw-r--r--www/apache/Makefile6
-rw-r--r--www/apache/patches/patch-ab2
-rw-r--r--www/apache/patches/patch-ad2
6 files changed, 15 insertions, 8 deletions
diff --git a/www/apache-modssl/Makefile b/www/apache-modssl/Makefile
index 89e496a4d4e..b45dce290e3 100644
--- a/www/apache-modssl/Makefile
+++ b/www/apache-modssl/Makefile
@@ -1,20 +1,23 @@
-# $NetBSD: Makefile,v 1.8 1998/10/05 14:26:01 tv Exp $
+# $NetBSD: Makefile,v 1.9 1998/11/12 23:59:17 frueauf Exp $
#
PKGNAME= apache-modssl-1.3.2.2012
CATEGORIES= www security
-
MASTER_SITES+= http://www.engelschall.com/sw/mod_ssl/distrib/ \
ftp://ftp.engelschall.com/sw/mod_ssl/ \
ftp://ftp.ulpgc.es/pub/mod_ssl/
DISTFILES+= mod_ssl-2.0.12-1.3.2${EXTRACT_SUFX}
-EXTRACT_ONLY+= mod_ssl-2.0.12-1.3.2${EXTRACT_SUFX}
+
+MAINTAINER= packages@netbsd.org
DEPENDS+= SSLeay-0.9.0b:../../security/ssleay
CONFLICTS= apache-1.3.1 apache-1.3.2 apache-modssl-1.3.2
+EXTRACT_ONLY+= mod_ssl-2.0.12-1.3.2${EXTRACT_SUFX}
+
RESTRICTED= "Contains cryptography"
+
IS_INTERACTIVE= yes
CONFIGURE_ARGS+=--enable-module=ssl
diff --git a/www/apache-modssl/patches/patch-ab b/www/apache-modssl/patches/patch-ab
index 7bb2dbe91c3..5ad92e6e3e4 100644
--- a/www/apache-modssl/patches/patch-ab
+++ b/www/apache-modssl/patches/patch-ab
@@ -1,3 +1,5 @@
+$NetBSD: patch-ab,v 1.2 1998/11/12 23:59:17 frueauf Exp $
+
--- htdocs/index.html.orig Sat Oct 3 16:50:51 1998
+++ htdocs/index.html Sat Oct 3 16:59:54 1998
@@ -59,17 +59,22 @@
diff --git a/www/apache-modssl/patches/patch-ad b/www/apache-modssl/patches/patch-ad
index 3cf0d90769b..14e7b090842 100644
--- a/www/apache-modssl/patches/patch-ad
+++ b/www/apache-modssl/patches/patch-ad
@@ -1,4 +1,4 @@
-$Id: patch-ad,v 1.1 1998/10/05 19:55:28 cjs Exp $
+$NetBSD: patch-ad,v 1.2 1998/11/12 23:59:17 frueauf Exp $
This patch is necessary for listening on multiple ports safely. It has
been submitted to the apache group, the gnats ID is os-netbsd/3120.
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 55d6aae6f98..9cf596d24e9 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1998/10/05 14:26:01 tv Exp $
+# $NetBSD: Makefile,v 1.24 1998/11/12 23:54:33 frueauf Exp $
#
# The apache-modssl pkg .include's us, so that pkg tuning rules work for
# both without a major duplication of Makefiles. So we use ?= and += in
@@ -6,8 +6,8 @@
#
DISTNAME= apache_1.3.2
-PKGNAME?= apache-1.3.2
-CATEGORIES?= www
+PKGNAME= apache-1.3.2
+CATEGORIES= www
MASTER_SITES+= http://www.apache.org/dist/ \
http://www.netbsd.org/images/logos/
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \
diff --git a/www/apache/patches/patch-ab b/www/apache/patches/patch-ab
index 518d8e8d340..19c65dc043b 100644
--- a/www/apache/patches/patch-ab
+++ b/www/apache/patches/patch-ab
@@ -1,3 +1,5 @@
+$NetBSD: patch-ab,v 1.4 1998/11/12 23:54:33 frueauf Exp $
+
--- htdocs/index.html.orig Sat Sep 5 22:09:30 1998
+++ htdocs/index.html Sat Sep 5 22:37:43 1998
@@ -39,13 +39,18 @@
diff --git a/www/apache/patches/patch-ad b/www/apache/patches/patch-ad
index c51bbd74788..ce47debd6d0 100644
--- a/www/apache/patches/patch-ad
+++ b/www/apache/patches/patch-ad
@@ -1,4 +1,4 @@
-$Id: patch-ad,v 1.1 1998/10/05 19:55:27 cjs Exp $
+$NetBSD: patch-ad,v 1.2 1998/11/12 23:54:33 frueauf Exp $
This patch is necessary for listening on multiple ports safely. It has
been submitted to the apache group, the gnats ID is os-netbsd/3120.