Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 10:02:25 +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: r493162 - head/textproc/wv2
Message-ID:  <201902171002.x1HA2PsT034269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sun Feb 17 10:02:25 2019
New Revision: 493162
URL: https://svnweb.freebsd.org/changeset/ports/493162

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

Modified:
  head/textproc/wv2/Makefile

Modified: head/textproc/wv2/Makefile
==============================================================================
--- head/textproc/wv2/Makefile	Sun Feb 17 09:27:43 2019	(r493161)
+++ head/textproc/wv2/Makefile	Sun Feb 17 10:02:25 2019	(r493162)
@@ -3,20 +3,21 @@
 
 PORTNAME=	wv2
 PORTVERSION=	0.4.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc
 MASTER_SITES=	SF/wvware/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	phascolarctos@protonmail.ch
 COMMENT=	Library providing routines to access Microsoft Word files
 
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+USES=		cmake gnome iconv libtool pkgconfig tar:bzip2
 USE_GNOME=	libgsf
-GNU_CONFIGURE=	yes
-USES=		cmake iconv libtool pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \



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