aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/pager
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-10 16:42:12 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-10 16:42:12 +0000
commita89b470bae107725506484cdf04e8ae88b97e893 (patch)
tree791559962f75536b9c81a80e009b140e7c5cd599 /x11-wm/pager
parent0fdd3623e63391dca1c64d47df1afb9737b399c9 (diff)
downloadports-a89b470bae107725506484cdf04e8ae88b97e893.tar.gz
ports-a89b470bae107725506484cdf04e8ae88b97e893.zip
Update to 0.90.2
PR: 159500 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=279438
Diffstat (limited to 'x11-wm/pager')
-rw-r--r--x11-wm/pager/Makefile30
-rw-r--r--x11-wm/pager/distinfo4
-rw-r--r--x11-wm/pager/pkg-descr2
-rw-r--r--x11-wm/pager/pkg-message1
-rw-r--r--x11-wm/pager/pkg-plist4
5 files changed, 14 insertions, 27 deletions
diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile
index ad0b244e5a0e..56143e5f72b3 100644
--- a/x11-wm/pager/Makefile
+++ b/x11-wm/pager/Makefile
@@ -6,36 +6,28 @@
#
PORTNAME= pager
-PORTVERSION= 0.6
-PORTREVISION= 12
+PORTVERSION= 0.90.2
CATEGORIES= x11-wm
-MASTER_SITES= SF
-MASTER_SITE_SUBDIR= sawfish-pager
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://download.tuxfamily.org/sawfishpager/
+DISTNAME= sawfish-pager-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A pager for sawfish without GNOME
-BROKEN= does not fetch
-
BUILD_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
-BROKEN= does not build
-
+USE_XZ= yes
+USE_GNOME= gtk20
USE_GMAKE= yes
-MAKEFILE= GNUmakefile
-USE_XORG= x11
-
-SAWFISH_VERSION= `${LOCALBASE}/bin/sawfish --version 2>&1 | \
- ${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'`
+GNU_CONFIGURE= yes
-PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}"
+PLIST_FILES= lib/sawfish/sawfishpager \
+ share/sawfish/lisp/sawfish/wm/ext/pager.jl \
+ share/sawfish/lisp/sawfish/wm/ext/pager.jlc
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jl \
- ${PREFIX}/share/sawfish/${SAWFISH_VERSION}/lisp/sawfish/wm/ext
+post-install:
+ @${STRIP_CMD} ${PREFIX}/lib/sawfish/sawfishpager
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/x11-wm/pager/distinfo b/x11-wm/pager/distinfo
index 54df88131d57..052065884742 100644
--- a/x11-wm/pager/distinfo
+++ b/x11-wm/pager/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pager-0.6.tgz) = d60e3788db46461c16411673cc37070ace4cbfab86d2c149e0bf2467e30ccb8c
-SIZE (pager-0.6.tgz) = 13624
+SHA256 (sawfish-pager-0.90.2.tar.xz) = 3d8c884f06f6fdf546ce27cf3ccca67373da4094b890ca018a538096d1178345
+SIZE (sawfish-pager-0.90.2.tar.xz) = 174760
diff --git a/x11-wm/pager/pkg-descr b/x11-wm/pager/pkg-descr
index b89819d6a747..3715caad5970 100644
--- a/x11-wm/pager/pkg-descr
+++ b/x11-wm/pager/pkg-descr
@@ -1,3 +1,3 @@
A pager for sawfish without GNOME
-WWW: http://sawfish-pager.sourceforge.net/
+WWW: http://sawfish.tuxfamily.org/
diff --git a/x11-wm/pager/pkg-message b/x11-wm/pager/pkg-message
index 3f5364f386e2..26243d27043e 100644
--- a/x11-wm/pager/pkg-message
+++ b/x11-wm/pager/pkg-message
@@ -3,6 +3,5 @@ To start the pager at the startup of sawfish add the following to
your sawfish resource file (e.g. ~/.sawfishrc):
(require 'sawfish.wm.ext.pager)
- (setq pager-executable "pager")
(add-hook 'after-initialization-hook pager t)
********************************************************************************
diff --git a/x11-wm/pager/pkg-plist b/x11-wm/pager/pkg-plist
deleted file mode 100644
index 42fb50fc932d..000000000000
--- a/x11-wm/pager/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/pager
-share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jl
-@comment share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jlc
-@comment doesn't work correct with the compiled .jl file at the moment