diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-08 07:59:19 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-08 07:59:19 +0000 |
| commit | 06e6f77327c77b4eaa8f78a39c045fb038531dfa (patch) | |
| tree | 58846ae6a92289027c3f8d920c1cbfd3a3c8ec21 | |
| parent | security/py-keyring: Update 12.0.0 -> 12.0.1 (diff) | |
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)
Notes
Notes:
svn path=/head/; revision=466776
| -rw-r--r-- | x11/dmenu/Makefile | 13 | ||||
| -rw-r--r-- | x11/dmenu/distinfo | 6 | ||||
| -rw-r--r-- | x11/dmenu/files/patch-config.mk | 12 | ||||
| -rw-r--r-- | x11/dmenu/pkg-descr | 6 |
4 files changed, 13 insertions, 24 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile index 5a6e57e4c610..58218d026838 100644 --- a/x11/dmenu/Makefile +++ b/x11/dmenu/Makefile @@ -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> diff --git a/x11/dmenu/distinfo b/x11/dmenu/distinfo index fddc682ec96c..684b43b9067a 100644 --- a/x11/dmenu/distinfo +++ b/x11/dmenu/distinfo @@ -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 diff --git a/x11/dmenu/files/patch-config.mk b/x11/dmenu/files/patch-config.mk index 1ad7c609e2b5..993ff9af1856 100644 --- a/x11/dmenu/files/patch-config.mk +++ b/x11/dmenu/files/patch-config.mk @@ -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 diff --git a/x11/dmenu/pkg-descr b/x11/dmenu/pkg-descr index 6c3a48d85dcd..5f93aaa819bb 100644 --- a/x11/dmenu/pkg-descr +++ b/x11/dmenu/pkg-descr @@ -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 |
