diff options
author | obraun <obraun@FreeBSD.org> | 2002-11-21 13:44:28 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-11-21 13:44:28 +0000 |
commit | 765c2d0d6903f7c2a42d3782b7892192769dae1c (patch) | |
tree | a5af1526ae84c4bf747f04cfb65217cb194a12e4 /x11-wm/pager | |
parent | 882364c71069a240478de0408e700fcc79296e85 (diff) | |
download | FreeBSD-ports-765c2d0d6903f7c2a42d3782b7892192769dae1c.zip FreeBSD-ports-765c2d0d6903f7c2a42d3782b7892192769dae1c.tar.gz |
Upgrade to 0.5.
PR: ports/45562
Submitted by: maintainer
Diffstat (limited to 'x11-wm/pager')
-rw-r--r-- | x11-wm/pager/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/pager/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/pager/files/patch-pager.c | 10 | ||||
-rw-r--r-- | x11-wm/pager/files/patch-pager.jl | 14 |
4 files changed, 14 insertions, 17 deletions
diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile index 8e7c09a..31c8d3e 100644 --- a/x11-wm/pager/Makefile +++ b/x11-wm/pager/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pager -PORTVERSION= 0.4a +PORTVERSION= 0.5 CATEGORIES= x11-wm MASTER_SITES= http://dapfy.bei.t-online.de/sawfish/pager/ EXTRACT_SUFX= .tgz @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish RUN_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish USE_GMAKE= yes +MAKEFILE= GNUmakefile USE_GNOME= gtk12 USE_GNOMENG= yes USE_REINPLACE= yes @@ -28,7 +29,7 @@ SAWFISH_VERSION= `${X11BASE}/bin/sawfish --version 2>&1 | \ PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}" post-patch: - @${REINPLACE_CMD} -e 's/gtk-config/gtk12-config/g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's/gtk-config/gtk12-config/g' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/x11-wm/pager/distinfo b/x11-wm/pager/distinfo index 43fd5f7..24d5093 100644 --- a/x11-wm/pager/distinfo +++ b/x11-wm/pager/distinfo @@ -1 +1 @@ -MD5 (pager-0.4a.tgz) = c67f36063e98ab81940c52b66a2c4212 +MD5 (pager-0.5.tgz) = 02375110f5e03bc3f390ab389d4baca4 diff --git a/x11-wm/pager/files/patch-pager.c b/x11-wm/pager/files/patch-pager.c new file mode 100644 index 0000000..18a6adb --- /dev/null +++ b/x11-wm/pager/files/patch-pager.c @@ -0,0 +1,10 @@ +--- pager.c.orig Thu Nov 21 12:46:28 2002 ++++ pager.c Thu Nov 21 12:46:48 2002 +@@ -24,6 +24,7 @@ + #include <stdio.h> + #include <string.h> + #include <unistd.h> ++#include <sys/time.h> + #include <sys/select.h> + #include <gtk/gtk.h> + diff --git a/x11-wm/pager/files/patch-pager.jl b/x11-wm/pager/files/patch-pager.jl deleted file mode 100644 index 62a57f0..0000000 --- a/x11-wm/pager/files/patch-pager.jl +++ /dev/null @@ -1,14 +0,0 @@ ---- pager.jl.orig Tue Nov 19 21:06:10 2002 -+++ pager.jl Tue Nov 19 21:08:30 2002 -@@ -277,7 +277,10 @@ - ;; Tells the C program to change the colors - (define (send-colors) - (send ?c -- (mapcar color-rgb -+ (mapcar (lambda (color) -+ (let ((clist (color-rgb color))) -+ (setcdr (nthcdr 2 clist) nil) -+ clist)) - (list pager-color-background - pager-color-viewport - pager-color-window |