aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp20
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-10-23 03:26:43 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-10-23 03:26:43 +0000
commit562f11d26dcee86592cdaf7f5dcf6afea62edf36 (patch)
treefdea0ac23d6a7b25d0261978a1be5be7af9eef58 /x11-toolkits/gtk-sharp20
parent2391377e6ede532030adde80bc3bfc24f64cf817 (diff)
downloadports-562f11d26dcee86592cdaf7f5dcf6afea62edf36.tar.gz
ports-562f11d26dcee86592cdaf7f5dcf6afea62edf36.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk-sharp20')
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile9
-rw-r--r--x11-toolkits/gtk-sharp20/distinfo6
-rw-r--r--x11-toolkits/gtk-sharp20/files/patch-configure20
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