diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-06-25 09:11:18 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-06-25 09:11:18 +0000 |
commit | 9267dbe6c2af251671d512bda4511088ff7dec16 (patch) | |
tree | 78e4376837c9b78fa5e182ebc13d431a1be4b001 /security/pidentd | |
parent | 12bcda49a5a51f409770483a3e6285f6d4d5986f (diff) | |
download | ports-9267dbe6c2af251671d512bda4511088ff7dec16.tar.gz ports-9267dbe6c2af251671d512bda4511088ff7dec16.zip |
Notes
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 7 | ||||
-rw-r--r-- | security/pidentd/distinfo | 2 | ||||
-rw-r--r-- | security/pidentd/files/patch-ab | 13 | ||||
-rw-r--r-- | security/pidentd/pkg-plist | 2 |
4 files changed, 13 insertions, 11 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 687f57df0ab8..c7cf19c72d9f 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pidentd -# Version required: 2.7a7 +# Version required: 2.7b3 # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.11 1996/02/09 11:59:31 adam Exp $ +# $Id: Makefile,v 1.12 1996/04/01 07:13:00 asami Exp $ # -DISTNAME= pidentd-2.7a7 +DISTNAME= pidentd-2.7b3 CATEGORIES+= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ @@ -17,6 +17,7 @@ MAINTAINER= torstenb@FreeBSD.ORG .if !defined(NOMANCOMPRESS) post-install: gzip -9nf ${PREFIX}/man/man8/identd.8 + gzip -9nf ${PREFIX}/man/man8/idecrypt.8 .endif .include <bsd.port.mk> diff --git a/security/pidentd/distinfo b/security/pidentd/distinfo index 5dd12a9561bc..713a36e4db6e 100644 --- a/security/pidentd/distinfo +++ b/security/pidentd/distinfo @@ -1 +1 @@ -MD5 (pidentd-2.7a7.tar.gz) = cde417e9c92a6a66482cbb861a980040 +MD5 (pidentd-2.7b3.tar.gz) = 1805c976d225857af0df4bdf0362c2c7 diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab index 62a66aa5dd17..01f92189484d 100644 --- a/security/pidentd/files/patch-ab +++ b/security/pidentd/files/patch-ab @@ -37,20 +37,19 @@ *************** *** 387,394 **** - install: in.identd + install: in.identd idecrypt cp identd.man $(MANDIR)/identd.$(MANSECT) echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/in.identd + cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT) + cp idecrypt $(DESTDIR)/idecrypt - tests: - (cd testdir ; make) --- 387,394 ---- - install: in.identd + install: in.identd idecrypt cp identd.man $(MANDIR)/identd.$(MANSECT) echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/identd + cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT) + cp idecrypt $(DESTDIR)/idecrypt - tests: - (cd testdir ; make) - cp in.identd $(DESTDIR)/in.identd diff --git a/security/pidentd/pkg-plist b/security/pidentd/pkg-plist index c0ec1c6fd11f..7d08e2138331 100644 --- a/security/pidentd/pkg-plist +++ b/security/pidentd/pkg-plist @@ -1,2 +1,4 @@ sbin/identd +sbin/idecrypt man/man8/identd.8.gz +man/man8/idecrypt.8.gz |