- Update to 1.2.4
PR: ports/76790 Submitted by: Tommy Scheunemann <net@arrishq.net>
This commit is contained in:
parent
9eb6a91072
commit
dc3a17ee89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127605
4 changed files with 6 additions and 17 deletions
|
@ -6,14 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= wmconfig
|
||||
PORTVERSION= 1.2.3
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- amiwm.c.orig Wed Nov 17 23:01:30 2004
|
||||
+++ amiwm.c Thu Jan 27 00:04:07 2005
|
||||
@@ -40,9 +40,9 @@
|
||||
/* Amiwm seems to have no restart or quit function
|
||||
and Amiwm requires that there's no ending & */
|
||||
if (! app->restart) {
|
||||
- printf("ToolItem \"%s\" ", app->name);
|
||||
char *b;
|
||||
int l;
|
||||
+ printf("ToolItem \"%s\" ", app->name);
|
||||
b = app->exec;
|
||||
l = strlen(b);
|
||||
if (app->terminal)
|
|
@ -39,5 +39,6 @@ etc/wmconfig/confs/qvwmrc
|
|||
etc/wmconfig/confs/twmrc
|
||||
etc/wmconfig/confs/uderc
|
||||
etc/wmconfig/confs/vtwmrc
|
||||
etc/wmconfig/confs/xfcerc
|
||||
@dirrm etc/wmconfig/confs
|
||||
@dirrm etc/wmconfig
|
||||
|
|
Loading…
Reference in a new issue