diff options
author | rm <rm@FreeBSD.org> | 2012-09-14 04:33:53 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-14 04:33:53 +0800 |
commit | 6208658af72c62c0dc75178da11d04f64adb3fa0 (patch) | |
tree | cbae50784e0a00acaffb27b2f9c2ef09fe45e4b8 /japanese/ebnetd | |
parent | eb7dfe0f3ae9c1b410f2528c93ce1fb617d105e5 (diff) | |
download | freebsd-ports-gnome-6208658af72c62c0dc75178da11d04f64adb3fa0.tar.gz freebsd-ports-gnome-6208658af72c62c0dc75178da11d04f64adb3fa0.tar.zst freebsd-ports-gnome-6208658af72c62c0dc75178da11d04f64adb3fa0.zip |
- update japanese/eb to 4.4.3
- add support for NOPORTDOCS and WITHOUT_NLS
- bump PORTREVISION for dependent ports:
- japanese/eblook
- japanese/ebview
- japanese/ebview-gtk2
- japanese/ebnetd
while here, common changes:
- strip Makefile headers
- remove shlib versions from dependent ports
- remove deprecated attributions from pkg-descr
- whitespace fixes to pkg-descr
PR: 167175
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> (original patch)
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> (maintainer, final patch)
Diffstat (limited to 'japanese/ebnetd')
-rw-r--r-- | japanese/ebnetd/Makefile | 9 | ||||
-rw-r--r-- | japanese/ebnetd/pkg-descr | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index 7679f652a518..75bf935815a4 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -1,20 +1,15 @@ -# New ports collection makefile for: ebnetd -# Date created: 4 Aug 1998 -# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> -# # $FreeBSD$ -# PORTNAME= ebnetd PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 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.15:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} diff --git a/japanese/ebnetd/pkg-descr b/japanese/ebnetd/pkg-descr index 090a976da4a2..0e77179c7c92 100644 --- a/japanese/ebnetd/pkg-descr +++ b/japanese/ebnetd/pkg-descr @@ -21,5 +21,4 @@ In addition, you must follow the licenses of your CD-ROM books. Though EBNETD is free software, your books may not be free. Don't open your books to unlicensed hosts nor users. -Author: Motoyuki Kasahara <m-kasahr@sra.co.jp> -WWW: http://www.sra.co.jp/people/m-kasahr/ebnetd/ +WWW: http://www.sra.co.jp/people/m-kasahr/ebnetd/ |