diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2016-02-24 17:07:49 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2016-02-24 17:07:49 +0000 |
commit | bab8ead5d77be5e3e281e01497a8a068ade16548 (patch) | |
tree | c8865411d4fca64f5b56f00bd778e6a48fa3270a /deskutils | |
parent | b27b8896804857898cb6a92d6a0aa72c12b8cf7d (diff) | |
download | ports-bab8ead5d77be5e3e281e01497a8a068ade16548.tar.gz ports-bab8ead5d77be5e3e281e01497a8a068ade16548.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpad/Makefile | 7 | ||||
-rw-r--r-- | deskutils/xpad/distinfo | 4 | ||||
-rw-r--r-- | deskutils/xpad/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 26077c26de17..62d8ccf24710 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= xpad -PORTVERSION= 4.5.0 -PORTREVISION= 1 +PORTVERSION= 4.6.0 CATEGORIES= deskutils -MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/4.5/+download/ +MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ MAINTAINER= jgh@FreeBSD.org COMMENT= Virtual note-pad system for your X11 desktop @@ -35,6 +34,8 @@ NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's|glib/glist.h|glib.h|g' \ ${WRKSRC}/src/xpad-undo.c + @${REINPLACE_CMD} -e 's|/etc/xdg/autostart|${LOCALBASE}/etc/xdg/autostart|g' \ + ${WRKSRC}/Makefile.am post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/deskutils/xpad/distinfo b/deskutils/xpad/distinfo index aebb9cec4bb2..0c0f8f924453 100644 --- a/deskutils/xpad/distinfo +++ b/deskutils/xpad/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpad-4.5.0.tar.bz2) = f870cefc92593febf266bb0f90ceb0feeb4af7eb1033625fca50933701a7b9e8 -SIZE (xpad-4.5.0.tar.bz2) = 1907957 +SHA256 (xpad-4.6.0.tar.bz2) = 382942a423f1bb76a251b71303530e136dd212030ec28f97051878b69ab3c473 +SIZE (xpad-4.6.0.tar.bz2) = 244936 diff --git a/deskutils/xpad/pkg-plist b/deskutils/xpad/pkg-plist index df6735a1ac66..51421f1e2506 100644 --- a/deskutils/xpad/pkg-plist +++ b/deskutils/xpad/pkg-plist @@ -1,4 +1,5 @@ bin/xpad +etc/xdg/autostart/xpad.desktop man/man1/xpad.1.gz share/applications/xpad.desktop share/icons/hicolor/scalable/apps/xpad.svg |