ports/94869: [PATCH] x11/wmdrawer: UNBREAK

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Thu Mar 23 19:40:21 UTC 2006


>Number:         94869
>Category:       ports
>Synopsis:       [PATCH] x11/wmdrawer: UNBREAK
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 23 19:40:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root at it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


Fix fetch by using an other Beastie image. [1]
Add a pkg-message to tell users how to create ~/.wmdrawerrc.
Bump PORTVERSION for plist change.

Reported by:		fenner's distfiles survey [1]


>How-To-Repeat:





>Fix:


--- wmdrawer begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/wmdrawer/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	7 Mar 2006 08:27:52 -0000	1.12
+++ Makefile	23 Mar 2006 19:30:45 -0000
@@ -8,19 +8,18 @@
 
 PORTNAME=	wmdrawer
 PORTVERSION=	0.10.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 windowmaker
 MASTER_SITES=	http://people.easter-eggs.org/~valos/wmdrawer/:tarball \
-		http://www.daemon.li/distfiles/:pixmap
+		http://wikitest.freebsd.org/classic/img/:pixmap
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 DISTFILES=	${EXTRACT_ONLY}:tarball \
-		daemon.png:pixmap
+		moinmoin.png:pixmap
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A dockapp which provides a drawer to launch applications
 
-USE_REINPLACE=	yes
 USE_GETOPT_LONG=yes
 USE_X_PREFIX=	yes
 USE_GNOME=	gdkpixbuf
@@ -28,6 +27,8 @@
 CONFIGURE_ENV+=	DOCSDIR=${DOCSDIR}
 MAKE_ENV+=	${CONFIGURE_ENV}
 
+SUB_FILES+=	pkg-message
+
 MANCOMPRESSED=	yes
 MAN1=	wmdrawer.1x
 
@@ -41,6 +42,7 @@
 
 post-install:
 	@${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${DISTDIR}/daemon.png ${DATADIR}
+	${INSTALL_DATA} ${DISTDIR}/moinmoin.png ${DATADIR}/beastie.png
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11/wmdrawer/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	25 Nov 2005 19:09:47 -0000	1.8
+++ distinfo	23 Mar 2006 19:30:45 -0000
@@ -1,6 +1,6 @@
 MD5 (wmdrawer-0.10.5.tar.gz) = b8c4a5d5abd593a29504dfe4c30c8925
 SHA256 (wmdrawer-0.10.5.tar.gz) = 1fd727ce9d91abe1e0c12ad82dbaa9b3aa69f4b852af460ac81c32a7394c5078
 SIZE (wmdrawer-0.10.5.tar.gz) = 49413
-MD5 (daemon.png) = 06f903b8a644c8c523833747948b54eb
-SHA256 (daemon.png) = 534fee4a08d2b519f1a02230517711c9de7e1cbaaa7b071f460685a44718cd15
-SIZE (daemon.png) = 17306
+MD5 (moinmoin.png) = b0a4b802fd6077fe34767b5fac6449a9
+SHA256 (moinmoin.png) = 031d012a56ea1f5cb50c605398a3fddaf3d8af8ceed412c817f3603622923a5f
+SIZE (moinmoin.png) = 7758
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11/wmdrawer/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	30 Jun 2003 13:29:21 -0000	1.3
+++ pkg-plist	23 Mar 2006 19:30:45 -0000
@@ -1,5 +1,5 @@
 bin/wmdrawer
-%%DATADIR%%/daemon.png
+%%DATADIR%%/beastie.png
 %%DOCSDIR%%/AUTHORS
 %%DOCSDIR%%/COPYING
 %%DOCSDIR%%/ChangeLog
Index: files/patch-wmdrawerrc.example
===================================================================
RCS file: /home/ncvs/ports/x11/wmdrawer/files/patch-wmdrawerrc.example,v
retrieving revision 1.3
diff -u -r1.3 patch-wmdrawerrc.example
--- files/patch-wmdrawerrc.example	30 Jun 2003 13:29:21 -0000	1.3
+++ files/patch-wmdrawerrc.example	23 Mar 2006 19:30:46 -0000
@@ -5,7 +5,7 @@
  [general]
  # Dock's icon [optional]
 -#dock_icon	panel-drawer.png
-+dock_icon	daemon.png
++dock_icon	beastie.png
  
  # Drawer's opening direction [required]
  # Top to bottom = 0
Index: files/pkg-message.in
===================================================================
RCS file: files/pkg-message.in
diff -N files/pkg-message.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/pkg-message.in	23 Mar 2006 19:30:46 -0000
@@ -0,0 +1,4 @@
+===============================================================================
+Use %%DOCSDIR%%/wmdrawerrc.example as a base 
+for your ~/.wmdrawerrc
+===============================================================================
--- wmdrawer ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list