From owner-svn-ports-all@freebsd.org Wed Feb 24 17:07:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4454DAB27EF; Wed, 24 Feb 2016 17:07:51 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFADFF15; Wed, 24 Feb 2016 17:07:50 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1OH7osO085991; Wed, 24 Feb 2016 17:07:50 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1OH7nZT085988; Wed, 24 Feb 2016 17:07:49 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201602241707.u1OH7nZT085988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 24 Feb 2016 17:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409470 - head/deskutils/xpad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 17:07:51 -0000 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