diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-31 23:22:11 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-31 23:22:11 +0800 |
commit | bc718c4e4e46e2220335e794ebebe6ccb48b6c23 (patch) | |
tree | 97effba2206e5aaee748c71d8086c4ca8a3faf8d /x11-wm/ratpoison | |
parent | 96d7dfcaa127b216faf604879c1c4cd477b784eb (diff) | |
download | freebsd-ports-graphics-bc718c4e4e46e2220335e794ebebe6ccb48b6c23.tar.gz freebsd-ports-graphics-bc718c4e4e46e2220335e794ebebe6ccb48b6c23.tar.zst freebsd-ports-graphics-bc718c4e4e46e2220335e794ebebe6ccb48b6c23.zip |
* Update to 1.1.1.
PR: 44175
Submitted by: Josh Elsasser <jre@vineyard.net>
* Respect CFLAGS.
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 d371364a0b2..574f6a37baa 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 5879f6c89c8..4816b344f19 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 00000000000..6a7752d73bd --- /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 46832d4b5c4..04f45a0abcb 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 |