aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/qlwm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-17 20:13:32 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-17 20:13:32 +0000
commit6b76e1d62d4ae87d992e51bd1c0a6332f2bb55f1 (patch)
tree6615c90607d54435894424155739e34ed882c223 /x11-wm/qlwm
parentbb686e640493d979fad78e6e623227713f11d8c3 (diff)
downloadports-6b76e1d62d4ae87d992e51bd1c0a6332f2bb55f1.tar.gz
ports-6b76e1d62d4ae87d992e51bd1c0a6332f2bb55f1.zip
Notes
Diffstat (limited to 'x11-wm/qlwm')
-rw-r--r--x11-wm/qlwm/Makefile12
-rw-r--r--x11-wm/qlwm/distinfo4
-rw-r--r--x11-wm/qlwm/pkg-descr7
3 files changed, 9 insertions, 14 deletions
diff --git a/x11-wm/qlwm/Makefile b/x11-wm/qlwm/Makefile
index 0ae10802b24f..859842a458f2 100644
--- a/x11-wm/qlwm/Makefile
+++ b/x11-wm/qlwm/Makefile
@@ -8,9 +8,9 @@
#
PORTNAME= qlwm
-PORTVERSION= 3.0
+PORTVERSION= 3.1
CATEGORIES= x11-wm
-MASTER_SITES= http://www.netcologne.de/~nc-lindenal/qlwm/
+MASTER_SITES= http://www.alinden.mynetcologne.de/qlwm/
MAINTAINER= trevor@FreeBSD.org
COMMENT= Qt-based window manager
@@ -28,12 +28,6 @@ REINPLACE_ARGS= -i'' -E
MAKE_ENV= DEST="${PREFIX}/${LIBDIR}" INCPATH="${QTCPPFLAGS}" \
LIBS="${QTCFGLIBS} -lqt-mt -pthread" LINK="${CXX}" MOC="${MOC}"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Fails to link"
-.endif
-
post-patch:
${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} \
's|/usr/local/qlwm|${PREFIX}/${LIBDIR}|g ; \
@@ -79,4 +73,4 @@ do-install:
${SED} -e s,%PREFIX%,${PREFIX},g <${FILESDIR}/qlwm >${WRKSRC}/qlwm
${INSTALL_SCRIPT} ${WRKSRC}/qlwm ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11-wm/qlwm/distinfo b/x11-wm/qlwm/distinfo
index cb8002aa2416..59c5077f85ec 100644
--- a/x11-wm/qlwm/distinfo
+++ b/x11-wm/qlwm/distinfo
@@ -1,2 +1,2 @@
-MD5 (qlwm-3.0.tar.gz) = a3b4f333116c9ca4451b8704767a86b3
-SIZE (qlwm-3.0.tar.gz) = 50507
+MD5 (qlwm-3.1.tar.gz) = 722a08ee0a0382c4123c05d760aed4be
+SIZE (qlwm-3.1.tar.gz) = 50668
diff --git a/x11-wm/qlwm/pkg-descr b/x11-wm/qlwm/pkg-descr
index 9fb44acca8bf..06c7275a946f 100644
--- a/x11-wm/qlwm/pkg-descr
+++ b/x11-wm/qlwm/pkg-descr
@@ -3,9 +3,10 @@ icons, keyboard controls, and virtual screens. It comes with two
applets: a biff-like mail indicator and a clock, both designed to
be swallowed by its toolbar.
-Caution! This window manager will end your X session when it is
-killed, so finish up in all your X programs first.
+Caution! Killing this window manager will kill some of your X
+clients (applications).
-WWW: http://www.netcologne.de/~nc-lindenal/qlwm
+WWW: http://www.alinden.mynetcologne.de/qlwm/
+and http://www.netcologne.de/~nc-lindenal/qlwm
Trevor Johnson