diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-06-21 07:12:57 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-06-21 07:12:57 +0000 |
commit | 03d1133b22891567e59c7e6e2306128d56200ff2 (patch) | |
tree | fcb3f4620107e207ff32eea22ba155ba9ace32ea /x11-wm | |
parent | ed5470ed7ed75d4a1126d64417a335da9eddb316 (diff) | |
download | ports-03d1133b22891567e59c7e6e2306128d56200ff2.tar.gz ports-03d1133b22891567e59c7e6e2306128d56200ff2.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ratpoison/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/ratpoison/files/patch-actions.c | 19 | ||||
-rw-r--r-- | x11-wm/ratpoison/files/patch-configure | 13 |
4 files changed, 2 insertions, 34 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index 38f1e5c5e73d..a13f8917ae98 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ratpoison -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/x11-wm/ratpoison/distinfo b/x11-wm/ratpoison/distinfo index 4816b344f194..ac85d36a5b97 100644 --- a/x11-wm/ratpoison/distinfo +++ b/x11-wm/ratpoison/distinfo @@ -1 +1 @@ -MD5 (ratpoison-1.1.1.tar.gz) = 59efd0719b6c3a9f9fcd606df95e5208 +MD5 (ratpoison-1.2.2.tar.gz) = 7cc7a1149554b2f76e4c52d5c3592b74 diff --git a/x11-wm/ratpoison/files/patch-actions.c b/x11-wm/ratpoison/files/patch-actions.c deleted file mode 100644 index 456cfef0787d..000000000000 --- a/x11-wm/ratpoison/files/patch-actions.c +++ /dev/null @@ -1,19 +0,0 @@ -*** src/actions.c.orig Sun Nov 3 12:58:30 2002 ---- src/actions.c Sat Jul 6 17:31:27 2002 -*************** -*** 2078,2084 **** - return NULL; - } - -! #if !defined(HAVE_SETENV) || !defined(setenv) - /* For systems, such as Solaris, where setenv is not implemented - * in libc */ - /* FIXME: overwrite has no effect in this implementation! */ ---- 2078,2084 ---- - return NULL; - } - -! #if !defined(HAVE_SETENV) && !defined(setenv) - /* For systems, such as Solaris, where setenv is not implemented - * in libc */ - /* FIXME: overwrite has no effect in this implementation! */ diff --git a/x11-wm/ratpoison/files/patch-configure b/x11-wm/ratpoison/files/patch-configure deleted file mode 100644 index 6a7752d73bda..000000000000 --- a/x11-wm/ratpoison/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Sat Jul 6 23:46:16 2002 -+++ configure Thu Oct 31 16:16:00 2002 -@@ -846,7 +846,6 @@ - EOF - - --CFLAGS="$CFLAGS -Wall -O2" - echo $ac_n "checking build system type""... $ac_c" 1>&6 - echo "configure:852: checking build system type" >&5 - |