Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 07:39:16 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313858 - in head/x11/bmpanel2: . files
Message-ID:  <201303110739.r2B7dG9a039250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Mar 11 07:39:15 2013
New Revision: 313858
URL: http://svnweb.freebsd.org/changeset/ports/313858

Log:
  Convert the patch into PATCHFILES: ports tree is not the best place for
  storing code.
  
  Discussed with:	eadler

Deleted:
  head/x11/bmpanel2/files/
Modified:
  head/x11/bmpanel2/Makefile
  head/x11/bmpanel2/distinfo

Modified: head/x11/bmpanel2/Makefile
==============================================================================
--- head/x11/bmpanel2/Makefile	Mon Mar 11 07:28:17 2013	(r313857)
+++ head/x11/bmpanel2/Makefile	Mon Mar 11 07:39:15 2013	(r313858)
@@ -23,7 +23,9 @@ TEMPERATURE_DESC=	Build with temperature
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTEMPERATURE}
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-temperature-widget
+PATCH_SITES=	${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR=	danfe
+PATCHFILES=	${PORTNAME}-temperature-widget.diff
 .endif
 
 post-patch:

Modified: head/x11/bmpanel2/distinfo
==============================================================================
--- head/x11/bmpanel2/distinfo	Mon Mar 11 07:28:17 2013	(r313857)
+++ head/x11/bmpanel2/distinfo	Mon Mar 11 07:39:15 2013	(r313858)
@@ -1,2 +1,4 @@
 SHA256 (bmpanel2-2.1pre1.tar.gz) = 56c316ea3cd35ae033610d073b7d532c6a12070f9c349ec3c09e85c60591564c
 SIZE (bmpanel2-2.1pre1.tar.gz) = 386297
+SHA256 (bmpanel2-temperature-widget.diff) = 47d980108a7385c0f1e2b221fafa0e53c3384ec74cb921779580cb8aa6988972
+SIZE (bmpanel2-temperature-widget.diff) = 7636



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303110739.r2B7dG9a039250>