diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-07-01 15:16:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-07-01 15:16:08 +0000 |
commit | ed834aa62d4a350d8d94427a6d0b72ebb286bec5 (patch) | |
tree | 1c1ffff524fd56a54ff177161e34c9a0d5a4ad4e /x11-wm/fvwm2-devel | |
parent | 43452809ef7e4f383c752f24b1b551956095af26 (diff) | |
download | ports-ed834aa62d4a350d8d94427a6d0b72ebb286bec5.tar.gz ports-ed834aa62d4a350d8d94427a6d0b72ebb286bec5.zip |
Upgrade 2.5.1 --> 2.5.2
Notes
Notes:
svn path=/head/; revision=62275
Diffstat (limited to 'x11-wm/fvwm2-devel')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-FvwmM4.c | 22 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/pkg-plist | 1 |
4 files changed, 16 insertions, 14 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index c811bf2becb1..e05d88d91687 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -56,7 +56,8 @@ MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ FvwmTheme.1 FvwmWharf.1 FvwmWinList.1 fvwm-menu-desktop.1 \ fvwm-menu-directory.1 fvwm-menu-headlines.1 fvwm-menu-xlock.1 \ fvwm2.1 xpmroot.1 fvwm-config.1 fvwm-root.1 fvwm-bug.1 \ - fvwm.1 fvwm-convert-2.2.1 fvwm-convert-2.4.1 fvwm-convert-2.6.1 + fvwm.1 fvwm-convert-2.2.1 fvwm-convert-2.4.1 fvwm-convert-2.6.1 \ + FvwmPerl.1 fvwm-perllib.1 post-extract: @${MKDIR} ${WRKDIR}/icons diff --git a/x11-wm/fvwm2-devel/distinfo b/x11-wm/fvwm2-devel/distinfo index a21bec476e3a..91ad10d88e9c 100644 --- a/x11-wm/fvwm2-devel/distinfo +++ b/x11-wm/fvwm2-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (fvwm-2.5.1.tar.bz2) = 78be934e864be21ff5f2a39ede69825a +MD5 (fvwm-2.5.2.tar.bz2) = 16184df73c7693b551b1d0cc77d4c9c7 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 2fbfddf37465..016e489fbdd7 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 Fri Feb 2 16:04:52 2001 -+++ modules/FvwmM4/FvwmM4.c Fri Feb 2 16:05:02 2001 -@@ -69,7 +69,7 @@ - int m4_prefix; /* Do GNU m4 prefixing (-P) */ - 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 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 */ diff --git a/x11-wm/fvwm2-devel/pkg-plist b/x11-wm/fvwm2-devel/pkg-plist index 6a5f174d56db..920b4b2fbf15 100644 --- a/x11-wm/fvwm2-devel/pkg-plist +++ b/x11-wm/fvwm2-devel/pkg-plist @@ -7,6 +7,7 @@ bin/fvwm-menu-desktop bin/fvwm-menu-directory bin/fvwm-menu-headlines bin/fvwm-menu-xlock +bin/fvwm-perllib bin/fvwm-root bin/fvwm bin/fvwm2 |