Date: Sat, 22 Apr 2017 17:11:11 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439182 - head/x11-wm/ratpoison Message-ID: <201704221711.v3MHBB9G092697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Sat Apr 22 17:11:10 2017 New Revision: 439182 URL: https://svnweb.freebsd.org/changeset/ports/439182 Log: 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) Modified: head/x11-wm/ratpoison/Makefile head/x11-wm/ratpoison/distinfo head/x11-wm/ratpoison/pkg-plist Modified: head/x11-wm/ratpoison/Makefile ============================================================================== --- head/x11-wm/ratpoison/Makefile Sat Apr 22 15:47:09 2017 (r439181) +++ head/x11-wm/ratpoison/Makefile Sat Apr 22 17:11:10 2017 (r439182) @@ -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> Modified: head/x11-wm/ratpoison/distinfo ============================================================================== --- head/x11-wm/ratpoison/distinfo Sat Apr 22 15:47:09 2017 (r439181) +++ head/x11-wm/ratpoison/distinfo Sat Apr 22 17:11:10 2017 (r439182) @@ -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 Modified: head/x11-wm/ratpoison/pkg-plist ============================================================================== --- head/x11-wm/ratpoison/pkg-plist Sat Apr 22 15:47:09 2017 (r439181) +++ head/x11-wm/ratpoison/pkg-plist Sat Apr 22 17:11:10 2017 (r439182) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704221711.v3MHBB9G092697>