summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-02-09 12:01:48 +0000
committerAdam David <adam@FreeBSD.org>1996-02-09 12:01:48 +0000
commit34ed345fc84707f7fd06efec2f870519293247bc (patch)
tree742b86b99e89ca0bd9cab505382cec8ecfab7fe7 /security
parentupdate to latest version. old version was gone from the master site. (diff)
update to latest version. old version was gone from the master site.
Reviewed by:torstenb
Notes
Notes: svn path=/head/; revision=2704
Diffstat (limited to 'security')
-rw-r--r--security/pidentd/Makefile6
-rw-r--r--security/pidentd/distinfo2
-rw-r--r--security/pidentd/scripts/configure6
3 files changed, 7 insertions, 7 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
index 96460f8a4443..15829a39b8ed 100644
--- a/security/pidentd/Makefile
+++ b/security/pidentd/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: pidentd
-# Version required: 2.6.1
+# Version required: 2.7a7
# Date created: 19 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.9 1995/07/28 01:00:30 ache Exp $
+# $Id: Makefile,v 1.10 1995/11/22 13:20:13 asami Exp $
#
-DISTNAME= pidentd-2.6.1
+DISTNAME= pidentd-2.7a7
CATEGORIES+= security net
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
diff --git a/security/pidentd/distinfo b/security/pidentd/distinfo
index 49c687c4bc51..5dd12a9561bc 100644
--- a/security/pidentd/distinfo
+++ b/security/pidentd/distinfo
@@ -1 +1 @@
-MD5 (pidentd-2.6.1.tar.gz) = ef76a28e5efa13280069044a1f64b5f8
+MD5 (pidentd-2.7a7.tar.gz) = cde417e9c92a6a66482cbb861a980040
diff --git a/security/pidentd/scripts/configure b/security/pidentd/scripts/configure
index 0675f3c2e9ba..99b0e6a9609f 100644
--- a/security/pidentd/scripts/configure
+++ b/security/pidentd/scripts/configure
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $Id: configure,v 1.2 1994/11/10 05:54:55 gpalmer Exp $
+# $Id: configure,v 1.3 1995/07/27 20:30:09 torstenb Exp $
#
mv ${WRKSRC}/src/paths.h ${WRKSRC}/src/paths.h.bak
sed <${WRKSRC}/src/paths.h.bak >${WRKSRC}/src/paths.h s+!!PREFIX!!+$PREFIX+g
-mv ${WRKSRC}/identd.8 ${WRKSRC}/identd.8.bak
-sed <${WRKSRC}/identd.8.bak >${WRKSRC}/identd.8 s+!!PREFIX!!+$PREFIX+g
+mv ${WRKSRC}/identd.man ${WRKSRC}/identd.man.bak
+sed <${WRKSRC}/identd.man.bak >${WRKSRC}/identd.man s+!!PREFIX!!+$PREFIX+g