Index: head/net/liferea/Makefile =================================================================== --- head/net/liferea/Makefile (revision 179300) +++ head/net/liferea/Makefile (revision 179301) @@ -1,88 +1,88 @@ # Ports collection Makefile for: liferea # Date created: 28 August 2003 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= liferea -PORTVERSION= 1.0.26 +PORTVERSION= 1.0.27 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea MAINTAINER= pav@FreeBSD.org COMMENT= Simple RSS/RDF feed reader USE_XLIB= yes USE_GECKO= mozilla firefox USE_GNOME= gnomeprefix gnomehack libgtkhtml USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= liferea.1 GCONF_SCHEMAS= liferea.schemas OPTIONS= DBUS "Enable dbus support" on \ XPI "Firefox extension to subscribe feeds (req. dbus)" off \ MOZILLA "Use Mozilla for rendering" off \ XULRUNNER "Use Xulrunner for rendering" off .include .ifdef WITH_MOZILLA .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" CONFIGURE_ARGS+=--enable-gecko=${GECKO} PLIST_SUB= MOZ="" .else CONFIGURE_ARGS+=--disable-gecko PLIST_SUB= MOZ="@comment " .endif .ifdef WITH_XPI PATCH_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS+= firefox:${PORTSDIR}/www/firefox PLIST_SUB+= XPI="" .else PLIST_SUB+= XPI="@comment " .endif .ifdef WITH_XULRUNNER BUILD_DEPENDS+= xulrunner:${PORTSDIR}/www/xulrunner RUN_DEPENDS+= xulrunner:${PORTSDIR}/www/xulrunner PLIST_SUB+= XUL="" .else CONFIGURE_ARGS+=--disable-xulrunner PLIST_SUB+= XUL="@comment " .endif .ifdef WITHOUT_DBUS CONFIGURE_ARGS+=--disable-dbus .else LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus .endif post-patch: .ifdef WITH_MOZILLA ${REINPLACE_CMD} -e 's,firefox-,$$gecko_provider-,g' \ -e 's,\(gecko_provider=\).*$$,\1${GECKO},' \ -e 's,{print $$1},{print $$2},g' \ ${WRKSRC}/configure .endif .ifdef WITH_XPI @${MKDIR} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} @${UNZIP_CMD} -q -d ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} ${WRKSRC}/feedbag.xpi .endif post-install: .ifdef WITH_XPI ${MKDIR} ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome/feedbag.jar ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome.manifest ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/install.rdf ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} .endif .include Property changes on: head/net/liferea/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.76 \ No newline at end of property +1.77 \ No newline at end of property Index: head/net/liferea/distinfo =================================================================== --- head/net/liferea/distinfo (revision 179300) +++ head/net/liferea/distinfo (revision 179301) @@ -1,3 +1,3 @@ -MD5 (liferea-1.0.26.tar.gz) = 8d48a070c9709a986a6f3d7a2ba7ec6c -SHA256 (liferea-1.0.26.tar.gz) = 209acb1eb3dda63fd375feccff961987c9a6b79b2765fd65a96906f5066b40a0 -SIZE (liferea-1.0.26.tar.gz) = 1573751 +MD5 (liferea-1.0.27.tar.gz) = af0a43286d4a3362b526c89826e7f851 +SHA256 (liferea-1.0.27.tar.gz) = e836d2620c008334cd6ade11676d954690e4908c564a38a5e1cec00dd48efa49 +SIZE (liferea-1.0.27.tar.gz) = 1572604 Property changes on: head/net/liferea/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.56 \ No newline at end of property +1.57 \ No newline at end of property