From 32426b958303f82a95e688372b6091b541e196b3 Mon Sep 17 00:00:00 2001 From: jgh Date: Fri, 27 Jul 2018 15:53:55 +0000 Subject: - update to 5.0.0 - modernize options helper usage - while here pet portlint --- deskutils/xpad/Makefile | 6 +++--- deskutils/xpad/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'deskutils') diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index f5156d7cb3bd..afb886cad401 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -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} diff --git a/deskutils/xpad/distinfo b/deskutils/xpad/distinfo index 09885678c336..0cbb7d31450e 100644 --- a/deskutils/xpad/distinfo +++ b/deskutils/xpad/distinfo @@ -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 -- cgit