diff options
author | pav <pav@FreeBSD.org> | 2006-12-03 00:06:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-03 00:06:44 +0800 |
commit | d0910005b73a47a94580dda39a2bb0bb0dc0543d (patch) | |
tree | 341f28870b318c9b05ac996aa621d81c9f32aed1 | |
parent | 524887b483107618d95701aeeedf1bf0012bdb2e (diff) | |
download | freebsd-ports-gnome-d0910005b73a47a94580dda39a2bb0bb0dc0543d.tar.gz freebsd-ports-gnome-d0910005b73a47a94580dda39a2bb0bb0dc0543d.tar.zst freebsd-ports-gnome-d0910005b73a47a94580dda39a2bb0bb0dc0543d.zip |
- Chase japanese/eb update
-rw-r--r-- | japanese/eblook/Makefile | 4 | ||||
-rw-r--r-- | japanese/ebnetd/Makefile | 4 | ||||
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 4 | ||||
-rw-r--r-- | japanese/ebview/Makefile | 4 | ||||
-rw-r--r-- | japanese/ruby-eb/Makefile | 3 |
5 files changed, 10 insertions, 9 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index 798b3a3bbb5e..bdc91b4ea0fc 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -7,7 +7,7 @@ PORTNAME= eblook PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb @@ -15,7 +15,7 @@ DIST_SUBDIR= eb MAINTAINER= ports@FreeBSD.org COMMENT= Interactive EB interface command for seraching words in electoric dictionaries -LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index bec88f4aeed9..3cb621f07f29 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -7,14 +7,14 @@ PORTNAME= ebnetd PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 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.10:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index 5272b3a6b36a..649dbae31900 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -7,7 +7,7 @@ PORTNAME= ebview PORTVERSION= 0.3.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ PKGNAMESUFFIX= -gtk2 MAINTAINER= ports@FreeBSD.org COMMENT= Electronic Book Viewer -LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb CONFLICTS= ja-ebview-0* diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index bfb21eb87151..6426cc471884 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -7,7 +7,7 @@ PORTNAME= ebview PORTVERSION= 0.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Electronic Book Viewer -LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb CONFLICTS= ja-ebview-gtk2-* diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile index 0f5b46b5a85f..9d41438c002c 100644 --- a/japanese/ruby-eb/Makefile +++ b/japanese/ruby-eb/Makefile @@ -7,6 +7,7 @@ PORTNAME= eb PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= japanese ruby #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} #MASTER_SITE_SUBDIR= ruby${PORTNAME} @@ -17,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= Ruby bind of EB library -LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb USE_RUBY= yes USE_RUBY_EXTCONF= yes |