Hi ports --

Simple update for x11/xpad. Upstream no longer creates a configure script, so we have to do it ourselves.
Switch my email address while here.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/xpad/Makefile,v
retrieving revision 1.37
diff -u -p -u -p -r1.37 Makefile
--- Makefile	6 Jun 2017 17:41:11 -0000	1.37
+++ Makefile	14 Nov 2017 15:24:07 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.37 2017/06/06 17:41:11 ajacoutot Exp $
 
 COMMENT=	virtual sticky pad system
-V=		4.8.0
+V=		5.0.0
 DISTNAME=	xpad-${V}
 CATEGORIES=	x11
 
@@ -9,10 +9,13 @@ MASTER_SITES=	http://launchpad.net/xpad/
 EXTRACT_SUFX=	.tar.bz2
 
 HOMEPAGE=	http://xpad.sourceforge.net/
-MAINTAINER=	Brian Callahan <bcal...@devio.us>
+MAINTAINER=	Brian Callahan <bcal...@openbsd.org>
 
 MODULES=	textproc/intltool
 
+BUILD_DEPENDS=	${MODGNU_AUTOCONF_DEPENDS} \
+		${MODGNU_AUTOMAKE_DEPENDS}
+
 LIB_DEPENDS=	x11/gtksourceview3
 RUN_DEPENDS=	devel/desktop-file-utils \
 		x11/gtk+3,-guic
@@ -26,8 +29,15 @@ PERMIT_PACKAGE_CDROM=	Yes
 
 USE_GMAKE=	Yes
 
+AUTOCONF_VERSION=	2.69
+AUTOMAKE_VERSION=	1.9
+
 CONFIGURE_STYLE=gnu
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
+
+pre-configure:
+	cd ${WRKSRC} && ${SETENV} AUTOCONF_VERSION=${AUTOCONF_VERSION} \
+		AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/xpad/distinfo,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 distinfo
--- distinfo	6 Jun 2017 17:41:11 -0000	1.10
+++ distinfo	14 Nov 2017 15:24:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (xpad-4.8.0.tar.bz2) = Qrjjd6atpyWSAOyFSRYSK0LXAAaQG7yVdkK57X0JyZ0=
-SIZE (xpad-4.8.0.tar.bz2) = 247547
+SHA256 (xpad-5.0.0.tar.bz2) = a1Zzxo+q1K+0SuoP9dcse10q7w0AqJmAonylb16f0Qs=
+SIZE (xpad-5.0.0.tar.bz2) = 150887

Reply via email to