diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 01:41:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 01:41:27 +0000 |
commit | 7a48d652a4006ce538a7a7a8cea85ab0b4af3e83 (patch) | |
tree | 142238a248122859ad3a5283c4f0a70325467327 /sysutils/ucspi-tcp | |
parent | 5d8a3d2015ae23a70c6e18ac196cdc119a7bd04f (diff) | |
download | ports-7a48d652a4006ce538a7a7a8cea85ab0b4af3e83.tar.gz ports-7a48d652a4006ce538a7a7a8cea85ab0b4af3e83.zip |
Update to version 1.88.
PR: 19134
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Notes
Notes:
svn path=/head/; revision=30388
Diffstat (limited to 'sysutils/ucspi-tcp')
-rw-r--r-- | sysutils/ucspi-tcp/Makefile | 28 | ||||
-rw-r--r-- | sysutils/ucspi-tcp/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ucspi-tcp/pkg-plist | 7 |
3 files changed, 6 insertions, 31 deletions
diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index 699402808e83..a0b543444349 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -6,22 +6,13 @@ # PORTNAME= ucspi-tcp -PORTVERSION= 0.84 +PORTVERSION= 0.88 CATEGORIES= sysutils net MASTER_SITES= http://cr.yp.to/ucspi-tcp/ MAINTAINER= dom@myrddin.demon.co.uk -MAN1= tcpclient.1 tcpserver.1 tcprules.1 tcprulescheck.1 \ - fixcr.1 addcr.1 delcr.1 who@.1 date@.1 finger@.1 http@.1 \ - tcpcat.1 mconnect.1 argv0.1 recordio.1 -MAN5= tcp-environ.5 - -.if defined(NOPORTDOCS) -PLIST= ${PKGDIR}/PLIST.nodocs -.endif - -NO_PACKAGE= "Unsure of djb's license" +NO_PACKAGE= "Unsure of djb\'s license" ALL_TARGET= prog install instcheck @@ -34,24 +25,11 @@ post-configure: @${ECHO} ${CC} -s > ${WRKSRC}/conf-ld do-install: -.for file in addcr argv0 delcr fixcr mconnect-io recordio tcpclient tcprules tcprulescheck tcpserver +.for file in addcr argv0 delcr fixcrio mconnect-io rblsmtpd recordio tcpclient tcprules tcprulescheck tcpserver @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin .endfor .for file in date@ finger@ http@ mconnect who@ tcpcat @${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin .endfor -.for file in ${MAN1} - @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1 -.endfor -.for file in ${MAN5} - @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man5 -.endfor -.if !defined(NOPORTDOCS) - @${ECHO} "===> Copying documents to ${PREFIX}/share/doc/ucspi-tcp" - @${MKDIR} ${PREFIX}/share/doc/ucspi-tcp -.for file in BLURB TCP UCSPI - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ucspi-tcp -.endfor -.endif .include <bsd.port.mk> diff --git a/sysutils/ucspi-tcp/distinfo b/sysutils/ucspi-tcp/distinfo index d1ec8991a22c..2b29bf7ec643 100644 --- a/sysutils/ucspi-tcp/distinfo +++ b/sysutils/ucspi-tcp/distinfo @@ -1 +1 @@ -MD5 (ucspi-tcp-0.84.tar.gz) = 2a3f481f145bd4445ce661ecfcfa29d2 +MD5 (ucspi-tcp-0.88.tar.gz) = 39b619147db54687c4a583a7a94c9163 diff --git a/sysutils/ucspi-tcp/pkg-plist b/sysutils/ucspi-tcp/pkg-plist index 07e40e25c69b..71a54d9cde9e 100644 --- a/sysutils/ucspi-tcp/pkg-plist +++ b/sysutils/ucspi-tcp/pkg-plist @@ -3,10 +3,11 @@ bin/argv0 bin/date@ bin/delcr bin/finger@ -bin/fixcr +bin/fixcrio bin/http@ bin/mconnect bin/mconnect-io +bin/rblsmtpd bin/recordio bin/tcpcat bin/tcpclient @@ -14,7 +15,3 @@ bin/tcprules bin/tcprulescheck bin/tcpserver bin/who@ -share/doc/ucspi-tcp/BLURB -share/doc/ucspi-tcp/TCP -share/doc/ucspi-tcp/UCSPI -@dirrm share/doc/ucspi-tcp |