diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-02 22:19:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-02 22:19:47 +0000 |
commit | f27a9bb935d087457372798ed7d912c574fd7b27 (patch) | |
tree | aff2d9e6f05d81a2e155308946f8907b35935f4d /security | |
parent | 1bfeff5e3ab1cdc2e39dee0d0063b6060be9eb15 (diff) | |
download | pkgsrc-f27a9bb935d087457372798ed7d912c574fd7b27.tar.gz |
Drop unneeded patch, and unneeded automake dependency.
Diffstat (limited to 'security')
-rw-r--r-- | security/srp_client/Makefile | 6 | ||||
-rw-r--r-- | security/srp_client/distinfo | 3 | ||||
-rw-r--r-- | security/srp_client/patches/patch-ae | 22 |
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 |