diff --git a/devel/xulrunner/1.9/Makefile b/devel/xulrunner/1.9/Makefile index d610f45e466..e63965efeaf 100644 --- a/devel/xulrunner/1.9/Makefile +++ b/devel/xulrunner/1.9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2011/06/08 17:40:09 jasper Exp $ +# $OpenBSD: Makefile,v 1.46 2011/06/15 16:16:10 sthen Exp $ MOZILLA_VERSION = 1.9.2.17 FFX_VERSION = 3.6.17 @@ -7,8 +7,8 @@ MOZILLA_PROJECT = xulrunner1.9 DISTNAME = firefox-${FFX_VERSION}.source MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${FFX_VERSION}/source/ -REVISION-main = 0 -REVISION-devel = 0 +REVISION-main = 1 +REVISION-devel = 1 SO_VERSION = 3.2 # NOTE: Must bump minor version if any shlib's are removed from the diff --git a/devel/xulrunner/Makefile.inc b/devel/xulrunner/Makefile.inc index 453b85fc22e..8bdcbabefbb 100644 --- a/devel/xulrunner/Makefile.inc +++ b/devel/xulrunner/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.20 2011/03/26 13:25:50 landry Exp $ +# $OpenBSD: Makefile.inc,v 1.21 2011/06/15 16:16:10 sthen Exp $ COMMENT-main = standalone XUL/XPCOM runtime environment COMMENT-devel = devel files for Gecko @@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes # lots of logic in mozilla.port.mk MODULES = www/mozilla devel/gettext lang/python +MODPY_RUNDEP = No LIB_DEPENDS-main = ${LIB_DEPENDS} WANTLIB-main = ${WANTLIB} diff --git a/mail/mozilla-thunderbird/Makefile b/mail/mozilla-thunderbird/Makefile index 666f837e3d9..fb2ac4898e2 100644 --- a/mail/mozilla-thunderbird/Makefile +++ b/mail/mozilla-thunderbird/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.124 2011/06/08 17:50:10 jasper Exp $ +# $OpenBSD: Makefile,v 1.125 2011/06/15 16:16:10 sthen Exp $ COMMENT-main = Mozilla e-mail, rss and usenet client COMMENT-lightning = Mozilla Thunderbird calendar extension @@ -13,10 +13,10 @@ MOZILLA_CODENAME = mail MULTI_PACKAGES = -main -lightning PKGNAME-main = ${PKGNAME} -REVISION-main = 1 +REVISION-main = 2 PKGNAME-lightning = lightning-1.0beta2 EPOCH-lightning = 0 -REVISION-lightning = 17 +REVISION-lightning = 18 # need to be in synch with SO_VERSION in mail/enigmail/thunderbird SO_VERSION = 17.1 @@ -53,6 +53,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MODULES = www/mozilla devel/gettext lang/python +MODPY_RUNDEP = No # Regression tests are too hard to adapt to run here NO_REGRESS = Yes diff --git a/productivity/sunbird/Makefile b/productivity/sunbird/Makefile index 699387aa13d..ef855e77aea 100644 --- a/productivity/sunbird/Makefile +++ b/productivity/sunbird/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2011/06/08 17:37:46 jasper Exp $ +# $OpenBSD: Makefile,v 1.28 2011/06/15 16:16:10 sthen Exp $ COMMENT = Mozilla calendar @@ -10,7 +10,7 @@ MOZILLA_CODENAME = calendar DISTNAME = thunderbird-${TB_VERSION}.source EPOCH = 0 -REVISION = 3 +REVISION = 4 MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${TB_VERSION}/source/ @@ -34,6 +34,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MODULES = www/mozilla devel/gettext lang/python +MODPY_RUN_DEP = No # Regression tests are too hard to adapt to run here NO_REGRESS = Yes