Index: head/www/bluefish-devel/Makefile =================================================================== --- head/www/bluefish-devel/Makefile (revision 84217) +++ head/www/bluefish-devel/Makefile (revision 84218) @@ -1,50 +1,49 @@ # New ports collection makefile for: bluefish # Date created: 23 January 2003 # Whom: Koop Mast # # $FreeBSD$ # PORTNAME= bluefish -PORTVERSION= 0.9.20030621 +PORTVERSION= 0.9.20030703 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.mrball.net/${DOWNLOAD}/ \ ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.shellhung.org/${DOWNLOAD}/ -DISTNAME= ${PORTNAME}-2003-06-21 +DISTNAME= ${PORTNAME}-2003-07-03 MAINTAINER= einekoai@chello.nl COMMENT= HTML editor designed for the experienced web designer LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ aspell.15:${PORTSDIR}/textproc/aspell RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint DOWNLOAD= snapshots WRKSRC= ${WRKDIR}/bluefish-gtk2 NO_LATEST_LINK= yes USE_BZIP2= yes USE_GNOME= gnomehier gtk20 USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gnome2-menu=${PREFIX}/share/gnome/apps/Applications +CONFIGURE_ARGS= --with-gnome2-menu=${PREFIX}/share/gnome/apps/Applications \ + --with-icon-path=${PREFIX}/share/gnome/pixmaps -.include - # Turns debugging output on .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --with-debugging-output .endif pre-everything:: .if !defined(WITH_DEBUG) @${ECHO_MSG} "" @${ECHO_MSG} "WITH_DEBUG=yes for debug support" .endif -.include +.include Property changes on: head/www/bluefish-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/www/bluefish-devel/distinfo =================================================================== --- head/www/bluefish-devel/distinfo (revision 84217) +++ head/www/bluefish-devel/distinfo (revision 84218) @@ -1 +1 @@ -MD5 (bluefish-2003-06-21.tar.bz2) = 439f167f36d498388529e8fbdb18e418 +MD5 (bluefish-2003-07-03.tar.bz2) = 3d4cacdbdf7ad107917579b475b84e57 Property changes on: head/www/bluefish-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/www/bluefish-devel/files/patch-Makefile.in =================================================================== --- head/www/bluefish-devel/files/patch-Makefile.in (revision 84217) +++ head/www/bluefish-devel/files/patch-Makefile.in (revision 84218) @@ -1,20 +1,20 @@ --- Makefile.in.orig Tue Jun 10 20:15:57 2003 +++ Makefile.in Sat Jun 21 19:53:20 2003 @@ -45,7 +45,7 @@ bluefish:all all: @cd src/ && $(MAKE) all -- if [ ${USE_NLS} == "yes" ]; then \ +- if [ "${USE_NLS}" == "yes" ]; then \ + if [ ${USE_NLS} = "yes" ]; then \ cd po/ && $(MAKE) all; \ fi @cd data/ && $(MAKE) all @@ -77,7 +77,7 @@ $(INSTALL_DATA) inline_images/bluefish_icon1.png $(iconpath)/bluefish-icon.png ;\ fi @cd src/ && $(MAKE) install -- if [ ${USE_NLS} == "yes" ]; then \ +- if [ "${USE_NLS}" == "yes" ]; then \ + if [ ${USE_NLS} = "yes" ]; then \ cd po/ && $(MAKE) install;\ fi @cd data/ && $(MAKE) install Property changes on: head/www/bluefish-devel/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/bluefish-devel/pkg-plist =================================================================== --- head/www/bluefish-devel/pkg-plist (revision 84217) +++ head/www/bluefish-devel/pkg-plist (revision 84218) @@ -1,32 +1,68 @@ bin/bluefish share/bluefish/bluefish_splash.png share/bluefish/custom_menu.default share/bluefish/encodings.default share/bluefish/filetypes.default share/bluefish/funcref_html.xml share/bluefish/funcref_php.xml share/bluefish/highlighting.default share/bluefish/icon_c.png share/bluefish/icon_cfml.png share/bluefish/icon_dir.png share/bluefish/icon_html.png share/bluefish/icon_image.png share/bluefish/icon_java.png share/bluefish/icon_pascal.png share/bluefish/icon_php.png share/bluefish/icon_python.png share/bluefish/icon_r.png share/bluefish/icon_unknown.png share/bluefish/icon_xml.png share/gnome/apps/Applications/bluefish.desktop +share/gnome/pixmaps/bluefish-icon.png share/locale/da/LC_MESSAGES/bluefish.mo share/locale/de/LC_MESSAGES/bluefish.mo share/locale/es/LC_MESSAGES/bluefish.mo share/locale/fr/LC_MESSAGES/bluefish.mo share/locale/hu/LC_MESSAGES/bluefish.mo share/locale/it/LC_MESSAGES/bluefish.mo share/locale/no/LC_MESSAGES/bluefish.mo share/locale/pl/LC_MESSAGES/bluefish.mo share/locale/ru/LC_MESSAGES/bluefish.mo share/locale/sv/LC_MESSAGES/bluefish.mo +@unexec rmdir share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/zh_CN 2>/dev/null || true +@unexec rmdir share/locale/sv/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/sv 2>/dev/null || true +@unexec rmdir share/locale/ru/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/ru 2>/dev/null || true +@unexec rmdir share/locale/pl/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/pl 2>/dev/null || true +@unexec rmdir share/locale/no_nb/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/no_nb 2>/dev/null || true +@unexec rmdir share/locale/no/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/no 2>/dev/null || true +@unexec rmdir share/locale/nl_NL/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/nl_NL 2>/dev/null || true +@unexec rmdir share/locale/it/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/it 2>/dev/null || true +@unexec rmdir share/locale/hu/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/hu 2>/dev/null || true +@unexec rmdir share/locale/gr/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/gr 2>/dev/null || true +@unexec rmdir share/locale/fr/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/fr 2>/dev/null || true +@unexec rmdir share/locale/fi/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/fi 2>/dev/null || true +@unexec rmdir share/locale/es/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/es 2>/dev/null || true +@unexec rmdir share/locale/de/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/de 2>/dev/null || true +@unexec rmdir share/locale/da_DK/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/da_DK 2>/dev/null || true +@unexec rmdir share/locale/da/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/da 2>/dev/null || true +@unexec rmdir share/locale/ar/LC_MESSAGES 2>/dev/null || true +@unexec rmdir share/locale/ar 2>/dev/null || true +@unexec rmdir share/locale 2>/dev/null || true @dirrm share/bluefish Property changes on: head/www/bluefish-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property