summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-24 23:04:40 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-24 23:04:40 +0000
commit3be84b6a30f4e2f554b0fd0187905b6128af4cf3 (patch)
tree014ddc1e8c52e0fd9ad8ba8e2eff0816f894a3e1 /misc
parentUpdate to 0.33a (diff)
- Add author patch to fix gcc > 3.0 problems and bump PORTREVISION
- Fix MASTER_SITES and WWW tag in pkg-descr Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=58082
Diffstat (limited to 'misc')
-rw-r--r--misc/icemc/Makefile7
-rw-r--r--misc/icemc/distinfo1
-rw-r--r--misc/icemc/pkg-descr2
3 files changed, 8 insertions, 2 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile
index a67a7b419ae2..4d70910be923 100644
--- a/misc/icemc/Makefile
+++ b/misc/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/misc/icemc/distinfo b/misc/icemc/distinfo
index f12060bfc51e..d8ae6cc0b553 100644
--- a/misc/icemc/distinfo
+++ b/misc/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/misc/icemc/pkg-descr b/misc/icemc/pkg-descr
index 228478f9d938..72e505d9b9eb 100644
--- a/misc/icemc/pkg-descr
+++ b/misc/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>