svn commit: r508290 - head/x11-wm/fluxbox
Jason Helfman
jgh at FreeBSD.org
Wed Aug 7 01:30:59 UTC 2019
Author: jgh (doc committer)
Date: Wed Aug 7 01:30:59 2019
New Revision: 508290
URL: https://svnweb.freebsd.org/changeset/ports/508290
Log:
- pet portlint a bit
> Description of fields to fill in above: 76 columns --|
> PR: If and which Problem Report is related.
> Submitted by: If someone else sent in the change.
> Reported by: If someone else reported the issue.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization (each collaborator).
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Empty fields above will be automatically removed.
M fluxbox/Makefile
Modified:
head/x11-wm/fluxbox/Makefile
Modified: head/x11-wm/fluxbox/Makefile
==============================================================================
--- head/x11-wm/fluxbox/Makefile Wed Aug 7 01:16:30 2019 (r508289)
+++ head/x11-wm/fluxbox/Makefile Wed Aug 7 01:30:59 2019 (r508290)
@@ -9,7 +9,7 @@ MASTER_SITES= SF
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= jgh at FreeBSD.org
COMMENT= Small and fast window manager based on BlackBox
LICENSE= MIT
@@ -20,8 +20,9 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
-USE_XORG= x11 xext xorgproto xft xpm xrandr
USES= gmake pkgconfig
+
+USE_XORG= x11 xext xorgproto xft xpm xrandr
GNU_CONFIGURE= yes
PORTDATA= *
More information about the svn-ports-all
mailing list