diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2017-04-22 17:11:10 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2017-04-22 17:11:10 +0000 |
commit | 9a6f39f0a05f613c4236698c82ad345533d77e83 (patch) | |
tree | 53d2b9e8c0644e295620f1dbfabb98d68171df15 /x11-wm/ratpoison | |
parent | 75e24ef1e9923e8ffa6b6a9bddd59a760581b374 (diff) | |
download | ports-9a6f39f0a05f613c4236698c82ad345533d77e83.tar.gz ports-9a6f39f0a05f613c4236698c82ad345533d77e83.zip |
Notes
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 13 | ||||
-rw-r--r-- | x11-wm/ratpoison/distinfo | 5 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-plist | 1 |
3 files changed, 8 insertions, 11 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index f18855a2933e..e919166c3121 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= ratpoison -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= x11-wm MASTER_SITES= SAVANNAH -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Simple window manager with no fat library dependencies LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig -USE_XORG= ice x11 xext xinerama xtst +USE_XORG= ice x11 xext xrandr xtst GNU_CONFIGURE= yes SUB_FILES= ratpoison.desktop @@ -29,19 +30,15 @@ READLINE_CONFIGURE_ENABLE= history XFT_USE= xorg=xft XFT_CONFIGURE_WITH= xft -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e \ '/^doc_DATA/s|COPYING||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|$$(lispdir)|$$(pkgdatadir)|' ${WRKSRC}/contrib/Makefile.in -post-install: -.if ${PORT_OPTIONS:MGDM_SUPPORT} +post-install-GDM_SUPPORT-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dm/Sessions (cd ${WRKDIR} && ${INSTALL_DATA} ratpoison.desktop \ ${STAGEDIR}${PREFIX}/etc/dm/Sessions) -.endif .include <bsd.port.mk> diff --git a/x11-wm/ratpoison/distinfo b/x11-wm/ratpoison/distinfo index 038cbd1da159..a06f1449a11a 100644 --- a/x11-wm/ratpoison/distinfo +++ b/x11-wm/ratpoison/distinfo @@ -1,2 +1,3 @@ -SHA256 (ratpoison-1.4.8.tar.gz) = 40004bbcb5aaae6a22f86f74c47580fab47688c53ac9b88123cc83004836045f -SIZE (ratpoison-1.4.8.tar.gz) = 485609 +TIMESTAMP = 1492877171 +SHA256 (ratpoison-1.4.9.tar.gz) = 3a36da22a2b5c330bac2580b5b8a5d03b787edc70ca5b1766ac4840f997000d9 +SIZE (ratpoison-1.4.9.tar.gz) = 424716 diff --git a/x11-wm/ratpoison/pkg-plist b/x11-wm/ratpoison/pkg-plist index 78036240788b..d4508ff1b7f1 100644 --- a/x11-wm/ratpoison/pkg-plist +++ b/x11-wm/ratpoison/pkg-plist @@ -3,7 +3,6 @@ bin/rpws %%GDM_SUPPORT%%etc/dm/Sessions/ratpoison.desktop man/man1/ratpoison.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/allwindows.sh |