Index: head/security/pidentd/Makefile =================================================================== --- head/security/pidentd/Makefile (revision 2703) +++ head/security/pidentd/Makefile (revision 2704) @@ -1,20 +1,20 @@ # 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/ ALL_TARGET= freebsd MAINTAINER= torstenb@FreeBSD.ORG post-install: gzip -9nf ${PREFIX}/man/man8/identd.8 .include Property changes on: head/security/pidentd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/security/pidentd/distinfo =================================================================== --- head/security/pidentd/distinfo (revision 2703) +++ head/security/pidentd/distinfo (revision 2704) @@ -1 +1 @@ -MD5 (pidentd-2.6.1.tar.gz) = ef76a28e5efa13280069044a1f64b5f8 +MD5 (pidentd-2.7a7.tar.gz) = cde417e9c92a6a66482cbb861a980040 Property changes on: head/security/pidentd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/pidentd/scripts/configure =================================================================== --- head/security/pidentd/scripts/configure (revision 2703) +++ head/security/pidentd/scripts/configure (revision 2704) @@ -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 Property changes on: head/security/pidentd/scripts/configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property