diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 07:17:11 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 07:17:11 +0000 |
commit | bf958d6a97c99e1e78cadd6fd44a67fdbeaf496c (patch) | |
tree | ea5cb10cb77a9b9ffa256350809f21110ef33963 /japanese/ebnetd | |
parent | 0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (diff) | |
download | ports-bf958d6a97c99e1e78cadd6fd44a67fdbeaf496c.tar.gz ports-bf958d6a97c99e1e78cadd6fd44a67fdbeaf496c.zip |
o Update to 4.2. [1]
o Fix minor bug. [2]
PR: ports/81629 [1]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Obtained from: ndtpd/01982 [2]
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=140522
Diffstat (limited to 'japanese/ebnetd')
-rw-r--r-- | japanese/ebnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index a2987a588e0d..6a50f22e5f66 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -7,7 +7,7 @@ PORTNAME= ebnetd PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ MAINTAINER= takamune2004@yahoo.co.jp COMMENT= Servers for accessing CD-ROM books via TCP/IP -LIB_DEPENDS= eb.9:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |