svn commit: r310203 - head/www/bluefish
Sylvio Cesar Teixeira
sylvio at FreeBSD.org
Thu Jan 10 20:48:37 UTC 2013
Author: sylvio
Date: Thu Jan 10 20:48:36 2013
New Revision: 310203
URL: http://svnweb.freebsd.org/changeset/ports/310203
Log:
- Update to 2.2.3
- New file pkg-message due of update tidy
Submitted by: bar@ (private mail)
Added:
head/www/bluefish/pkg-message (contents, props changed)
Modified:
head/www/bluefish/Makefile
head/www/bluefish/distinfo
head/www/bluefish/pkg-plist
Modified: head/www/bluefish/Makefile
==============================================================================
--- head/www/bluefish/Makefile Thu Jan 10 19:46:40 2013 (r310202)
+++ head/www/bluefish/Makefile Thu Jan 10 20:48:36 2013 (r310203)
@@ -1,14 +1,8 @@
-# New ports collection makefile for: bluefish
-# Date created: 23 January 2003
-# Whom: Koop Mast <einekoai at chello.nl>
-#
+# Created by: Koop Mast <einekoai at chello.nl>
# $FreeBSD$
-# $MCom: ports/www/bluefish/Makefile,v 1.6 2007/10/11 03:20:30 mezz Exp $
-#
PORTNAME= bluefish
-PORTVERSION= 2.2.2
-PORTREVISION= 2
+PORTVERSION= 2.2.3
CATEGORIES= www editors
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
http://bluefish.mrball.net/stable/source/ \
@@ -38,18 +32,22 @@ CONFIGURE_ARGS= --with-gtk2 \
MAN1= bluefish.1
-OPTIONS= DEBUG "Enable debugging output" Off \
- TIDY "Include Tidy HTML cleanup program" Off \
- WEBLINT "Include Weblint syntax and style checker" On
+OPTIONS_DEFINE= DEBUG TIDY WEBLINT
+
+DEBUG_DESC= Enable debugging output
+TIDY_DESC= Include Tidy HTML cleanup program
+WEBLINT_DESC= Include Weblint syntax and style checker
+
+OPTIONS_DEFAULT= WEBLINT
.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${HAVE_GNOME:Mlibgnomeui}!=""
USE_GNOME+= libgnomeui
.endif
-# Turns debugging output on
-.if defined(WITH_DEBUG)
+.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+= --with-debugging-output
.endif
@@ -61,10 +59,11 @@ USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
-.if defined(WITH_TIDY)
-RUN_DEPENDS+= tidy:${PORTSDIR}/www/tidy
+.if ${PORT_OPTIONS:MTIDY}
+RUN_DEPENDS+= tidy4:${PORTSDIR}/www/tidy
.endif
-.if !defined(WITHOUT_WEBLINT)
+
+.if ${PORT_OPTIONS:MWEBLINT}
RUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint
.endif
@@ -72,7 +71,7 @@ pre-install:
@${MKDIR} ${PREFIX}/share/mime
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${MKDIR} ${DOCSDIR}/bflang
${INSTALL_DATA} ${WRKSRC}/data/bflang/sample.bflang2 ${DOCSDIR}/bflang
Modified: head/www/bluefish/distinfo
==============================================================================
--- head/www/bluefish/distinfo Thu Jan 10 19:46:40 2013 (r310202)
+++ head/www/bluefish/distinfo Thu Jan 10 20:48:36 2013 (r310203)
@@ -1,2 +1,2 @@
-SHA256 (bluefish-2.2.2.tar.bz2) = 1e9f171657cd7d34e31d7ff8608b10dded56dcb4831bc75d6ab75cd826f97b84
-SIZE (bluefish-2.2.2.tar.bz2) = 3548284
+SHA256 (bluefish-2.2.3.tar.bz2) = be284cd972d82b56a55f9b9588b3c0ff18702318822f45c7598c336de8a4d6ea
+SIZE (bluefish-2.2.3.tar.bz2) = 3635489
Added: head/www/bluefish/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/bluefish/pkg-message Thu Jan 10 20:48:36 2013 (r310203)
@@ -0,0 +1,11 @@
+$FreeBSD$
+----------------------------------------------------------------------------
+WARNING:
+
+DUE CHANGE OF tidy to tidy4
+
+If ~/.bluefish exists, the commands should be manually fixed opening the
+preferences window (Edit->Preferences) and then changing tidy to tidy4 in
+"External filters" and "Output parser" preferences.
+
+----------------------------------------------------------------------------
Modified: head/www/bluefish/pkg-plist
==============================================================================
--- head/www/bluefish/pkg-plist Thu Jan 10 19:46:40 2013 (r310202)
+++ head/www/bluefish/pkg-plist Thu Jan 10 20:48:36 2013 (r310203)
@@ -84,6 +84,11 @@ share/applications/bluefish.desktop
%%DATADIR%%/bluefish_splash.png
%%DATADIR%%/default_accelmap
%%DATADIR%%/encodings
+%%DATADIR%%/lorem-ipsum-generator
+%%DATADIR%%/lipsum/__init__.py
+%%DATADIR%%/lipsum/data/dictionary.txt
+%%DATADIR%%/lipsum/data/lipsum.xml
+%%DATADIR%%/lipsum/data/sample.txt
%%DATADIR%%/plugins/htmlbar/ui/htmlbar_menu_ui.xml
%%DATADIR%%/plugins/zencoding/__init__.py
%%DATADIR%%/plugins/zencoding/html_matcher.py
@@ -412,6 +417,8 @@ share/xml/bluefish/catalog.xml
@dirrm %%DATADIR%%/plugins/htmlbar/ui
@dirrm %%DATADIR%%/plugins/htmlbar
@dirrm %%DATADIR%%/plugins
+ at dirrm %%DATADIR%%/lipsum/data
+ at dirrm %%DATADIR%%/lipsum
@dirrm %%DATADIR%%/bflib
@dirrm %%DATADIR%%/bflang
@dirrm %%DATADIR%%
More information about the svn-ports-head
mailing list