aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/echinus
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-12 10:51:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-12 10:51:58 +0000
commit6f2d0e6d94a4b1c5e12f025ef22ad5f2bc215e0a (patch)
tree614ddc298b3de49c8cd22a82be71d8c6f4715ec6 /x11-wm/echinus
parent181a26995c060c778283c29be4bea5146e507367 (diff)
downloadports-6f2d0e6d94a4b1c5e12f025ef22ad5f2bc215e0a.tar.gz
ports-6f2d0e6d94a4b1c5e12f025ef22ad5f2bc215e0a.zip
- Update to 0.3.8
PR: 140370 Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=244159
Diffstat (limited to 'x11-wm/echinus')
-rw-r--r--x11-wm/echinus/Makefile4
-rw-r--r--x11-wm/echinus/distinfo6
-rw-r--r--x11-wm/echinus/files/patch-Makefile11
-rw-r--r--x11-wm/echinus/files/patch-config.mk28
-rw-r--r--x11-wm/echinus/files/pkg-message.in2
-rw-r--r--x11-wm/echinus/pkg-descr2
6 files changed, 15 insertions, 38 deletions
diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile
index b47a8696de64..e79a1175b4e8 100644
--- a/x11-wm/echinus/Makefile
+++ b/x11-wm/echinus/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= echinus
-PORTVERSION= 0.3.6
+PORTVERSION= 0.3.8
CATEGORIES= x11-wm
-MASTER_SITES= http://rootshell.be/~polachok/code/
+MASTER_SITES= http://www.rootshell.be/~polachok/code/
MAINTAINER= hrkfdn@gmail.com
COMMENT= A dynamic window manager for X11 based on dwm
diff --git a/x11-wm/echinus/distinfo b/x11-wm/echinus/distinfo
index 59c064beb49d..5ece36544b74 100644
--- a/x11-wm/echinus/distinfo
+++ b/x11-wm/echinus/distinfo
@@ -1,3 +1,3 @@
-MD5 (echinus-0.3.6.tar.gz) = e12e3c3dc3a9e88b93602d14f8d118e0
-SHA256 (echinus-0.3.6.tar.gz) = 71c6b159d472f80765d0ab35908055d81559313200e0dbec9031a32f4048366e
-SIZE (echinus-0.3.6.tar.gz) = 29136
+MD5 (echinus-0.3.8.tar.gz) = f2e50090c051dba4cb7b708537be5165
+SHA256 (echinus-0.3.8.tar.gz) = 5d5b3c524ec05e3536a25436f549d49bf551f56b00e790281ff7e6547de2b546
+SIZE (echinus-0.3.8.tar.gz) = 28711
diff --git a/x11-wm/echinus/files/patch-Makefile b/x11-wm/echinus/files/patch-Makefile
deleted file mode 100644
index ec724a10a5a1..000000000000
--- a/x11-wm/echinus/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.old 2008-08-19 16:57:30.000000000 -0300
-+++ Makefile 2008-08-31 17:46:50.000000000 -0300
-@@ -8,7 +8,7 @@
- FILES = draw.c parse.c ewmh.c config.h
- SRC = echinus.c
- OBJ = ${SRC:.c=.o}
--CONF = /share/examples/echinus
-+CONF = /usr/local/etc/echinus/
-
- all: options echinus ${HEADERS}
-
diff --git a/x11-wm/echinus/files/patch-config.mk b/x11-wm/echinus/files/patch-config.mk
index ab551ef19131..67de18a6720f 100644
--- a/x11-wm/echinus/files/patch-config.mk
+++ b/x11-wm/echinus/files/patch-config.mk
@@ -1,8 +1,12 @@
---- _config.mk 2008-08-04 14:08:03.000000000 +0200
-+++ config.mk 2008-08-04 14:07:48.000000000 +0200
-@@ -7,16 +7,16 @@
- PREFIX = ${HOME}
+diff -Naur ./config.mk ../echinus-0.3.8/config.mk
+--- ./config.mk 2009-11-07 22:00:00.000000000 +0100
++++ ../echinus-0.3.8/config.mk 2009-11-07 22:01:52.000000000 +0100
+@@ -6,10 +6,10 @@
+ # paths
+ PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
+-CONF = /share/examples/echinus
++CONF = ${PREFIX}/etc/echinus/
-X11INC = /usr/X11R6/include
-X11LIB = /usr/X11R6/lib
@@ -11,19 +15,3 @@
# includes and libs
INCS = -I. -I/usr/include -I${X11INC} `pkg-config --cflags xft`
- LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs xft`
-
- # flags
--CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
--LDFLAGS = -s ${LIBS}
-+CFLAGS += -Os ${INCS} -DVERSION=\"${VERSION}\"
-+LDFLAGS += -s ${LIBS}
- #CFLAGS = -g3 -ggdb3 -std=c99 -pedantic -Wall -O0 ${INCS} -DVERSION=\"${VERSION}\"
- #LDFLAGS = -g3 -ggdb3 ${LIBS}
-
-@@ -26,4 +26,4 @@
- #CFLAGS += -xtarget=ultra
-
- # compiler and linker
--CC = cc
-+CC? = cc
diff --git a/x11-wm/echinus/files/pkg-message.in b/x11-wm/echinus/files/pkg-message.in
index fdea8cc6b2a5..9b0087c67d12 100644
--- a/x11-wm/echinus/files/pkg-message.in
+++ b/x11-wm/echinus/files/pkg-message.in
@@ -3,7 +3,7 @@
Echinus has been installed.
A standard config file with its pixmaps has been installed to:
- PREFIX/etc/echinus/
+ %%PREFIX%%/etc/echinus/
Copy this folder to ~/.echinus/ and modify the echinusrc as you wish.
==============================================================================
diff --git a/x11-wm/echinus/pkg-descr b/x11-wm/echinus/pkg-descr
index 04b5066dbf0f..739d86955e89 100644
--- a/x11-wm/echinus/pkg-descr
+++ b/x11-wm/echinus/pkg-descr
@@ -6,4 +6,4 @@ Echinus supports a small subset of EWMH to be compatible
with external panels and pagers.
It draws a border around windows and also an optional titlebar.
-WWW: http://rootshell.be/~polachok/code/
+WWW: http://www.rootshell.be/~polachok/code/