svn commit: r375841 - in head: . deskutils deskutils/xpad deskutils/xpad3

Jason Helfman jgh at FreeBSD.org
Tue Dec 30 18:27:53 UTC 2014


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 at 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 at FreeBSD.org
 COMMENT=	Virtual note-pad system for your X11 desktop


More information about the svn-ports-head mailing list