[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo by killfill

noreply at forge.novell.com noreply at forge.novell.com
Tue Oct 2 20:43:21 MDT 2007


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo by killfill

Modified Files:
	Makefile pkg-plist 
Log Message:
Fix boo syntax higlighting in gtksourceview programs


===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/Makefile	2007/10/02 01:24:49	1.24
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/Makefile	2007/10/03 02:43:21	1.25
@@ -3,11 +3,12 @@
 # Whom:				Christopher Nehren <apeiron at coitusmentis.info>
 #
 # $FreeBSD$
-#   $Id: Makefile,v 1.24 2007/10/02 01:24:49 killfill Exp $
+#   $Id: Makefile,v 1.25 2007/10/03 02:43:21 killfill Exp $
 #
 
 PORTNAME=	boo
 PORTVERSION=	0.7.9.2659
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://dist.codehaus.org/boo/distributions/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -29,5 +30,8 @@
 	-e 's|"install.prefix" value="/usr/local"|"install.prefix" value="${PREFIX}"|' \
 	${WRKSRC}/default.build
 
+post-install:
+	${LOCALBASE}/bin/update-mime-database ${LOCALBASE}/share/mime
+
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include <bsd.port.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/pkg-plist,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/pkg-plist	2007/10/02 01:24:49	1.11
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/pkg-plist	2007/10/03 02:43:21	1.12
@@ -31,9 +31,12 @@
 lib/mono/gac/Boo.Lang/2.0.0.0__32c39770e9a21a67/Boo.Lang.dll.mdb
 libdata/pkgconfig/boo.pc
 share/mime/packages/boo-mime-info.xml
+share/gtksourceview-1.0/language-specs/boo.lang
 share/mime-info/boo.mime
 share/mime-info/boo.keys
 @dirrmtry share/mime-info
+ at dirrmtry share/gtksourceview-1.0/language-specs
+ at dirrmtry share/gtksourceview-1.0
 @dirrm lib/mono/gac/Boo.Lang/2.0.0.0__32c39770e9a21a67
 @dirrm lib/mono/gac/Boo.Lang.Useful/2.0.0.0__32c39770e9a21a67
 @dirrm lib/mono/gac/Boo.Lang.Useful


More information about the Bsd-sharp-cvs mailing list