svn commit: r466776 - in head/x11/dmenu: . files
Yuri Victorovich
yuri at FreeBSD.org
Sun Apr 8 07:59:20 UTC 2018
Author: yuri
Date: Sun Apr 8 07:59:19 2018
New Revision: 466776
URL: https://svnweb.freebsd.org/changeset/ports/466776
Log:
x11/dmenu: Update 4.7 -> 4.8
0mp at FreeBSD.org takes maintainership.
Port changes:
* Remove extra patches
* Remove FREETYPEINC patch, add it as a variable to MAKE_ARGS
* Monor change in pkg-descr
* Change WWW to https
PR: 226664
Submitted by: Mateusz Piotrowski <0mp at FreeBSD.org>
Approved by: schot at a-eskwadraat.nl (maintainer; timeout 22 days)
Modified:
head/x11/dmenu/Makefile
head/x11/dmenu/distinfo
head/x11/dmenu/files/patch-config.mk
head/x11/dmenu/pkg-descr
Modified: head/x11/dmenu/Makefile
==============================================================================
--- head/x11/dmenu/Makefile Sun Apr 8 07:40:20 2018 (r466775)
+++ head/x11/dmenu/Makefile Sun Apr 8 07:59:19 2018 (r466776)
@@ -2,16 +2,12 @@
# $FreeBSD$
PORTNAME= dmenu
-PORTVERSION= 4.7
+PORTVERSION= 4.8
CATEGORIES= x11
MASTER_SITES= http://dl.suckless.org/tools/ \
http://schot.a-eskwadraat.nl/files/
-PATCH_SITES= http://tools.suckless.org/dmenu/patches/ \
- http://schot.a-eskwadraat.nl/files/
-PATCH_DIST_STRIP=-p1
-
-MAINTAINER= schot at a-eskwadraat.nl
+MAINTAINER= 0mp at FreeBSD.org
COMMENT= X11 menu application designed for the dwm window manager
LICENSE= MIT
@@ -24,7 +20,8 @@ OPTIONS_DEFAULT= XINERAMA
USE_XORG= x11 xft
MAKE_ARGS= CC="${CC}" PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}/man" \
- X11INC="${LOCALBASE}/include" X11LIB="${LOCALBASE}/lib"
+ X11INC="${LOCALBASE}/include" X11LIB="${LOCALBASE}/lib" \
+ FREETYPEINC="${LOCALBASE}/include/freetype2"
PLIST_FILES= bin/dmenu bin/dmenu_path bin/dmenu_run bin/stest \
man/man1/dmenu.1.gz man/man1/stest.1.gz
@@ -33,7 +30,7 @@ XINERAMA_USE= XORG=xinerama
XINERAMA_MAKE_ARGS_OFF= XINERAMAFLAGS= XINERAMALIBS=
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dmenu \
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dmenu \
${STAGEDIR}${PREFIX}/bin/stest
.include <bsd.port.mk>
Modified: head/x11/dmenu/distinfo
==============================================================================
--- head/x11/dmenu/distinfo Sun Apr 8 07:40:20 2018 (r466775)
+++ head/x11/dmenu/distinfo Sun Apr 8 07:59:19 2018 (r466776)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494317037
-SHA256 (dmenu-4.7.tar.gz) = a75635f8dc2cbc280deecb906ad9b7594c5c31620e4a01ba30dc83984881f7b9
-SIZE (dmenu-4.7.tar.gz) = 15597
+TIMESTAMP = 1521227102
+SHA256 (dmenu-4.8.tar.gz) = fe615a5c3607061e2106700862e82ac62a9fa1e6a7ac3d616a9c76106476db61
+SIZE (dmenu-4.8.tar.gz) = 15658
Modified: head/x11/dmenu/files/patch-config.mk
==============================================================================
--- head/x11/dmenu/files/patch-config.mk Sun Apr 8 07:40:20 2018 (r466775)
+++ head/x11/dmenu/files/patch-config.mk Sun Apr 8 07:59:19 2018 (r466776)
@@ -1,14 +1,6 @@
---- config.mk.orig 2017-05-02 16:36:47 UTC
+--- config.mk.orig 2018-03-16 19:56:18 UTC
+++ config.mk
-@@ -16,16 +16,16 @@ XINERAMAFLAGS = -DXINERAMA
- FREETYPELIBS = -lfontconfig -lXft
- FREETYPEINC = /usr/include/freetype2
- # OpenBSD (uncomment)
--#FREETYPEINC = ${X11INC}/freetype2
-+FREETYPEINC = ${X11INC}/freetype2
-
- # includes and libs
- INCS = -I${X11INC} -I${FREETYPEINC}
+@@ -23,9 +23,9 @@ INCS = -I${X11INC} -I${FREETYPEINC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
# flags
Modified: head/x11/dmenu/pkg-descr
==============================================================================
--- head/x11/dmenu/pkg-descr Sun Apr 8 07:40:20 2018 (r466775)
+++ head/x11/dmenu/pkg-descr Sun Apr 8 07:59:19 2018 (r466776)
@@ -1,9 +1,9 @@
dmenu is a minimalistic X11 menu. It reads a newline separated list of items
from stdin and shows them as a menu on the top of the screen. When the user
-selects one item or types any text and presses Enter, his choice is printed to
-stdout.
+selects one item or types any text and presses Enter, their choice is printed
+to stdout.
dmenu was developed as an addition to the dynamic window manager (dwm), but can
be used in any X11-environment.
-WWW: http://tools.suckless.org/dmenu
+WWW: https://tools.suckless.org/dmenu
More information about the svn-ports-all
mailing list