From owner-svn-ports-all@FreeBSD.ORG Tue Dec 30 18:27:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8967D7E4; Tue, 30 Dec 2014 18:27:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5AD652B93; Tue, 30 Dec 2014 18:27:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBUIRr7Y077372; Tue, 30 Dec 2014 18:27:53 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBUIRqgU077369; Tue, 30 Dec 2014 18:27:52 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201412301827.sBUIRqgU077369@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Tue, 30 Dec 2014 18:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375841 - in head: . deskutils deskutils/xpad deskutils/xpad3 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.18-1 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: Tue, 30 Dec 2014 18:27:53 -0000 Author: jgh Date: Tue Dec 30 18:27:51 2014 New Revision: 375841 URL: https://svnweb.freebsd.org/changeset/ports/375841 QAT: https://qat.redports.org/buildarchive/r375841/ Log: - renamed deskutils/xpad to deskutils/xpad3 in preparation for rename of deskutils/xpad-current to deskutils/xpad Added: head/deskutils/xpad3/ - copied from r375838, head/deskutils/xpad/ Deleted: head/deskutils/xpad/ Modified: head/UPDATING head/deskutils/Makefile head/deskutils/xpad3/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Dec 30 18:26:50 2014 (r375840) +++ head/UPDATING Tue Dec 30 18:27:51 2014 (r375841) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20141230: + AFFECTS: users of deskutils/xpad + AUTHOR: jgh@FreeBSD.org + + deskutils/xpad has been moved to deskutils/xpad3, since 4.x has been around + for a while. + + Should you wish to stick with legacy branch at this time; + + # portmaster -o deskutils/xpad deskutils/xpad3 20141225: AFFECTS: users of graphics/png Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Tue Dec 30 18:26:50 2014 (r375840) +++ head/deskutils/Makefile Tue Dec 30 18:27:51 2014 (r375841) @@ -274,7 +274,7 @@ SUBDIR += xmaddressbook SUBDIR += xmdiary SUBDIR += xneur - SUBDIR += xpad + SUBDIR += xpad3 SUBDIR += xpad-current SUBDIR += xpostit SUBDIR += xpostitPlus Modified: head/deskutils/xpad3/Makefile ============================================================================== --- head/deskutils/xpad/Makefile Tue Dec 30 14:26:23 2014 (r375838) +++ head/deskutils/xpad3/Makefile Tue Dec 30 18:27:51 2014 (r375841) @@ -6,6 +6,7 @@ PORTVERSION= 3.1 PORTREVISION= 8 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/ +PKGNAMESUFFIX= 3 MAINTAINER= jgh@FreeBSD.org COMMENT= Virtual note-pad system for your X11 desktop