diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-10-23 11:26:43 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-10-23 11:26:43 +0800 |
commit | 75cd30b2b78883648d3af4c1b1df433ab05183ae (patch) | |
tree | c7302eb20c98b92a7ea5bf0b1c73bb28b19210ef | |
parent | ad6a2963166cda9a2333a06c0618476bdae1e70c (diff) | |
download | freebsd-ports-gnome-75cd30b2b78883648d3af4c1b1df433ab05183ae.tar.gz freebsd-ports-gnome-75cd30b2b78883648d3af4c1b1df433ab05183ae.tar.zst freebsd-ports-gnome-75cd30b2b78883648d3af4c1b1df433ab05183ae.zip |
Update to 2.10.2
Submitted by: Phillip Neumann
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/files/patch-configure | 20 |
3 files changed, 7 insertions, 28 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 26effff4cba6..de36642299ff 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -3,15 +3,14 @@ # Whom: Juli Mallett # # $FreeBSD$ -# $Id: Makefile,v 1.22 2006/10/30 02:50:04 tmclau02 Exp $ +# $Id: Makefile,v 1.27 2007/10/03 00:48:49 killfill Exp $ # PORTNAME= gtk-sharp -PORTVERSION= 2.10.0 -PORTREVISION= 2 +PORTVERSION= 2.10.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 +MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= GTK+ and GNOME interfaces for the .NET runtime diff --git a/x11-toolkits/gtk-sharp20/distinfo b/x11-toolkits/gtk-sharp20/distinfo index dff7b423c9f0..01114a3ad522 100644 --- a/x11-toolkits/gtk-sharp20/distinfo +++ b/x11-toolkits/gtk-sharp20/distinfo @@ -1,3 +1,3 @@ -MD5 (gtk-sharp-2.10.0.tar.bz2) = 7786801c53537e8c208fb9f46c22f18b -SHA256 (gtk-sharp-2.10.0.tar.bz2) = c5098b6722151d71b523baf4a201e12b1a48aae2389f422dbfda9fdd043d3f99 -SIZE (gtk-sharp-2.10.0.tar.bz2) = 1434673 +MD5 (gtk-sharp-2.10.2.tar.bz2) = 7d509a677c58b2e6a8c85db51d0b1451 +SHA256 (gtk-sharp-2.10.2.tar.bz2) = 8dc7f6180109a529b3216b6527f34a01e1e4484e42ebbd28d551e8f6ce0c243d +SIZE (gtk-sharp-2.10.2.tar.bz2) = 1475426 diff --git a/x11-toolkits/gtk-sharp20/files/patch-configure b/x11-toolkits/gtk-sharp20/files/patch-configure deleted file mode 100644 index 291a4b8771af..000000000000 --- a/x11-toolkits/gtk-sharp20/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Thu Sep 15 20:11:20 2005 -+++ configure Thu Sep 15 20:15:41 2005 -@@ -21023,7 +21023,7 @@ - - - --CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings' -+CFLAGS='-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings' - - if test "x$enable_maintainer_mode" = "xyes"; then - DEBUG_FLAGS='-debug' -@@ -21240,7 +21240,7 @@ - fi - - if test "x$has_mono" = "xtrue"; then --GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(prefix)/lib' -+GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /root $(DESTDIR)$(prefix)/lib /gacdir $(DESTDIR)$(prefix)/lib' - GENERATED_SOURCES=generated/*.cs - # Extract the first word of "mono", so it can be a program name with args. - set dummy mono; ac_word=$2 |