diff options
author | pat <pat@FreeBSD.org> | 2002-04-24 23:04:40 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-24 23:04:40 +0000 |
commit | 3dafc2223dbfd66340d38670c526856478ed1c6f (patch) | |
tree | 702cd0caf10aafd9860c58ed08a16db208ada952 /x11-wm/icemc | |
parent | fd80e160db8228b2f696c3d91f82ccde614ae9fd (diff) | |
download | FreeBSD-ports-3dafc2223dbfd66340d38670c526856478ed1c6f.zip FreeBSD-ports-3dafc2223dbfd66340d38670c526856478ed1c6f.tar.gz |
- Add author patch to fix gcc > 3.0 problems and bump PORTREVISION
- Fix MASTER_SITES and WWW tag in pkg-descr
Submitted by: maintainer
Diffstat (limited to 'x11-wm/icemc')
-rw-r--r-- | x11-wm/icemc/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/icemc/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/icemc/pkg-descr | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/x11-wm/icemc/Makefile b/x11-wm/icemc/Makefile index a67a7b4..4d70910 100644 --- a/x11-wm/icemc/Makefile +++ b/x11-wm/icemc/Makefile @@ -7,11 +7,16 @@ PORTNAME= icemc PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= x11-wm -MASTER_SITES= http://www.mittendorfer.com/gm/comp/icemc/ +MASTER_SITES= http://www.algorithm.at/comp/icemc/ MAINTAINER= monkey@crackula.com +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= icemc-0.2.2.patch.tar.gz +PATCH_DIST_STRIP= -p1 + USE_X_PREFIX= yes USE_QT_VER= 2 diff --git a/x11-wm/icemc/distinfo b/x11-wm/icemc/distinfo index f12060b..d8ae6cc 100644 --- a/x11-wm/icemc/distinfo +++ b/x11-wm/icemc/distinfo @@ -1 +1,2 @@ MD5 (icemc-0.2.2.tar.gz) = 6ba3d647139f7574fa83aaa1b36b5e56 +MD5 (icemc-0.2.2.patch.tar.gz) = ff938b1156a11960ccceb73d49f10a04 diff --git a/x11-wm/icemc/pkg-descr b/x11-wm/icemc/pkg-descr index 228478f..72e505d 100644 --- a/x11-wm/icemc/pkg-descr +++ b/x11-wm/icemc/pkg-descr @@ -8,6 +8,6 @@ features found by IceWM * simple but nice Qt interface -WWW: http://www.mittendorfer.com/gm/comp/icemc/icemc.htm +WWW: http://www.algorithm.at/comp/icemc/icemc.html - Adam Weinberger <monkey@crackula.com> |