From b75330098b09e56b1759c46e1506234f5199199f Mon Sep 17 00:00:00 2001 From: landry Date: Fri, 8 Jul 2011 11:08:59 +0000 Subject: [PATCH] Cope with the mozilla-{firefox,thunderbird} renaming, change stem in RUN_DEPENDS and bump. --- mail/thunderbird-i18n/Makefile | 5 +++-- www/firefox-i18n/Makefile | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 91480984c82..06d39140178 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2011/06/22 19:12:59 landry Exp $ +# $OpenBSD: Makefile,v 1.45 2011/07/08 11:08:59 landry Exp $ # keep in sync with www/mozilla/mozilla.port.mk ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc64 @@ -8,6 +8,7 @@ PKG_ARCH= * V= 3.1.11 NAME= thunderbird-i18n PKGNAME= ${NAME}-${V} +REVISION= 0 CATEGORIES= mail @@ -28,7 +29,7 @@ LANGUAGES= af be bg ca cs da de el en-GB es-AR es-ES eu fi fr \ pt-BR pt-PT ru sk sv-SE tr uk zh-CN zh-TW BUILD_DEPENDS= archivers/unzip -RUN_DEPENDS= mozilla-thunderbird-${V}:mail/mozilla-thunderbird +RUN_DEPENDS= thunderbird-${V}:mail/mozilla-thunderbird DIST_SUBDIR= ${NAME}-${V} NO_BUILD= Yes diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index 3a8af45bf21..c8f988eec9c 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.65 2011/07/07 19:45:19 jasper Exp $ +# $OpenBSD: Makefile,v 1.66 2011/07/08 11:08:59 landry Exp $ # keep in sync with working archs.. sigh ONLY_FOR_ARCHS= amd64 i386 powerpc @@ -8,7 +8,6 @@ PKG_ARCH= * V= 5.0 NAME= firefox-i18n PKGNAME= ${NAME}-${V} -REVISION-af= 0 CATEGORIES= www @@ -32,7 +31,7 @@ LANGUAGES= af ar ast be bg bn-BD bn-IN br ca cs cy da de el en-GB en-US en-ZA eo ta-LK ta te th tr uk vi zh-CN zh-TW zu BUILD_DEPENDS= archivers/unzip -RUN_DEPENDS= mozilla-firefox-${V}:www/mozilla-firefox +RUN_DEPENDS= firefox-${V}:www/mozilla-firefox DIST_SUBDIR= ${NAME}-${V} NO_BUILD= Yes @@ -45,11 +44,13 @@ SUBPACKAGE?= -en-GB .for i in ${LANGUAGES} MULTI_PACKAGES+=-$i DISTFILES+= $i.xpi +REVISION-$i= 0 PKGNAME-$i= ${NAME}-$i-${V} COMMENT-$i= $i language pack for Firefox LPACKDIR-$i= ${PREFIX}/lib/firefox-$V/extensions/langpack-$i@firefox.mozilla.org .endfor PKGNAME-en-GB= ${NAME}-en-GB-${V} +REVISION-af= 1 # use the same for all subpackages MESSAGE= ${PKGDIR}/MESSAGE