diff options
author | nork <nork@FreeBSD.org> | 2004-12-26 19:30:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-12-26 19:30:31 +0800 |
commit | 8a91fca6b7ae8a6c2354b8db91dcad50acdd54d7 (patch) | |
tree | 2e8907b4316d65c5676593f454db7c93b8605e21 /japanese/ruby-eb | |
parent | 8aa664512fbe171a754d24392486b9aa3f872fcc (diff) | |
download | freebsd-ports-gnome-8a91fca6b7ae8a6c2354b8db91dcad50acdd54d7.tar.gz freebsd-ports-gnome-8a91fca6b7ae8a6c2354b8db91dcad50acdd54d7.tar.zst freebsd-ports-gnome-8a91fca6b7ae8a6c2354b8db91dcad50acdd54d7.zip |
Update to 4.1.1.
o Repocopy japanese/eb -> japanese/eb3 for safe keeping.
o Chase eb library version bump.
o Connect japanese/eb3 to japanese/Makefile
PR: ports/74133
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Requested by: Motoyuki Kasahara <m-kasahr@sra.co.jp> (author)
Repocopied by: portmgr(marcus)
Diffstat (limited to 'japanese/ruby-eb')
-rw-r--r-- | japanese/ruby-eb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile index c37522a09597..f7ea2c23e59c 100644 --- a/japanese/ruby-eb/Makefile +++ b/japanese/ruby-eb/Makefile @@ -7,6 +7,7 @@ PORTNAME= eb PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= japanese ruby #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} #MASTER_SITE_SUBDIR= ruby${PORTNAME} @@ -17,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby bind of EB library -LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.9:${PORTSDIR}/japanese/eb USE_RUBY= yes USE_RUBY_EXTCONF= yes |