Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 12:20:05 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494146 - head/graphics/libwmf
Message-ID:  <201902281220.x1SCK5bQ011115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Feb 28 12:20:04 2019
New Revision: 494146
URL: https://svnweb.freebsd.org/changeset/ports/494146

Log:
  graphics/libwmf: Pass maintainership to submitter
  
  - Also sort some variables according to the PHB
  
  PR:		235768
  Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19392

Modified:
  head/graphics/libwmf/Makefile

Modified: head/graphics/libwmf/Makefile
==============================================================================
--- head/graphics/libwmf/Makefile	Thu Feb 28 12:05:42 2019	(r494145)
+++ head/graphics/libwmf/Makefile	Thu Feb 28 12:20:04 2019	(r494146)
@@ -7,7 +7,7 @@ PORTREVISION=	15
 CATEGORIES=	graphics
 MASTER_SITES=	SF/wvware/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	phascolarctos@protonmail.ch
 COMMENT=	Tools and library for converting Microsoft WMF (windows metafile)
 
 LICENSE=	GPLv2+
@@ -16,18 +16,19 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libfreetype.so:print/freetype2
 
-CONFLICTS?=	libwmf-nox11-[0-9]*
+USES=		gnome jpeg libtool
+USE_GNOME=	libxml2
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sys-gd=no \
 		--with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \
 		--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts
 INSTALL_TARGET=	install-strip
-USES=		jpeg libtool
-USE_GNOME=	libxml2
-USE_LDCONFIG=	yes
 
 PORTDOCS=	*
+
+CONFLICTS?=	libwmf-nox11-[0-9]*
 
 OPTIONS_DEFINE=	X11 DOCS
 OPTIONS_DEFAULT=X11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902281220.x1SCK5bQ011115>