Index: head/x11-wm/spectrwm/Makefile =================================================================== --- head/x11-wm/spectrwm/Makefile (revision 366591) +++ head/x11-wm/spectrwm/Makefile (revision 366592) @@ -1,55 +1,54 @@ # Created by: Aragon Gouveia # $FreeBSD$ PORTNAME= spectrwm -PORTVERSION= 2.5.1 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= x11-wm MASTER_SITES= https://opensource.conformal.com/snapshots/${PORTNAME}/ EXTRACT_SUFX= .tgz MAINTAINER= zeising@FreeBSD.org COMMENT= Small, dynamic tiling window manager for X11 LICENSE= ISCL LIB_DEPENDS+= libxcb-util.so:${PORTSDIR}/x11/xcb-util \ libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms RUN_DEPENDS+= dmenu:${PORTSDIR}/x11/dmenu USE_XORG= x11 xcb xcursor xft xrandr xt USE_LDCONFIG= yes PORTEXAMPLES= spectrwm_cz.conf \ spectrwm_es.conf \ spectrwm_fr.conf \ spectrwm_fr_ch.conf \ spectrwm_se.conf \ spectrwm_us.conf post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/spectrwm.* do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include \ -I${LOCALBASE}/include/freetype2 -I${WRKSRC}/freebsd \ -lutil -L${LOCALBASE}/lib -lX11 -lX11-xcb -lxcb -lxcb-icccm \ -lxcb-keysyms -lxcb-randr -lxcb-util -lxcb-xtest -lXcursor \ -lXft -lXrandr -DSWM_LIB=\"${PREFIX}/lib/libswmhack.so\" \ -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c ${CC} ${CFLAGS} -I${LOCALBASE}/include -shared -fpic -DPIC \ -o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh ${STAGEDIR}${PREFIX}/bin ${INSTALL_LIB} ${WRKSRC}/libswmhack.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/spectrwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/spectrwm.conf ${STAGEDIR}${PREFIX}/etc/spectrwm.conf.sample ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for conf in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${conf} ${STAGEDIR}${EXAMPLESDIR} .endfor .include Index: head/x11-wm/spectrwm/distinfo =================================================================== --- head/x11-wm/spectrwm/distinfo (revision 366591) +++ head/x11-wm/spectrwm/distinfo (revision 366592) @@ -1,2 +1,2 @@ -SHA256 (spectrwm-2.5.1.tgz) = 47a8eea95cf08777b63698f8bd59fa16f803567d973b573e6760ecd486dd92ee -SIZE (spectrwm-2.5.1.tgz) = 116781 +SHA256 (spectrwm-2.6.0.tgz) = d1590689d10752e1f922e890e05e87d1d5010a3d1f2909a02ed040422d20c440 +SIZE (spectrwm-2.6.0.tgz) = 118341 Index: head/x11-wm/spectrwm/files/patch-spectrwm.1 =================================================================== --- head/x11-wm/spectrwm/files/patch-spectrwm.1 (nonexistent) +++ head/x11-wm/spectrwm/files/patch-spectrwm.1 (revision 366592) @@ -0,0 +1,11 @@ +--- spectrwm.1.orig 2014-08-30 09:41:04.000000000 +0200 ++++ spectrwm.1 2014-08-30 09:41:27.000000000 +0200 +@@ -520,7 +520,7 @@ + For example, to override + .Ic lock : + .Bd -literal -offset indent +-program[lock] = xscreensaver\-command \-\-lock ++program[lock] = xscreensaver\-command \-lock + .Ed + .Pp + To unbind Property changes on: head/x11-wm/spectrwm/files/patch-spectrwm.1 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property