diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-04-03 06:51:26 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-04-03 06:51:26 +0000 |
commit | b2634dd1dc039d159a887701c1136ee034db9172 (patch) | |
tree | 0baeed7e8ee83a450337c0cedf3d0aa574c7ddf6 /x11-toolkits/gtk-sharp20 | |
parent | dc426a372b41571686b90dfb5bc67f528b3ca58c (diff) | |
download | ports-b2634dd1dc039d159a887701c1136ee034db9172.tar.gz ports-b2634dd1dc039d159a887701c1136ee034db9172.zip |
- Update to 1.0.8.
- Change the maintainership; it seems that I have accidented put old
maintainer back in.
http://www.freebsd.org/cgi/getmsg.cgi?fetch=297599+0+/usr/local/www/db/text/2005/cvs-all/20050220.cvs-all
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Notes
Notes:
svn path=/head/; revision=132322
Diffstat (limited to 'x11-toolkits/gtk-sharp20')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 55b79a7f4e1a..543ccd6316aa 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -2,17 +2,17 @@ # Date created: 2003-01-01 # Whom: Juli Mallett # -# $Id: Makefile,v 1.2 2005/02/27 04:28:41 mezz Exp $ +# $Id: Makefile,v 1.15 2005/03/26 22:41:35 mezz7 Exp $ # $FreeBSD$ # PORTNAME= gtk-sharp -PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTVERSION= 1.0.8 CATEGORIES= x11-toolkits -MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= coop9211@uidaho.edu +MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= GTK+ and GNOME interfaces for the .NET runtime BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono @@ -31,7 +31,5 @@ MAKE_ENV=MONO_SHARED_DIR=${WRKDIR} post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' - @${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.6|g' \ - ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp20/distinfo b/x11-toolkits/gtk-sharp20/distinfo index a6d4885a7d7e..5b6ea060f45e 100644 --- a/x11-toolkits/gtk-sharp20/distinfo +++ b/x11-toolkits/gtk-sharp20/distinfo @@ -1,2 +1,2 @@ -MD5 (gtk-sharp-1.0.6.tar.gz) = 2651d14fe77174ab20b8af53d150ee11 -SIZE (gtk-sharp-1.0.6.tar.gz) = 1782050 +MD5 (gtk-sharp-1.0.8.tar.gz) = 89d835b161e2f84604d1f4747e7ffda3 +SIZE (gtk-sharp-1.0.8.tar.gz) = 1841365 diff --git a/x11-toolkits/gtk-sharp20/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in b/x11-toolkits/gtk-sharp20/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in index daa43fde61d5..7109eb4c853d 100644 --- a/x11-toolkits/gtk-sharp20/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in +++ b/x11-toolkits/gtk-sharp20/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in @@ -3,5 +3,5 @@ @@ -1,3 +1,3 @@ <configuration> - <dllmap dll="gtkhtml-3.0" target="libgtkhtml-@GTKHTML_VERSION@@LIB_PREFIX@.@GTKHTML_SOVERSION@@LIB_SUFFIX@"/> -+ <dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.6@LIB_PREFIX@@LIB_SUFFIX@"/> ++ <dllmap dll="gtkhtml-3.0" target="libgtkhtml-@GTKHTML_VERSION@@LIB_PREFIX@@LIB_SUFFIX@"/> </configuration> |