x11/dmenu: Update 4.7 -> 4.8

0mp@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@FreeBSD.org>
Approved by:	schot@a-eskwadraat.nl (maintainer; timeout 22 days)
This commit is contained in:
Yuri Victorovich 2018-04-08 07:59:19 +00:00
parent 97d1ef8006
commit 06e6f77327
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466776
4 changed files with 13 additions and 24 deletions

View File

@ -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@a-eskwadraat.nl
MAINTAINER= 0mp@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>

View File

@ -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

View File

@ -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

View File

@ -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