diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-28 17:38:42 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-28 17:38:42 +0000 |
commit | ed39912a3c8b3bdb2c6bbca86d1fd9a941e8d5ad (patch) | |
tree | e059b77ac684bc89cf0d4c516478977a640de2fa /japanese | |
parent | Update to 3.3+2(patches), and include a temporary patch (3.3.1 release (diff) |
Bump PORTREVISION by updating japanese/eb.
Notes
Notes:
svn path=/head/; revision=76661
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eblook/Makefile | 3 | ||||
-rw-r--r-- | japanese/ebnetd/Makefile | 3 | ||||
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 4 | ||||
-rw-r--r-- | japanese/ebview/Makefile | 4 | ||||
-rw-r--r-- | japanese/ndtpd/Makefile | 3 | ||||
-rw-r--r-- | japanese/ruby-eb/Makefile | 3 |
6 files changed, 12 insertions, 8 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index b54371c5f225..08c9ac173c63 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -7,6 +7,7 @@ PORTNAME= eblook PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb @@ -15,7 +16,7 @@ MAINTAINER= shige@FreeBSD.org DOCDIR= share/doc/eblook -LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes USE_AUTOMAKE= yes diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index 58dbfd437d78..50c95a8601d0 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -7,6 +7,7 @@ PORTNAME= ndtpd PORTVERSION= 3.1.4 +PORTREVISON= 1 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ @@ -16,7 +17,7 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= takamune@avrl.mei.co.jp COMMENT= Server for accessing CD-ROM books with NDTP -LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index 3194e187dcfd..9fc61a084a16 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -7,7 +7,7 @@ PORTNAME= ebview PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 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.6:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb USE_GNOMENG= yes USE_GNOME= imlib diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index 3194e187dcfd..9fc61a084a16 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -7,7 +7,7 @@ PORTNAME= ebview PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 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.6:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb USE_GNOMENG= yes USE_GNOME= imlib diff --git a/japanese/ndtpd/Makefile b/japanese/ndtpd/Makefile index 58dbfd437d78..50c95a8601d0 100644 --- a/japanese/ndtpd/Makefile +++ b/japanese/ndtpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= ndtpd PORTVERSION= 3.1.4 +PORTREVISON= 1 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ @@ -16,7 +17,7 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= takamune@avrl.mei.co.jp COMMENT= Server for accessing CD-ROM books with NDTP -LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile index c1d5c97b88e9..33626e9a2d5d 100644 --- a/japanese/ruby-eb/Makefile +++ b/japanese/ruby-eb/Makefile @@ -7,6 +7,7 @@ PORTNAME= eb PORTVERSION= 2.2 +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.6:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb USE_RUBY= yes USE_RUBY_EXTCONF= yes |