diff options
author | nork <nork@FreeBSD.org> | 2005-07-31 15:17:11 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-07-31 15:17:11 +0800 |
commit | 59a7c508fc2ba4618ae3013dd7b8c6d87f0f579d (patch) | |
tree | 36a309ab1cd312b64add4f3958689b7c08578185 /japanese/eb/Makefile | |
parent | 55503ef32b7ca6aeed58a2bcf66ed196014e4d88 (diff) | |
download | freebsd-ports-gnome-59a7c508fc2ba4618ae3013dd7b8c6d87f0f579d.tar.gz freebsd-ports-gnome-59a7c508fc2ba4618ae3013dd7b8c6d87f0f579d.tar.zst freebsd-ports-gnome-59a7c508fc2ba4618ae3013dd7b8c6d87f0f579d.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
Diffstat (limited to 'japanese/eb/Makefile')
-rw-r--r-- | japanese/eb/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index ad75d36cb115..aa2c07bb22e0 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -6,8 +6,8 @@ # PORTNAME= eb -PORTVERSION= 4.1.3 -PORTREVISION= 1 +PORTVERSION= 4.2 +PORTREVISION= 0 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ DISTFILES= ${EBFILES} \ @@ -15,9 +15,6 @@ DISTFILES= ${EBFILES} \ ${APPENDIXFILES} EXTRACT_ONLY= ${EBFILES} -PATCH_SITES= ${MASTER_SITES} -#PATCHFILES= ${DISTNAME}+.diff ${DISTNAME}+2.diff - MAINTAINER= takamune2004@yahoo.co.jp COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries @@ -57,6 +54,7 @@ APPENDIXFILES= appendix/cencro-1.0.tar.gz \ DIST_SUBDIR= eb +USE_BZIP2= yes USE_GETTEXT= yes USE_PERL5= yes USE_LIBTOOL_VER= 15 |