diff options
author | jrm <jrm@FreeBSD.org> | 2017-04-23 01:11:10 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-04-23 01:11:10 +0800 |
commit | 49afdd37e601035e607988dc7d6d7d30c6a06d2a (patch) | |
tree | 53d2b9e8c0644e295620f1dbfabb98d68171df15 /x11-wm/ratpoison | |
parent | 3c699ba0311f3e098075c46f3cb8fcdaff1877a0 (diff) | |
download | freebsd-ports-gnome-49afdd37e601035e607988dc7d6d7d30c6a06d2a.tar.gz freebsd-ports-gnome-49afdd37e601035e607988dc7d6d7d30c6a06d2a.tar.zst freebsd-ports-gnome-49afdd37e601035e607988dc7d6d7d30c6a06d2a.zip |
x11-wm/ratpoison: Update to version 1.4.9
- Ratpoison now depends on libXrandr instead of libXinerama.
- Upstream stopped maintaining a Changelog [1].
- Take maintainership
[1] Refer to the repository log at
http://git.savannah.nongnu.org/cgit/ratpoison.git/log/
for a detailed list of changes.
Obtained from: swills (mentor, implicit)
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 |