Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2018 15:53:55 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475444 - head/deskutils/xpad
Message-ID:  <201807271553.w6RFrtsG036260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Jul 27 15:53:55 2018
New Revision: 475444
URL: https://svnweb.freebsd.org/changeset/ports/475444

Log:
  - update to 5.0.0
  - modernize options helper usage
  - while here pet portlint

Modified:
  head/deskutils/xpad/Makefile
  head/deskutils/xpad/distinfo

Modified: head/deskutils/xpad/Makefile
==============================================================================
--- head/deskutils/xpad/Makefile	Fri Jul 27 14:48:16 2018	(r475443)
+++ head/deskutils/xpad/Makefile	Fri Jul 27 15:53:55 2018	(r475444)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xpad
-PORTVERSION=	4.8.0
+PORTVERSION=	5.0.0
 CATEGORIES=	deskutils
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
 
@@ -17,9 +17,9 @@ OPTIONS_DEFINE=	NLS DOCS
 OPTIONS_SUB=	yes
 
 CONFLICTS_INSTALL=	xpad3-[0-9]*
+USES=	pkgconfig gmake tar:bzip2 autoreconf
 USE_XORG=	x11 sm ice
 USE_GNOME=	gtk30 intltool gtksourceview3 cairo
-USES=	pkgconfig gmake tar:bzip2 autoreconf
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -37,7 +37,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/etc/xdg/autostart|${LOCALBASE}/etc/xdg/autostart|g' \
 		${WRKSRC}/Makefile.am
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for doc in AUTHORS ChangeLog INSTALL NEWS README TODO THANKS
 	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}

Modified: head/deskutils/xpad/distinfo
==============================================================================
--- head/deskutils/xpad/distinfo	Fri Jul 27 14:48:16 2018	(r475443)
+++ head/deskutils/xpad/distinfo	Fri Jul 27 15:53:55 2018	(r475444)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475084166
-SHA256 (xpad-4.8.0.tar.bz2) = 42b8e377a6ada7259200ec854916122b42d70006901bbc957642b9ed7d09c99d
-SIZE (xpad-4.8.0.tar.bz2) = 247547
+TIMESTAMP = 1532648055
+SHA256 (xpad-5.0.0.tar.bz2) = 6b5673c68faad4afb44aea0ff5d72c7b5d2aef0d00a89980a27ca56f5e9fd10b
+SIZE (xpad-5.0.0.tar.bz2) = 150887



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