1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Upgrade to latest version, and set myself as MAINTAINER.

PR:		ports/14605
Submitted by:	Will Andrews <andrews@technologist.com>
This commit is contained in:
Vanilla I. Shu 1999-11-13 07:42:54 +00:00
parent 82a60eec07
commit b025bdddad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23053
4 changed files with 25 additions and 7 deletions

View File

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

View File

@ -1 +1 @@
MD5 (xinetd-2.1.8.6b7.tar.gz) = 04dcd299585f386e3771557aa8862352
MD5 (xinetd-2.1.8.7.tar.gz) = 77dd34de8ae2294dc45d502f2213f66e

View File

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

View File

@ -1,2 +1,3 @@
bin/xconv
etc/rc.d/xinetd.sh
sbin/xinetd