Index: head/www/firefox-sync/Makefile =================================================================== --- head/www/firefox-sync/Makefile (revision 256193) +++ head/www/firefox-sync/Makefile (revision 256194) @@ -1,75 +1,75 @@ # New ports collection makefile for: weave # Date created: 31 Aug 2009 # Whom: Grzegorz Blach # # $FreeBSD$ # -PORTNAME= weave -PORTVERSION= 1.2.3 +PORTNAME= firefox-sync +PORTVERSION= 1.3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://files.roorback.net/ \ LOCAL/glarkin MAINTAINER= magik@roorback.net -COMMENT= Mozilla Weave extension +COMMENT= Mozilla extension to synchronize Firefox data BUILD_DEPENDS= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul RUN_DEPENDS= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_GMAKE= yes OPTIONS= FF35 "Build for Firefox 3.5 instead of 3.6" Off .include .if defined(WITHOUT_FF35) FF_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox AMD64_ARCH= amd64 .else FF_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35 AMD64_ARCH= x86_64 .endif BUILD_DEPENDS+= ${FF_DEPENDS} RUN_DEPENDS+= ${FF_DEPENDS} -REVID= ad1ede89cbb2 +REVID= 8c2ff3edbda5 .if ${ARCH} == i386 PLATFORM= FreeBSD_x86-gcc3 .elif ${ARCH} == amd64 PLATFORM= FreeBSD_${AMD64_ARCH}-gcc3 .else PLATFORM= dummy IGNORE= unsupported platform .endif GMAKE_FLAGS= sdkdir=${PREFIX}/lib/firefox3/sdk release_build=1 platform_target=${PLATFORM} TOPSRCDIR=${WRKSRC} ALL_TARGET= ${GMAKE_FLAGS} crypto crypto-obsolete-build build INSTALL_TARGET= ${GMAKE_FLAGS} xpi XPI_ID= {340c2bbc-ce74-4362-90b5-7c26312808ef} XPI_DIR= ${PREFIX}/lib/xpi/${XPI_ID} PLIST_SUB+= XPI_XPIDIR="${XPI_DIR:S,^${PREFIX}/,,}" \ XPI_XPIID=${XPI_ID} \ PLATFORM=${PLATFORM} post-patch: @${REINPLACE_CMD} -e "s|\$$(shell hg tip --template '{node\|short}')|${REVID}|g" ${WRKSRC}/Makefile .if ${PLATFORM} == FreeBSD_x86_64-gcc3 ${REINPLACE_CMD} -e 's|arch = amd64|arch = x86_64|g' ${WRKSRC}/crypto-obsolete/src/Makefile .endif post-install: ${MKDIR} ${XPI_DIR} (cd ${XPI_DIR}; tar -xf ${WRKSRC}/dist/xpi/weave-${DISTVERSION}-rel.xpi) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_DIR}/ ${CHMOD} -R a+rX,go-w ${XPI_DIR}/ ${MKDIR} ${PREFIX}/lib/firefox3/extensions ${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions .include Property changes on: head/www/firefox-sync/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/www/firefox-sync/distinfo =================================================================== --- head/www/firefox-sync/distinfo (revision 256193) +++ head/www/firefox-sync/distinfo (revision 256194) @@ -1,3 +1,3 @@ -MD5 (weave-1.2.3.tar.bz2) = e5664338fd75da19360f64aa4f73a6e3 -SHA256 (weave-1.2.3.tar.bz2) = 4ea8064d4b30533a49d64dc963cb688c9d3bc819718a6b58ff47cfb96c0e48e8 -SIZE (weave-1.2.3.tar.bz2) = 487537 +MD5 (firefox-sync-1.3.tar.bz2) = 90142c241b5b49365b7b069f4ea31f6d +SHA256 (firefox-sync-1.3.tar.bz2) = 0af0f227dbd25e7a87d819ce97a6860aa3f0c0fae1a124e2548a59762f59061e +SIZE (firefox-sync-1.3.tar.bz2) = 500472 Property changes on: head/www/firefox-sync/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/www/firefox-sync/pkg-descr =================================================================== --- head/www/firefox-sync/pkg-descr (revision 256193) +++ head/www/firefox-sync/pkg-descr (revision 256194) @@ -1,5 +1,5 @@ -Weave is a Mozilla Labs project to explore ways in which -the browser can broker richer experiences on the Web, -by integrating more closely with online services. +Free browser add-on that lets you stay in sync with your Firefox. +Access your history, passwords, bookmarks +and even open tabs across all your devices. -WWW: http://labs.mozilla.com/weave/ +WWW: http://labs.mozilla.com/sync/ Property changes on: head/www/firefox-sync/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property