diff options
author | cy <cy@FreeBSD.org> | 2002-08-29 19:55:40 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-08-29 19:55:40 +0000 |
commit | bff307e788567436e8bbfdde4e723a9b8d724432 (patch) | |
tree | 6ffd53884199e3c38fe2156cbe17c44b4108ce45 /x11-wm | |
parent | 5c143ca8e8c9e276906506c8531392834ec16c24 (diff) | |
download | FreeBSD-ports-bff307e788567436e8bbfdde4e723a9b8d724432.zip FreeBSD-ports-bff307e788567436e8bbfdde4e723a9b8d724432.tar.gz |
Update 2.5.2 --> 2.5.3
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-FvwmM4.c | 22 |
3 files changed, 13 insertions, 13 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index e05d88d..53a99bb 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ diff --git a/x11-wm/fvwm2-devel/distinfo b/x11-wm/fvwm2-devel/distinfo index 91ad10d..3cbedd0 100644 --- a/x11-wm/fvwm2-devel/distinfo +++ b/x11-wm/fvwm2-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (fvwm-2.5.2.tar.bz2) = 16184df73c7693b551b1d0cc77d4c9c7 +MD5 (fvwm-2.5.3.tar.bz2) = 0e5d64db4d76ced2a75f031b6ce381ea MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665 diff --git a/x11-wm/fvwm2-devel/files/patch-FvwmM4.c b/x11-wm/fvwm2-devel/files/patch-FvwmM4.c index 016e489..9956b19 100644 --- a/x11-wm/fvwm2-devel/files/patch-FvwmM4.c +++ b/x11-wm/fvwm2-devel/files/patch-FvwmM4.c @@ -1,11 +1,11 @@ ---- modules/FvwmM4/FvwmM4.c.orig Tue Jun 18 04:53:39 2002 -+++ modules/FvwmM4/FvwmM4.c Mon Jul 1 00:02:14 2002 -@@ -71,7 +71,7 @@ - int m4_prefix_defines; /* Add "m4_" to the names of the defines */ - char m4_options[BUFSIZ]; /* Command line options to m4 */ - char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */ --char *m4_prog = "m4"; /* Name of the m4 program */ -+char *m4_prog = "gm4"; /* Name of the m4 program */ - int m4_default_quotes; /* Use default m4 quotes */ - char *m4_startquote = "`"; /* Left quote characters for m4 */ - char *m4_endquote = "'"; /* Right quote characters for m4 */ +--- modules/FvwmM4/FvwmM4.c.orig Mon Aug 12 14:00:13 2002 ++++ modules/FvwmM4/FvwmM4.c Thu Aug 29 12:09:55 2002 +@@ -70,7 +70,7 @@ + int m4_prefix_defines; /* Add "m4_" to the names of the defines */ + char m4_options[BUFSIZ]; /* Command line options to m4 */ + char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */ +-char *m4_prog = "m4"; /* Name of the m4 program */ ++char *m4_prog = "gm4"; /* Name of the m4 program */ + int m4_default_quotes; /* Use default m4 quotes */ + char *m4_startquote = "`"; /* Left quote characters for m4 */ + char *m4_endquote = "'"; /* Right quote characters for m4 */ |