diff options
author | jgh <jgh@FreeBSD.org> | 2018-07-27 23:53:55 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2018-07-27 23:53:55 +0800 |
commit | 32426b958303f82a95e688372b6091b541e196b3 (patch) | |
tree | ecf664c8ff5dce5d5dd1cb842e52e1d4cc991f61 /deskutils | |
parent | 010a8633e2c5f70616b9e3bfc9906220054f38b5 (diff) | |
download | freebsd-ports-gnome-32426b958303f82a95e688372b6091b541e196b3.tar.gz freebsd-ports-gnome-32426b958303f82a95e688372b6091b541e196b3.tar.zst freebsd-ports-gnome-32426b958303f82a95e688372b6091b541e196b3.zip |
- update to 5.0.0
- modernize options helper usage
- while here pet portlint
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpad/Makefile | 6 | ||||
-rw-r--r-- | deskutils/xpad/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
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 |