Bug 76790 - Wmconfig port update to V1.2.3
Summary: Wmconfig port update to V1.2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-28 13:10 UTC by net
Modified: 2005-01-29 13:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description net 2005-01-28 13:10:12 UTC
		Wmconfig port update to V1.2.4

Fix: 

--Signature=_Fri__28_Jan_2005_13_59_44_+0100_hXM4svxdnj6g76Ne
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iEYEARECAAYFAkH6N0MACgkQlStlKSgKQaNWyQCfVaSaUnBbj1pOF4TBySSerFWB
tZ4An2UL4t9QItQ81KKO3QgBE2ZWerk9
=m4Rf
-----END PGP SIGNATURE-----

--Signature=_Fri__28_Jan_2005_13_59_44_+0100_hXM4svxdnj6g76Ne----Oagni0wBKhrYYB27mSyUI9d16BWXHWXlQ2A1hLbUsuPXPD8l
Content-Type: text/plain; name="log"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="log"

diff -ruN wmconfig/Makefile wmconfig_new/Makefile
--- wmconfig/Makefile	Fri Jan 28 12:26:12 2005
+++ wmconfig_new/Makefile	Fri Jan 28 13:44:37 2005
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	wmconfig
-PORTVERSION=	1.2.3_1
+PORTVERSION=	1.2.4
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.arrishq.net/downloads/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Menu generation tool for X window managers
 
-RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
+RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
+		bash:${PORTSDIR}/shells/bash
 
 USE_BZIP2=	yes
 USE_GETOPT_LONG=	yes
diff -ruN wmconfig/distinfo wmconfig_new/distinfo
--- wmconfig/distinfo	Thu Jan 13 11:53:14 2005
+++ wmconfig_new/distinfo	Fri Jan 28 13:41:37 2005
@@ -1,2 +1,2 @@
-MD5 (wmconfig-1.2.3.tar.bz2) = 83f5ff2543157c56b66dfab10013e190
-SIZE (wmconfig-1.2.3.tar.bz2) = 170727
+MD5 (wmconfig-1.2.4.tar.bz2) = 64f8d6b5521f5a8d6e33a41f8213da63
+SIZE (wmconfig-1.2.4.tar.bz2) = 171948
diff -ruN wmconfig/pkg-plist wmconfig_new/pkg-plist
--- wmconfig/pkg-plist	Thu Jan 13 11:53:14 2005
+++ wmconfig_new/pkg-plist	Fri Jan 28 13:42:04 2005
@@ -28,6 +28,7 @@
 etc/wmconfig/confs/fvwmrc
 etc/wmconfig/confs/golemrc
 etc/wmconfig/confs/icewmrc
+etc/wmconfig/confs/kahakairc
 etc/wmconfig/confs/mlvwmrc
 etc/wmconfig/confs/mwmrc
 etc/wmconfig/confs/openboxmenu
@@ -39,5 +40,6 @@
 etc/wmconfig/confs/twmrc
 etc/wmconfig/confs/uderc
 etc/wmconfig/confs/vtwmrc
+etc/wmconfig/confs/xfcerc
 @dirrm etc/wmconfig/confs
 @dirrm etc/wmconfig
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-28 22:04:39 UTC
State Changed
From-To: open->feedback

Does not build: 

===>  Building for wmconfig-1.2.4 
Making all in samples 
make: don't know how to make wmconfig/confs/kahakairc. Stop 
*** Error code 1 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-28 22:04:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Watch
Comment 3 net 2005-01-29 09:46:48 UTC
This patch should fix the problem with the missing file:

diff -ruN wmconfig/Makefile wmconfig_new/Makefile
--- wmconfig/Makefile	Fri Jan 28 12:26:12 2005
+++ wmconfig_new/Makefile	Fri Jan 28 13:44:37 2005
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	wmconfig
-PORTVERSION=	1.2.3_1
+PORTVERSION=	1.2.4
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.arrishq.net/downloads/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Menu generation tool for X window managers
 
-RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
+RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
+		bash:${PORTSDIR}/shells/bash
 
 USE_BZIP2=	yes
 USE_GETOPT_LONG=	yes
diff -ruN wmconfig/distinfo wmconfig_new/distinfo
--- wmconfig/distinfo	Thu Jan 13 11:53:14 2005
+++ wmconfig_new/distinfo	Sat Jan 29 10:30:38 2005
@@ -1,2 +1,2 @@
-MD5 (wmconfig-1.2.3.tar.bz2) = 83f5ff2543157c56b66dfab10013e190
-SIZE (wmconfig-1.2.3.tar.bz2) = 170727
+MD5 (wmconfig-1.2.4.tar.bz2) = 60712272d1b31c871916459a10e4ffbc
+SIZE (wmconfig-1.2.4.tar.bz2) = 171933
diff -ruN wmconfig/pkg-plist wmconfig_new/pkg-plist
--- wmconfig/pkg-plist	Thu Jan 13 11:53:14 2005
+++ wmconfig_new/pkg-plist	Sat Jan 29 10:31:33 2005
@@ -39,5 +39,6 @@
 etc/wmconfig/confs/twmrc
 etc/wmconfig/confs/uderc
 etc/wmconfig/confs/vtwmrc
+etc/wmconfig/confs/xfcerc
 @dirrm etc/wmconfig/confs
 @dirrm etc/wmconfig
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-29 13:57:33 UTC
State Changed
From-To: feedback->closed

Committed, thanks!