diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-11-13 15:42:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-11-13 15:42:54 +0800 |
commit | 9670412e520a85cbbf676ef7a01fa95c0a69ac21 (patch) | |
tree | 304ade4904c3bb82afa0ae46054135e121095ed2 /security | |
parent | 874faa78861f58b59e8bcc498b513cf8ed2767b2 (diff) | |
download | freebsd-ports-gnome-9670412e520a85cbbf676ef7a01fa95c0a69ac21.tar.gz freebsd-ports-gnome-9670412e520a85cbbf676ef7a01fa95c0a69ac21.tar.zst freebsd-ports-gnome-9670412e520a85cbbf676ef7a01fa95c0a69ac21.zip |
Upgrade to latest version, and set myself as MAINTAINER.
PR: ports/14605
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/xinetd/Makefile | 6 | ||||
-rw-r--r-- | security/xinetd/distinfo | 2 | ||||
-rw-r--r-- | security/xinetd/files/patch-ab | 23 | ||||
-rw-r--r-- | security/xinetd/pkg-plist | 1 |
4 files changed, 25 insertions, 7 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index b39edce8e14e..69bf77d4fa0d 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xinetd -# Version required: 2.1.8.6b7 +# Version required: 2.1.8.7 # Date created: 28 June 1996 # Whom: markm # # $FreeBSD$ # -DISTNAME= xinetd-2.1.8.6b7 +DISTNAME= xinetd-2.1.8.7 CATEGORIES= security MASTER_SITES= http://synack.net/xinetd/ -MAINTAINER= markm@FreeBSD.org +MAINTAINER= vanilla@FreeBSD.org FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= yes diff --git a/security/xinetd/distinfo b/security/xinetd/distinfo index bd352d8fa705..23d80ec166a5 100644 --- a/security/xinetd/distinfo +++ b/security/xinetd/distinfo @@ -1 +1 @@ -MD5 (xinetd-2.1.8.6b7.tar.gz) = 04dcd299585f386e3771557aa8862352 +MD5 (xinetd-2.1.8.7.tar.gz) = 77dd34de8ae2294dc45d502f2213f66e diff --git a/security/xinetd/files/patch-ab b/security/xinetd/files/patch-ab index 30062f06288e..42a9e05ad626 100644 --- a/security/xinetd/files/patch-ab +++ b/security/xinetd/files/patch-ab @@ -1,6 +1,6 @@ ---- Makefile.in.orig Sun Jul 18 22:23:22 1999 -+++ Makefile.in Sun Sep 12 01:52:44 1999 -@@ -29,11 +29,11 @@ +--- Makefile.in.orig Mon Oct 18 13:27:18 1999 ++++ Makefile.in Fri Nov 12 17:45:17 1999 +@@ -32,26 +32,24 @@ LIBS="$(LIBS)" \ "DEFS=$(PROG_DEFS)" \ "CC=$(CC)" \ @@ -14,3 +14,20 @@ ; done install: + for i in $(DAEMONDIR) $(BINDIR) $(MANDIR)/man5 $(MANDIR)/man8 ; do \ + test -d $$i || mkdir -p $$i ; done + $(INSTALL_CMD) -m 755 xinetd/xinetd $(DAEMONDIR) +- $(INSTALL_CMD) -m 755 xinetd/itox $(DAEMONDIR) +- $(INSTALL_CMD) -m 755 xinetd/xconv.pl $(DAEMONDIR) ++ $(INSTALL_CMD) -m 755 xinetd/xconv.pl $(prefix)/bin/xconv + $(INSTALL_CMD) -m 644 xinetd/xinetd.conf.man $(MANDIR)/man5/xinetd.conf.5 + $(INSTALL_CMD) -m 644 xinetd/xinetd.log.man $(MANDIR)/man8/xinetd.log.8 + $(INSTALL_CMD) -m 644 xinetd/xinetd.man $(MANDIR)/man8/xinetd.8 +- $(INSTALL_CMD) -m 644 xinetd/itox.8 $(MANDIR)/man8/itox.8 + @echo "You must put your xinetd.conf in /etc/xinetd.conf" + @echo "There is a sample config file in xinetd/sample.conf and you can" +- @echo "use xconv.pl to convert your old inetd.conf file to an xinetd format" ++ @echo "use xconv to convert your old inetd.conf file to an xinetd format" + + distclean: clean + rm -f config.cache config.log Makefile config.status xinetd/itox diff --git a/security/xinetd/pkg-plist b/security/xinetd/pkg-plist index 19c718472a6c..ce7c946a1f6c 100644 --- a/security/xinetd/pkg-plist +++ b/security/xinetd/pkg-plist @@ -1,2 +1,3 @@ +bin/xconv etc/rc.d/xinetd.sh sbin/xinetd |