svn commit: r493162 - head/textproc/wv2

Jochen Neumeister joneum at FreeBSD.org
Sun Feb 17 10:02:26 UTC 2019


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 at 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 at FreeBSD.org
+MAINTAINER=	phascolarctos at 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' \


More information about the svn-ports-head mailing list