summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-02 22:19:47 +0000
committerwiz <wiz>2002-10-02 22:19:47 +0000
commit7127adf85c0d0ddfa56da8ad503090199ecaae7d (patch)
treeaff2d9e6f05d81a2e155308946f8907b35935f4d /security/srp_client
parentce2c3a923490bb7f08dd49fd640300ec22a505b4 (diff)
downloadpkgsrc-7127adf85c0d0ddfa56da8ad503090199ecaae7d.tar.gz
Drop unneeded patch, and unneeded automake dependency.
Diffstat (limited to 'security/srp_client')
-rw-r--r--security/srp_client/Makefile6
-rw-r--r--security/srp_client/distinfo3
-rw-r--r--security/srp_client/patches/patch-ae22
3 files changed, 3 insertions, 28 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index f2afa00b404..e90aa173b9b 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2002/08/12 18:39:58 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2002/10/02 22:19:47 wiz Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -10,8 +10,6 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www-cs-students.stanford.edu/~tjw/srp/
COMMENT= client programs using Secure Remote Password protocol
-BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-
LICENSE= srp_client-license
CRYPTO= yes
@@ -36,7 +34,7 @@ SED_PATTERN+= -e "s,-ldes,-ldes -lcom_err,"
post-patch:
for FILE in ftp/ftp/Makefile.in ftp/ftpd/Makefile.in \
- telnet/configure telnet/configure.in; \
+ telnet/configure.in telnet/configure; \
do \
cd ${WRKSRC} && \
${SED} ${SED_PATTERN} $$FILE > $$FILE.patched && \
diff --git a/security/srp_client/distinfo b/security/srp_client/distinfo
index b29533258c3..d9680d260bf 100644
--- a/security/srp_client/distinfo
+++ b/security/srp_client/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/08/19 09:17:15 agc Exp $
+$NetBSD: distinfo,v 1.5 2002/10/02 22:19:47 wiz Exp $
SHA1 (srp-1.4.4.tar.gz) = 56b8b3c29bee2b995b74acb5303dab326265f9b3
Size (srp-1.4.4.tar.gz) = 1183636 bytes
@@ -6,7 +6,6 @@ SHA1 (patch-aa) = fefb8a7540c3c7e91b6c407a463a39bef948e0c8
SHA1 (patch-ab) = cba14830f3dcae42c814d9ccb19cbdb5464eabb0
SHA1 (patch-ac) = 1d5d56753ad45361351833b951bf7d1f82575955
SHA1 (patch-ad) = d9869838822ab8d43c10dd1d8242f9ee49f857d7
-SHA1 (patch-ae) = 623c55e3283129a8312a8cdaf69165f29e04e3c6
SHA1 (patch-af) = 4a5d21b667f39cfba61478614f4497710463aa06
SHA1 (patch-ag) = 81eff66b05d11a943e9b66b9e31904d612eca449
SHA1 (patch-ah) = 914544e6a2ae6c07be03ac8c5c46f9d996e8f3a5
diff --git a/security/srp_client/patches/patch-ae b/security/srp_client/patches/patch-ae
deleted file mode 100644
index 8eb762a13b0..00000000000
--- a/security/srp_client/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2000/08/23 23:26:46 wiz Exp $
-
---- telnet/aclocal.m4.orig Fri Dec 11 01:03:43 1998
-+++ telnet/aclocal.m4
-@@ -10,7 +10,7 @@
- dnl AM_INIT_AUTOMAKE(package,version, [no-define])
-
- AC_DEFUN(AM_INIT_AUTOMAKE,
--[AC_REQUIRE([AM_PROG_INSTALL])
-+[AC_REQUIRE([AC_PROG_INSTALL])
- PACKAGE=[$1]
- AC_SUBST(PACKAGE)
- VERSION=[$2]
-@@ -36,7 +36,7 @@
-
- # serial 1
-
--AC_DEFUN(AM_PROG_INSTALL,
-+AC_DEFUN(AC_PROG_INSTALL,
- [AC_REQUIRE([AC_PROG_INSTALL])
- test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
- AC_SUBST(INSTALL_SCRIPT)dnl