diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-11 00:42:12 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-11 00:42:12 +0800 |
commit | 2e3e4534e6282246e4e1f264ce5e4a41721a23a1 (patch) | |
tree | cf9bc20d493325ca0d9232b4e09d3fdf3e7564dd | |
parent | 7ef086d9fe1e79bfd7823d94708c98106e1c48e4 (diff) | |
download | freebsd-ports-gnome-2e3e4534e6282246e4e1f264ce5e4a41721a23a1.tar.gz freebsd-ports-gnome-2e3e4534e6282246e4e1f264ce5e4a41721a23a1.tar.zst freebsd-ports-gnome-2e3e4534e6282246e4e1f264ce5e4a41721a23a1.zip |
Update to 0.90.2
PR: 159500
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r-- | x11-wm/pager/Makefile | 30 | ||||
-rw-r--r-- | x11-wm/pager/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/pager/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/pager/pkg-message | 1 | ||||
-rw-r--r-- | x11-wm/pager/pkg-plist | 4 |
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 |