diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-06-25 17:11:18 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-06-25 17:11:18 +0800 |
commit | f027c88c43118741561dd3c14a4b6d7dfa3846cb (patch) | |
tree | 64766ed3166dc1db1cdbcb7ad496bd841a497861 /security | |
parent | 40821345f566a1d472fe52c1f7b4b30adc161242 (diff) | |
download | freebsd-ports-gnome-f027c88c43118741561dd3c14a4b6d7dfa3846cb.tar.gz freebsd-ports-gnome-f027c88c43118741561dd3c14a4b6d7dfa3846cb.tar.zst freebsd-ports-gnome-f027c88c43118741561dd3c14a4b6d7dfa3846cb.zip |
upgrade to 2.7b2
Submitted by: adam via gpalmer
OK'ed by: gpalmer
Diffstat (limited to 'security')
-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 |