svn commit: r313858 - in head/x11/bmpanel2: . files

Alexey Dokuchaev danfe at FreeBSD.org
Mon Mar 11 07:39:16 UTC 2013


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


More information about the svn-ports-all mailing list