diff options
author | tota <tota@FreeBSD.org> | 2011-06-11 12:27:50 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-06-11 12:27:50 +0800 |
commit | bcdfcb206684150b8bce2f1e64a8534135b11960 (patch) | |
tree | 5805db8c35f55f0600d7e56d65217a1d10b214f3 /japanese | |
parent | ac40b36dc7948441f4562005fae20c8850658500 (diff) | |
download | freebsd-ports-gnome-bcdfcb206684150b8bce2f1e64a8534135b11960.tar.gz freebsd-ports-gnome-bcdfcb206684150b8bce2f1e64a8534135b11960.tar.zst freebsd-ports-gnome-bcdfcb206684150b8bce2f1e64a8534135b11960.zip |
- Update to 3.6.5
- Cleanup CONFLICTS/PORTSCOUT among Makefiles and Makefile.common
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/bugzilla3/Makefile | 10 | ||||
-rw-r--r-- | japanese/bugzilla3/distinfo | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 246aa1f48648..e3da65fcece7 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -27,6 +27,7 @@ SUBDIR += bible_names-fpw SUBDIR += bookview SUBDIR += bugzilla + SUBDIR += bugzilla3 SUBDIR += canna-lib SUBDIR += canna-server SUBDIR += cannadic diff --git a/japanese/bugzilla3/Makefile b/japanese/bugzilla3/Makefile index e66f72a043c4..79c9bc0f7cf1 100644 --- a/japanese/bugzilla3/Makefile +++ b/japanese/bugzilla3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bugzilla -PORTVERSION= 3.6.4 +PORTVERSION= 3.6.5 CATEGORIES= japanese MASTER_SITES= http://bug-ja.org/releases/3.6/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|tota/bugzilla-ja|} @@ -16,9 +16,11 @@ DISTNAME= Bugzilla-ja-${PORTVERSION}-template-rel01 MAINTAINER= tota@FreeBSD.org COMMENT= Japanese localization for Bugzilla -RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla +RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla3 -.include "${.CURDIR}/../../devel/bugzilla/Makefile.common" +LATEST_LINK= ${PKGNAMEPREFIX}bugzilla3${PKGNAMESUFFIX} + +.include "${.CURDIR}/../../devel/bugzilla3/Makefile.common" USE_BZIP2= yes @@ -26,7 +28,7 @@ LANGDIR= ${WWWDIR}/template/ja do-install: @-${MKDIR} ${LANGDIR}/default - @cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${LANGDIR}/default + @cd ${WRKDIR}/ja-${PORTVERSION}/default; ${COPYTREE_SHARE} . ${LANGDIR}/default .if !defined(BATCH) @${ECHO_MSG} @${CAT} ${PKGMESSAGE} diff --git a/japanese/bugzilla3/distinfo b/japanese/bugzilla3/distinfo index f64237ef91c6..92d26f5094da 100644 --- a/japanese/bugzilla3/distinfo +++ b/japanese/bugzilla3/distinfo @@ -1,2 +1,2 @@ -SHA256 (Bugzilla-ja-3.6.4-template-rel01.tar.bz2) = f184c23ab6fe737072c4022c46079807e95910563f8aaea7a61d9e5147f5111e -SIZE (Bugzilla-ja-3.6.4-template-rel01.tar.bz2) = 215092 +SHA256 (Bugzilla-ja-3.6.5-template-rel01.tar.bz2) = 11bd87c336ae25418361e846863276565c9ab6cb063ccf179b49fcfc89f883c9 +SIZE (Bugzilla-ja-3.6.5-template-rel01.tar.bz2) = 215338 |