summaryrefslogtreecommitdiff
path: root/x11/apwal
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-29 10:37:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-29 10:37:03 +0000
commit7228f6915feb290a2f74274dfcfd901aec464d66 (patch)
tree2782003fb7214f0487fd777bf354036debfc7133 /x11/apwal
parentAdd CONFLICTS (diff)
- Update to 0.4.4.
- Use PLIST_FILES & USE_SIZE PR: ports/62059 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=99382
Diffstat (limited to 'x11/apwal')
-rw-r--r--x11/apwal/Makefile5
-rw-r--r--x11/apwal/distinfo3
-rw-r--r--x11/apwal/files/patch-sysstuff.c11
-rw-r--r--x11/apwal/pkg-plist2
4 files changed, 6 insertions, 15 deletions
diff --git a/x11/apwal/Makefile b/x11/apwal/Makefile
index a6f63fce781a..83d2675961a2 100644
--- a/x11/apwal/Makefile
+++ b/x11/apwal/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= apwal
-PORTVERSION= 0.4.2
+PORTVERSION= 0.4.4
CATEGORIES= x11
MASTER_SITES= http://apwal.free.fr/download/
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
COMMENT= Simple and powerful application launcher
+USE_SIZE= yes
USE_GNOME= gtk20 libxml2
USE_X_PREFIX= yes
USE_GMAKE= yes
@@ -20,6 +21,8 @@ USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
+PLIST_FILES= bin/apwal bin/apwal-editor
+
post-patch:
@${CP} ${FILESDIR}/group_member.c ${WRKSRC}
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|g' ${WRKSRC}/cereimg.c ${WRKSRC}/../example/apwalrc.xml
diff --git a/x11/apwal/distinfo b/x11/apwal/distinfo
index 6db7b3229307..2fcbb73b18b4 100644
--- a/x11/apwal/distinfo
+++ b/x11/apwal/distinfo
@@ -1 +1,2 @@
-MD5 (apwal-0.4.2.tar.gz) = 1252ef86fa9a0bc69ac7879c09790915
+MD5 (apwal-0.4.4.tar.gz) = 87327fd1665d64c58b675708de1f0067
+SIZE (apwal-0.4.4.tar.gz) = 104938
diff --git a/x11/apwal/files/patch-sysstuff.c b/x11/apwal/files/patch-sysstuff.c
deleted file mode 100644
index a32889b579e0..000000000000
--- a/x11/apwal/files/patch-sysstuff.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sysstuff.c.orig Wed Dec 3 09:58:17 2003
-+++ sysstuff.c Wed Dec 3 09:58:45 2003
-@@ -370,7 +370,7 @@
- len = strlen(procfile);
- pid = getpid();
- sprintf(procfile + len, "%d", pid);
-- strcat(procfile, "/exe");
-+ strcat(procfile, "/file");
-
- // read procfile to get the binary file of apwal
- cc = readlink(procfile, execfile, FILENAME_MAX);
diff --git a/x11/apwal/pkg-plist b/x11/apwal/pkg-plist
deleted file mode 100644
index 1d1f9d19eef1..000000000000
--- a/x11/apwal/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/apwal
-bin/apwal-editor