diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 04a73bbc766..011fca19156 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2007/03/06 18:30:31 kurt Exp $ +# $OpenBSD: Makefile,v 1.21 2007/05/22 18:47:14 ajacoutot Exp $ # $FreeBSD: /repoman/r/pcvs/ports/devel/nspr/Makefile,v 1.13 2003/12/13 21:30:19 peter Exp $ ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64 @@ -8,8 +8,8 @@ COMMENT-docs= "HTML Documentation for NSPR" VER= 4.6.5 DISTNAME= nspr-${VER} -PKGNAME-main= ${DISTNAME}p0 -PKGNAME-docs= nspr-docs-${VER} +PKGNAME-main= ${DISTNAME}p1 +PKGNAME-docs= nspr-docs-${VER}p0 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ nspr-reference${EXTRACT_SUFX}:0 @@ -22,7 +22,7 @@ CATEGORIES= devel HOMEPAGE= http://www.mozilla.org/projects/nspr/index.html -MAINTAINER= Antoine Jacoutot +MAINTAINER= Martynas Venckus WANTLIB-main= c diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile index 773189a999e..93951f35603 100644 --- a/devel/py-orbit/Makefile +++ b/devel/py-orbit/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.5 2007/05/07 13:30:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2007/05/22 18:47:14 ajacoutot Exp $ COMMENT= "ORBit2 Python bindings" V= 2.14.1 DISTNAME= pyorbit-${V} -PKGNAME= py-orbit-${V}p1 +PKGNAME= py-orbit-${V}p2 CATEGORIES= devel HOMEPAGE= http://www.pygtk.org/ -MAINTAINER= Antoine Jacoutot +MAINTAINER= Martynas Venckus # LGPL PERMIT_PACKAGE_CDROM= Yes diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 953354a11ac..4e9b6521dbd 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/04/10 13:03:09 martynas Exp $ +# $OpenBSD: Makefile,v 1.5 2007/05/22 18:47:14 ajacoutot Exp $ SHARED_ONLY= Yes @@ -6,13 +6,13 @@ COMMENT= "Mozilla's C implementation of JavaScript" V= 1.60 DISTNAME= js-${V} -PKGNAME= spidermonkey-${V} +PKGNAME= spidermonkey-${V}p0 SHARED_LIBS= js 2.0 CATEGORIES= lang HOMEPAGE= http://www.mozilla.org/js/spidermonkey/ -MAINTAINER= Antoine Jacoutot +MAINTAINER= Martynas Venckus # Mozilla Public License PERMIT_PACKAGE_CDROM= Yes diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 205501fce95..825845a5a7c 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2007/05/01 13:34:36 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.13 2007/05/22 18:47:14 ajacoutot Exp $ PKG_ARCH= * @@ -6,13 +6,13 @@ COMMENT-main= "${MAINLANG} language pack for Thunderbird" V= 2.0.0.0 NAME= thunderbird-i18n PKGNAME= ${NAME}-${MAINLANG}-${V} -PKGNAME-main= ${NAME}-${MAINLANG}-${V}p0 +PKGNAME-main= ${NAME}-${MAINLANG}-${V}p1 CATEGORIES= mail HOMEPAGE= http://www.mozilla.org/projects/l10n/ -MAINTAINER= Antoine Jacoutot +MAINTAINER= Martynas Venckus # Mozilla public license PERMIT_PACKAGE_CDROM= Yes @@ -44,7 +44,7 @@ MULTI_PACKAGES= -main .for i in ${OTHERLANGS} MULTI_PACKAGES+=-$i DISTFILES+= $i.xpi -PKGNAME-$i= ${NAME}-$i-${V}p0 +PKGNAME-$i= ${NAME}-$i-${V}p1 COMMENT-$i= $i language pack for Thunderbird LPACKDIR-$i= ${PREFIX}/mozilla-thunderbird/extensions/langpack-$i@thunderbird.mozilla.org .endfor diff --git a/textproc/mozilla-dicts/Makefile b/textproc/mozilla-dicts/Makefile index ee39208fd6b..1f597702dd6 100644 --- a/textproc/mozilla-dicts/Makefile +++ b/textproc/mozilla-dicts/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/04/07 11:52:20 martynas Exp $ +# $OpenBSD: Makefile,v 1.2 2007/05/22 18:47:14 ajacoutot Exp $ PKG_ARCH= * @@ -6,13 +6,13 @@ COMMENT-main= "${MAINLANG} dictionary for Mozilla" V= 1.0 NAME= mozilla-dicts PKGNAME= ${NAME}-${MAINLANG}-${V} -PKGNAME-main= ${NAME}-${MAINLANG}-${V} +PKGNAME-main= ${NAME}-${MAINLANG}-${V}p0 CATEGORIES= textproc HOMEPAGE= https://addons.mozilla.org/firefox/browse/type:3 -MAINTAINER= Antoine Jacoutot +MAINTAINER= Martynas Venckus # Mozilla public license PERMIT_PACKAGE_CDROM= Yes @@ -42,7 +42,7 @@ MULTI_PACKAGES= -main .for i in ${OTHERLANGS} MULTI_PACKAGES+=-$i DISTFILES+= $i.xpi -PKGNAME-$i= ${NAME}-$i-${V} +PKGNAME-$i= ${NAME}-$i-${V}p0 COMMENT-$i= $i dictionary for Mozilla .endfor diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index b3d836dabf3..990f6b7271e 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2007/03/28 07:27:07 martynas Exp $ +# $OpenBSD: Makefile,v 1.14 2007/05/22 18:47:14 ajacoutot Exp $ PKG_ARCH= * @@ -6,13 +6,13 @@ COMMENT-main= "${MAINLANG} language pack for Firefox" V= 2.0.0.3 NAME= firefox-i18n PKGNAME= ${NAME}-${MAINLANG}-${V} -PKGNAME-main= ${NAME}-${MAINLANG}-${V} +PKGNAME-main= ${NAME}-${MAINLANG}-${V}p0 CATEGORIES= www HOMEPAGE= http://www.mozilla.org/projects/l10n/ -MAINTAINER= Antoine Jacoutot +MAINTAINER= Martynas Venckus # Mozilla public license PERMIT_PACKAGE_CDROM= Yes @@ -44,7 +44,7 @@ MULTI_PACKAGES= -main .for i in ${OTHERLANGS} MULTI_PACKAGES+=-$i DISTFILES+= $i.xpi -PKGNAME-$i= ${NAME}-$i-${V} +PKGNAME-$i= ${NAME}-$i-${V}p0 COMMENT-$i= $i language pack for Firefox LPACKDIR-$i= ${PREFIX}/mozilla-firefox/extensions/langpack-$i@firefox.mozilla.org .endfor