Date: Wed, 24 Feb 2016 17:07:49 +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: r409470 - head/deskutils/xpad Message-ID: <201602241707.u1OH7nZT085988@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Wed Feb 24 17:07:49 2016 New Revision: 409470 URL: https://svnweb.freebsd.org/changeset/ports/409470 Log: - update to 4.6.0 Changes: https://launchpadlibrarian.net/226572923/ChangeLog Modified: head/deskutils/xpad/Makefile head/deskutils/xpad/distinfo head/deskutils/xpad/pkg-plist Modified: head/deskutils/xpad/Makefile ============================================================================== --- head/deskutils/xpad/Makefile Wed Feb 24 15:27:50 2016 (r409469) +++ head/deskutils/xpad/Makefile Wed Feb 24 17:07:49 2016 (r409470) @@ -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} Modified: head/deskutils/xpad/distinfo ============================================================================== --- head/deskutils/xpad/distinfo Wed Feb 24 15:27:50 2016 (r409469) +++ head/deskutils/xpad/distinfo Wed Feb 24 17:07:49 2016 (r409470) @@ -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 Modified: head/deskutils/xpad/pkg-plist ============================================================================== --- head/deskutils/xpad/pkg-plist Wed Feb 24 15:27:50 2016 (r409469) +++ head/deskutils/xpad/pkg-plist Wed Feb 24 17:07:49 2016 (r409470) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602241707.u1OH7nZT085988>