Update to latest snapshot. Adds stability when opening/closing larger
number of files at high rates. PR: 48063 Submitted by: maintainer
This commit is contained in:
parent
7a6f2ca28a
commit
4e18339202
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75053
3 changed files with 7 additions and 14 deletions
|
@ -6,21 +6,21 @@
|
|||
#
|
||||
|
||||
PORTNAME= bluefish
|
||||
PORTVERSION= 0.8.20030113
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.20030207
|
||||
CATEGORIES= www editors
|
||||
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/ \
|
||||
ftp://bluefish.advancecreations.com/pub/bluefish/snapshots/ \
|
||||
http://bluefish.mrball.net/snapshots/ \
|
||||
ftp://ftp.ratisbona.com/pub/bluefish/snapshots/ \
|
||||
http://bluefish.shellhung.org/snapshots/
|
||||
DISTNAME= ${PORTNAME}-gtk2port-2003-01-13
|
||||
DISTNAME= ${PORTNAME}-gtk2port-2003-02-07
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= einekoai@chello.nl
|
||||
|
||||
LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
pcre.0:${PORTSDIR}/devel/pcre \
|
||||
aspell.15:${PORTSDIR}/textproc/aspell
|
||||
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
|
||||
|
||||
WRKSRC= ${WRKDIR}/bluefish-gtk2
|
||||
|
@ -29,5 +29,7 @@ USE_GMAKE= yes
|
|||
USE_PERL5_BUILD= yes
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (bluefish-gtk2port-2003-01-13.tgz) = 225925daba74d0636046eabce94a8dde
|
||||
MD5 (bluefish-gtk2port-2003-02-07.tgz) = 6e7b4602dbd375a22236307b7e8c11a9
|
||||
|
|
|
@ -12,20 +12,11 @@ share/bluefish/icon_java.png
|
|||
share/bluefish/icon_php.png
|
||||
share/bluefish/icon_unknown.png
|
||||
share/bluefish/icon_xml.png
|
||||
share/locale/cs/LC_MESSAGES/bluefish.mo
|
||||
share/locale/da/LC_MESSAGES/bluefish.mo
|
||||
share/locale/de/LC_MESSAGES/bluefish.mo
|
||||
share/locale/el/LC_MESSAGES/bluefish.mo
|
||||
share/locale/en/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/ja/LC_MESSAGES/bluefish.mo
|
||||
share/locale/nl/LC_MESSAGES/bluefish.mo
|
||||
share/locale/no/LC_MESSAGES/bluefish.mo
|
||||
share/locale/pl/LC_MESSAGES/bluefish.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/bluefish.mo
|
||||
share/locale/ro/LC_MESSAGES/bluefish.mo
|
||||
share/locale/sv/LC_MESSAGES/bluefish.mo
|
||||
@dirrm share/bluefish
|
||||
|
|
Loading…
Reference in a new issue