Date: Sat, 19 Nov 2005 00:00:33 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89240: Update port: www/screem to 0.16.1 Message-ID: <20051119000033.34a46201.tkato432@yahoo.com> Resent-Message-ID: <200511181510.jAIFAVlq033701@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89240 >Category: ports >Synopsis: Update port: www/screem to 0.16.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 18 15:10:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p13 i386 >Organization: >Environment: >Description: - Update to version 0.16.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/www/screem/Makefile www/screem/Makefile --- /usr/ports/www/screem/Makefile Wed Nov 9 13:37:38 2005 +++ www/screem/Makefile Wed Nov 16 23:38:57 2005 @@ -6,7 +6,7 @@ # PORTNAME= screem -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Nice GNOME/GTK-based HTML editor -LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \ - croco-0.6.3:${PORTSDIR}/textproc/libcroco +LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco USE_X_PREFIX= yes USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix gnometarget \ @@ -26,10 +25,23 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-enchant INSTALLS_OMF= yes GCONF_SCHEMAS= screem.schemas + +.if defined(WITHOUT_DBUS) +CONFIGURE_ARGS+= --disable-dbus +.else +LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus +CONFIGURE_ARGS+= --enable-dbus +.endif + +.if defined(WITHOUT_ENCHANT) +CONFIGURE_ARGS+= --disable-enchant +.else +LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant +CONFIGURE_ARGS+= --enable-enchant +.endif post-patch: @${REINPLACE_CMD} -e 's|$${DATADIRNAME}/$${PACKAGE}|$${DATADIRNAME}/gnome/$${PACKAGE}|g' ${WRKSRC}/configure diff -urN /usr/ports/www/screem/distinfo www/screem/distinfo --- /usr/ports/www/screem/distinfo Wed Nov 9 13:37:38 2005 +++ www/screem/distinfo Wed Nov 16 23:00:24 2005 @@ -1,2 +1,3 @@ -MD5 (screem-0.16.0.tar.gz) = 31fdaad416d1d845fc267d8c27d59036 -SIZE (screem-0.16.0.tar.gz) = 3850088 +MD5 (screem-0.16.1.tar.gz) = 88bfc0afadb905ddbed9bdfbc869602a +SHA256 (screem-0.16.1.tar.gz) = 8ceed299ebaa85da0f542e727b725b9b55e449347818625863e7ef45fac1951e +SIZE (screem-0.16.1.tar.gz) = 3851388 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051119000033.34a46201.tkato432>