diff options
author | nork <nork@FreeBSD.org> | 2009-07-21 02:13:55 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-07-21 02:13:55 +0800 |
commit | e66bc6e0729b5e4227630101f8b302e9acf52d29 (patch) | |
tree | 36b29614554b916452f09aec131a74e394a54afe /japanese/ebnetd | |
parent | 9a8728577c266a286998622e74adfcdd6799b4ed (diff) | |
download | freebsd-ports-gnome-e66bc6e0729b5e4227630101f8b302e9acf52d29.tar.gz freebsd-ports-gnome-e66bc6e0729b5e4227630101f8b302e9acf52d29.tar.zst freebsd-ports-gnome-e66bc6e0729b5e4227630101f8b302e9acf52d29.zip |
o Update to 4.4.1.
o Bump shlib version.
o Bump PORTREVISION of ports depending on, accordingly.
PR: ports/136298
Submitted by: Yasuhiro KIMURA yasu utahime org
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 b3f8daa6117a..4af37f211e55 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -7,14 +7,14 @@ PORTNAME= ebnetd PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ MAINTAINER= yasu@utahime.org COMMENT= Servers for accessing CD-ROM books via TCP/IP -LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.14:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} |