diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-31 15:22:11 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-31 15:22:11 +0000 |
commit | f5a3bba4235c4c1812c2d195f8d9546a503dd9f7 (patch) | |
tree | 0e7bdcf2404b44c3c3a3c92362eab34b90c0fade /x11-wm/ratpoison | |
parent | f01e7de603a5e75b614937e34b94c992d6bc86a0 (diff) | |
download | ports-f5a3bba4235c4c1812c2d195f8d9546a503dd9f7.tar.gz ports-f5a3bba4235c4c1812c2d195f8d9546a503dd9f7.zip |
Notes
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ratpoison/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/ratpoison/files/patch-configure | 13 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-plist | 5 |
4 files changed, 20 insertions, 2 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index d371364a0b2f..574f6a37baa4 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ratpoison -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-wm/ratpoison/distinfo b/x11-wm/ratpoison/distinfo index 5879f6c89c8b..4816b344f194 100644 --- a/x11-wm/ratpoison/distinfo +++ b/x11-wm/ratpoison/distinfo @@ -1 +1 @@ -MD5 (ratpoison-1.0.0.tar.gz) = e84a6609f9992644262bbbfa270d69ee +MD5 (ratpoison-1.1.1.tar.gz) = 59efd0719b6c3a9f9fcd606df95e5208 diff --git a/x11-wm/ratpoison/files/patch-configure b/x11-wm/ratpoison/files/patch-configure new file mode 100644 index 000000000000..6a7752d73bda --- /dev/null +++ b/x11-wm/ratpoison/files/patch-configure @@ -0,0 +1,13 @@ + +$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 + diff --git a/x11-wm/ratpoison/pkg-plist b/x11-wm/ratpoison/pkg-plist index 46832d4b5c46..04f45a0abcbf 100644 --- a/x11-wm/ratpoison/pkg-plist +++ b/x11-wm/ratpoison/pkg-plist @@ -1,4 +1,8 @@ +@comment $FreeBSD$ bin/ratpoison +share/ratpoison/genrpbindings +share/ratpoison/ratpoison.el +share/ratpoison/split.sh %%PORTDOCS%%@unexec install-info --delete %D/info/ratpoison %D/info/dir %%PORTDOCS%%info/ratpoison.info %%PORTDOCS%%@exec install-info %D/info/ratpoison.info %D/info/dir @@ -8,3 +12,4 @@ bin/ratpoison %%PORTDOCS%%share/doc/ratpoison/NEWS %%PORTDOCS%%share/doc/ratpoison/README %%PORTDOCS%%@dirrm share/doc/ratpoison +@dirrm share/ratpoison |