Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 09:22:35 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493158 - head/textproc/wv
Message-ID:  <201902170922.x1H9MZow012813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sun Feb 17 09:22:35 2019
New Revision: 493158
URL: https://svnweb.freebsd.org/changeset/ports/493158

Log:
  Give Maintainership to submitter
  
  PR:		235770
  Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
  Sponsored by:	Netzkommune GmbH

Modified:
  head/textproc/wv/Makefile

Modified: head/textproc/wv/Makefile
==============================================================================
--- head/textproc/wv/Makefile	Sun Feb 17 09:00:48 2019	(r493157)
+++ head/textproc/wv/Makefile	Sun Feb 17 09:22:35 2019	(r493158)
@@ -7,7 +7,7 @@ PORTREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.abisource.com/downloads/wv/${PORTVERSION}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	phascolarctos@protonmail.ch
 COMMENT=	Library and executables to access Microsoft Word files
 
 LICENSE=	GPLv2+
@@ -18,6 +18,10 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libwmf.so:graphics/libwmf
 
 USES=		gmake jpeg pkgconfig libtool
+USE_GNOME=	libgsf
+USE_XORG=	x11
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
 CONFIGURE_ARGS=	--with-png=${LOCALBASE} \
@@ -25,8 +29,5 @@ CONFIGURE_ARGS=	--with-png=${LOCALBASE} \
 MAKEFILE=	GNUmakefile
 MAKE_ARGS+=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
 MAKE_ARGS+=	INSTALL_STRIP_FLAG="${STRIP}"
-USE_GNOME=	libgsf
-USE_XORG=	x11
-USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



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