aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2001-05-09 00:39:18 +0800
committerade <ade@FreeBSD.org>2001-05-09 00:39:18 +0800
commit1a4172005dd647280db38a4e9bbdf91865bc2ccb (patch)
tree7a3564a140bbad0a702eee9256adb1609ac57a35 /x11
parentd571f0f2ebd592ce808fb37b9de4d5c594774057 (diff)
downloadfreebsd-ports-gnome-1a4172005dd647280db38a4e9bbdf91865bc2ccb.tar.gz
freebsd-ports-gnome-1a4172005dd647280db38a4e9bbdf91865bc2ccb.tar.zst
freebsd-ports-gnome-1a4172005dd647280db38a4e9bbdf91865bc2ccb.zip
Update to 0.12
Diffstat (limited to 'x11')
-rw-r--r--x11/xalf/Makefile7
-rw-r--r--x11/xalf/distinfo2
-rw-r--r--x11/xalf/files/patch-aa13
3 files changed, 4 insertions, 18 deletions
diff --git a/x11/xalf/Makefile b/x11/xalf/Makefile
index 2943fd8a54f8..b8c5a67bbfba 100644
--- a/x11/xalf/Makefile
+++ b/x11/xalf/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= xalf
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= x11 gnome
-MASTER_SITES= http://www.lovett.com/~ade/gnome/
-#MASTER_SITES= http://www.lysator.liu.se/~astrand/projects/xalf/ \
-# http://www.lysator.liu.se/~astrand/projects/xalf/old/
+MASTER_SITES= http://www.lysator.liu.se/~astrand/projects/xalf/ \
+ http://www.lysator.liu.se/~astrand/projects/xalf/old/
EXTRACT_SUFX= .tgz
MAINTAINER= ade@FreeBSD.org
diff --git a/x11/xalf/distinfo b/x11/xalf/distinfo
index fade6d3ea2ec..5f2f4c0f7f07 100644
--- a/x11/xalf/distinfo
+++ b/x11/xalf/distinfo
@@ -1 +1 @@
-MD5 (xalf-0.11.tgz) = ec353578fb14de37e9946d558e48f4d9
+MD5 (xalf-0.12.tgz) = 301cd4481dfb4a4a3b1e5291e15c32fc
diff --git a/x11/xalf/files/patch-aa b/x11/xalf/files/patch-aa
deleted file mode 100644
index 5b600f2ada3e..000000000000
--- a/x11/xalf/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/xalflaunch.c.orig Sun Apr 1 03:19:25 2001
-+++ lib/xalflaunch.c Sun Apr 1 03:20:36 2001
-@@ -38,6 +38,10 @@
- static void restore_env();
- static long int launch_pid = 0;
-
-+#ifdef __FreeBSD__
-+static void _init(void) __attribute__ ((section (".init")));
-+#endif
-+
- void
- _init () {
- char *pid_string;