update to latest version. old version was gone from the master site.

Reviewed by:torstenb
This commit is contained in:
Adam David
1996-02-09 12:01:48 +00:00
parent c499e87397
commit 34ed345fc8
3 changed files with 7 additions and 7 deletions

View File

@@ -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/

View File

@@ -1 +1 @@
MD5 (pidentd-2.6.1.tar.gz) = ef76a28e5efa13280069044a1f64b5f8
MD5 (pidentd-2.7a7.tar.gz) = cde417e9c92a6a66482cbb861a980040

View File

@@ -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