diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-31 15:48:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-31 15:48:02 +0800 |
commit | c973dfcea3504a86f260a11475018d1df0f28b81 (patch) | |
tree | bc042d82dba5d45c77e70ebd9f4f49a1eff07777 /games | |
parent | 50bf2b9b2b90016fda36edba756e9b64164f0990 (diff) | |
download | freebsd-ports-gnome-c973dfcea3504a86f260a11475018d1df0f28b81.tar.gz freebsd-ports-gnome-c973dfcea3504a86f260a11475018d1df0f28b81.tar.zst freebsd-ports-gnome-c973dfcea3504a86f260a11475018d1df0f28b81.zip |
- Update from version 0.4.19 to version 0.4.21
- Added --with-bits configure options.
See README.bits (BNETD Interserver Transport System (BITS) protocol)
PR: 17706
Submitted by: Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua>
Diffstat (limited to 'games')
-rw-r--r-- | games/bnetd/Makefile | 12 | ||||
-rw-r--r-- | games/bnetd/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/bnetd/Makefile b/games/bnetd/Makefile index f2a4e910ef6d..0b26838cd59c 100644 --- a/games/bnetd/Makefile +++ b/games/bnetd/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: bnetd -# Version required: 0.4.19 +# Version required: 0.4.21 # Date created: 24 April 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # # $FreeBSD$ # -DISTNAME= bnetd-0.4.19 +DISTNAME= bnetd-0.4.21 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ MAINTAINER= ijliao@csie.nctu.edu.tw MAN1= bnchat.1 bnetd.1 bnftp.1 bnpass.1 -MAN4= bnetd.conf.4 bntext.4 -MLINKS= bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4 +MAN5= bnetd.conf.5 bntext.5 +MLINKS= bntext.5 bnmotd.txt.5 bntext.5 bnnews.txt.5 do-configure: @(cd ${WRKSRC}/src; ${SETENV} CFLAGS="${CFLAGS}" \ - ./configure --prefix=${PREFIX} ${CONFIGURE_TARGET}) + ./configure --with-warn --with-bits --prefix=${PREFIX} ${CONFIGURE_TARGET}) do-build: @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) @@ -26,7 +26,7 @@ do-build: do-install: cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} * ${PREFIX}/bin cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} * ${PREFIX}/sbin - cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 + cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5 ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${WRKSRC}/reports ${PREFIX}/bnetd post-install: diff --git a/games/bnetd/distinfo b/games/bnetd/distinfo index 64a0b51b740c..83d9f4b2b6df 100644 --- a/games/bnetd/distinfo +++ b/games/bnetd/distinfo @@ -1 +1 @@ -MD5 (bnetd-0.4.19.tar.gz) = c18118c89ec30bdb95dda8fa19b62f47 +MD5 (bnetd-0.4.21.tar.gz) = b8631bd7126e98fa3eb67dd102ae2eec |